.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

New C# Source Generator Samples

This post describes two new generators that we added to the samples project in the Roslyn SDK github repo. The first generator gives you strongly typed access to CSV data. The second one creates string constants based on Mustache specifications.

Announcing Entity Framework Core EF Core 5.0 Preview 7

Today, the Entity Framework Core team announces the seventh preview release of EF Core 5.0. This release includes a factory to create instances, the ability to reset state, Cosmos DB improvements including enhanced support for configuration options and partition keys, and much more. In this post To summarize: EF Core 5.0 runs ...

Announcing .NET 5.0 Preview 7

Today, we're releasing .NET 5.0 Preview 7. It's the second to last of the preview releases (before moving to RC). Most features should be very close to done at this point. Single file and ARM64 intrinsics are two feature areas that are taking the longest time to complete, but are on track for Preview 8. See the .NET 5.0 Preview 4 post for a ...

Orchard Core Release Candidate 2 now available

We are thrilled to announce that Orchard Core RC2 is now available. What is Orchard Core? Orchard Core Framework is a community-based application framework for building modular, multi-tenant applications on ASP.NET Core. It has been created by more than 150 contributors and has over 4K stars on GitHub. Orchard Core also includes Orchard ...