Skip to content

grantwinney/CSharpDotNetExamples

Repository files navigation

C# / .NET Examples

This repo goes with my blog posts that relate to specific versions of C# and versions of .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# 12 / .NET 8

C# 11 / .NET 7

C# 10 / .NET 6

  • None

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