Understand the key advantages of Razor Pages in ASP.NET Core for building real-world web applications Learn how features like dependency injection, configuration, and environment awareness improve ...
Welcome to part one of two in a series on ASP.NET MVC 6. ASP.NET MVC 6 has some great new features to make developing enterprise-level Web applications easier. Here, I'll be covering the new Tag ...
Take advantage of the HTTP logging middleware in ASP.NET Core to log request and response information with flexibility and ease. When working in web applications in ASP.NET Core, you might often want ...
Take advantage of anti-forgery tokens in ASP.NET Core to protect users of your applications against cross site request forgery exploits. Cross-site request forgery (CSRF) is an attack that tricks an ...