News

Microsoft has expanded its .NET bug bounty program and increased rewards to $40,000 for some .NET and ASP.NET Core ...
Valid, complete reports detailing remote code execution or elevation of privilege bugs in .NET qualify for the maximum ...
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’s response compression middleware uses Brotli or Gzip compression by default, depending on which is supported by the client. We will implement response compression here using ...
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.
Normally when you start an ASP.NET Web API project from a template, the wiring up of that functionality is done for you. Because you didn't start with an ASP.NET Web API template in this case, you'll ...
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.
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.