Take advantage of the Dapper ORM’s support for asynchronous operations to bring fast data access to your ASP.NET Core applications Dapper is an open source, lightweight “micro ORM” that supports many ...
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 ...