How to unit test view model validation, focusing on the controller when the model is bound to a controller action. Welcome to part 4 in the TDD for ASP.NET MVC series. This time, I'll cover how to ...
"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 ...
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 ...
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 ...
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, ...