NET 5.0 Preview 6. منتشر شد
200, OK
https://devblogs.microsoft.com/dotnet/announcing-net-5-0-preview-6/ icon

Today, we’re releasing .NET 5.0 Preview 6. It contains a small set of new features and performance improvements. The .NET 5.0 Preview 4 post covers what we are planning to deliver with .NET 5.0. Most of the features are now in the product, but some are not yet in their final state. We expect that the release will be feature-complete with Preview 8. 

NET 5.0 Preview 6. منتشر شد
امروز از C# 8 در هر پروژه NET. استفاده کنید
200, OK
https://montemagno.com:443/use-csharp-8-everywehre/ icon

C# 8 was officially released in September at .NET Conf along side .NET Core 3 & Visual Studio 16.3 (8.3 on Mac). It is packed with tons of amazing new features that truly everyone should be using.

امروز از C# 8 در هر پروژه NET. استفاده کنید
ASP.NET Core .NET 5 Preview 5 منتشر شد
302, Found
https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-preview-5/ icon

What’s new?
Reloadable endpoints via configuration for Kestrel

Kestrel now has the ability to observe changes to configuration passed to KestrelServerOptions.Configure and unbind from existing endpoints and bind to new endpoints without requiring you to restart your application. 

ASP.NET Core .NET 5 Preview 5 منتشر شد
Entity Framework Core 5.0 Preview 5 منتشر شد
200, OK
https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-5-0-preview-5/ icon

Database collations

The default collation for a database can now be specified in the EF model.
This will flow through to generated migrations to set the collation when the database is created.
For example:

 modelBuilder.UseCollation("German_PhoneBook_CI_AS");
Entity Framework Core 5.0 Preview 5 منتشر شد