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 ...
Rather than attempt to take control of the action method name, have just one method in your "no controller" controller class: the HandleUnknownAction method I discussed earlier. Your final step for ...
Using Page Methods when adding the ScriptService attribute is overkill for a single page -- find out how to add the functionality directly using AJAX. Web services provide a great way to exchange data ...
Take advantage of redirect action results in ASP.NET Core MVC to elegantly redirect a request to a specified URL ASP.NET Core is a cross-platform, open source, lean, fast, and modular framework for ...