News

Today I'll be covering how to use the new Authentication Filters included in the ASP.NET MVC 5 preview. If you've done any development with ASP .NET MVC, you've more than likely used the Authorization ...
The gang at Microsoft has been working on the new ASP.NET MVC -- Model-View-Controller -- framework for a while. In February they announced the MVC Framework v0.
Take advantage of security headers in ASP.NET Core MVC 5 to protect your website against cross-site scripting, code injection, clickjacking, and other attacks.
ASP.NET MVC 5 introduces the same attribute based routing used by Web API 2. This optional syntax allows routes to be registered declaratively instead of by manipulating a RouteCollection.
Take advantage of the fast, easy, and lightweight Simple Injector inversion of control library to implement dependency injection in your ASP.NET Core MVC applications.
Enabling attribute based routing With MVC 5 and attribute based routing, you gain finer control of your routes at both the controller and action level.
Ignoring Claims For code-based, procedural authorization, you need to access your application's ClaimsPrincipal object (and I've also shown how to do that in both ASP.NET and Blazor). Once you have ...