An open API service indexing awesome lists of open source software.

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#.

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)