https://github.com/beratiyilik/csharp-notes
A comprehensive collection of C# notes, definitions, version updates, enhancements, and practical examples curated from various books. Perfect for learners and seasoned developers alike to stay updated and deepen their understanding of C#.
https://github.com/beratiyilik/csharp-notes
csharp
Last synced: about 1 month ago
JSON representation
A comprehensive collection of C# notes, definitions, version updates, enhancements, and practical examples curated from various books. Perfect for learners and seasoned developers alike to stay updated and deepen their understanding of C#.
- Host: GitHub
- URL: https://github.com/beratiyilik/csharp-notes
- Owner: beratiyilik
- License: mit
- Created: 2024-04-04T14:26:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T10:59:33.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:15:14.412Z (over 2 years ago)
- Topics: csharp
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csharp-notes
## Table of Contents
1. [Introduction](./docs-source/introduction.md)
2. [C# New Features Overview](./docs-source/new-features-overview/index.md)
- [C# 6.0 New Features Overview](./docs-source/new-features-overview/csharp-6.0.md)
- [C# 7.0 New Features Overview](./docs-source/new-features-overview/csharp-7.0.md)
- [C# 7.1 New Features Overview](./docs-source/new-features-overview/csharp-7.1.md)
- [C# 7.2 New Features Overview](./docs-source/new-features-overview/csharp-7.2.md)
- [C# 7.3 New Features Overview](./docs-source/new-features-overview/csharp-7.3.md)
- [C# 8.0 New Features Overview](./docs-source/new-features-overview/csharp-8.0.md)
- [C# 9.0 New Features Overview](./docs-source/new-features-overview/csharp-9.0.md)
- [C# 10.0 New Features Overview](./docs-source/new-features-overview/csharp-10.0.md)
- [C# 11.0 New Features Overview](./docs-source/new-features-overview/csharp-11.0.md)
- [C# 12.0 New Features Overview](./docs-source/new-features-overview/csharp-12.0.md)
3. [Exploring the Core Components of LINQ in C#: A Developer’s Guide](./docs-source/linq-core-components-guide.md)