News

Take advantage of Elmah logging framework and the Elmah.io log monitoring service to manage errors in your ASP.Net Core application ...
If you are using ASP.Net Core 1.x, you need to include the Microsoft.Extensions.Logging dependencies to your project explicitly. In ASP.Net Core 2.x, these dependencies are included by default.
A GitHub project providing more than 300 code samples to illustrate ASP.NET Core fundamentals has amassed more than 4,000 stars.
Recently Microsoft released .NET 8 Preview 3. This new release contains many new improvements to ASP.NET Core such as support for native AOT, server-side rendering with Blazor, rendering Razor ...
The latest release of .NET 8 Preview 4 brings significant improvements to ASP.NET Core. Notable enhancements include Blazor's streaming rendering and form handling, expanded support for form ...
One of the highlights of improved ASP.NET Core functionality in .NET 6 was support of minimal APIs, for which work is still ongoing in the new .NET 7 Preview 3. Minimal APIs are architected to create ...