Download the code example and see what's new in C# 14. From extension members to simple lambdas, learn how these features make your code cleaner and smarter.
Download an ASP.NET Core application in .NET 9 and try out its key new features such as HybridCache, OpenAPI support and new LINQ methods.
Download C# 13 code examples which includes all the new features so you can try them out for yourself and see what has changed from previous C# versions.
An ASP.NET Core Web API code example which includes the new data annotations for .NET 8 such as AllowedValues and Length.
A .NET 8 xUnit project which uses the TimeProvider and FakeTimeProvider class to mock time and a timer in unit tests.
Download the code example for injecting keyed services with dependency injection with an ASP.NET Core web app.