News

Traditional controllers (i.e., MVC and API controllers in ASP.NET Core) are feature-rich, but they require writing a lot of boilerplate code and they don’t match minimal APIs in performance.
ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application. In this column, I'm going to take a look at ...
Combining enhancements to .NET Core and EF Core, ASP.NET Core 6 has gained the ability to handle arbitrarily large JSON files via asynchronous streaming and the IAsyncEnumerable interface.
ASP.NET Core’s response compression middleware uses Brotli or Gzip compression by default, depending on which is supported by the client.
but I didn't see the "ASP.NET and web development" option. As it turns out, you have to do a couple more steps. To access the option and take advantage of the Web Live Preview functionality mentioned ...
The ASP.NET Global.asaz file allows you to implement a variety of tasks, including application security. Find out how may use this file in your application development efforts.
With ASP.NET Core 2.0, your solutions will work as well on Linux as they do on Windows. You can read more about the benefits of .NET Core and ASP.NET Core from the three other articles in this series.