News

Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target.
ASP.NET sees the session cookie and loads the session (or doesn't, and starts a new one). This is why people recommend serving static, unauthenticated resources like images from a separate domain.
In ASP.NET MVC, the File helper method built into your controller gives you multiple options for retrieving the file you want to send to the client. You can pass the File helper method an array of ...
Making ASP.Net vNext open source is by itself a major step forward for the platform, but it’s far from the only enhancement. Web Platform Team architect Scott Hanselman wrote in detail about ...
With the advent of ASP.NET Core comes additional automated testing possibilities, such as the ability to write integration tests without needing to deploy the Web app to a Web server. The TestServer ...