ASP .NET MVC 5 is currently under developer preview, and is included in the recently-released Visual Studio 2013 Developer Preview. Today I'll be covering how to use the new Authentication Filters ...
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 Core MVC 5 is a lightweight, ...
Today I had a shocking experience while interviewing someone for an "all around" development position with our company. The guy basically told me everything that we do is wrong. I'm not necessarily ...
"I think we can say that VB.NET finally made it to ASP.NET Core," developer Mohammed Hamdy Ghanem told Visual Studio Magazine about his new open-source project. The project, eShopOnWeb in VB.NET (.NET ...
Take advantage of global exception handling to avoid writing scads of boilerplate exception handling code in ASP.NET Core MVC. Exceptions are runtime errors that might occur in your application. If ...