Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 7.89 KB

README.md

File metadata and controls

87 lines (55 loc) · 7.89 KB

C# / .NET Features

The code here goes with my blog posts relate to specific versions of C# and .NET, which are very closely related and usually updated at the same time (see here and here). I sometimes upload code to separate repos (like for WinForms and misc topics), or to Gist or JsFiddle for shorter snippets.

The list below has links to each blog post and the relevant code, separated by version of language/framework. Links with a next to them are in a separate repo, most likely Surviving WinForms, which applies concepts specifically to the WinForms framework.

C# 13 / .NET 9

C# 12 / .NET 8

C# 11 / .NET 7

C# 10 / .NET 6

C# 9 / .NET 5

C# 8 / .NET Core 3.x

  • None

C# 7 / .NET 4.7

C# 6 / .NET 4.6

C# 5 / .NET 4.5

  • None

C# 4 / .NET 4

C# 3 / .NET 3

  • None

C# 2 / .NET 2

  • None

C# 1 / .NET 1

General Concepts