Implementing a Generic Dapper Repository in ASP.NET Core
Let's make a "base" Dapper repository in ASP.NET Core, which can expose data access methods and log exceptions, in order to clean up our code.
Let's make a "base" Dapper repository in ASP.NET Core, which can expose data access methods and log exceptions, in order to clean up our code.
ASP.NET Core is here to stay. Let's see what has changed from the ASP.NET you've known for years
Let's see how to implement POST-REDIRECT-GET in our Razor Pages apps by changing OnGet and OnPost.
Let's see how to render a popover using a dedicated Razor Page and a jQuery AJAX call. Samples included!
This post gives you a general idea on Database Transactions, defines what transactions in MongoDB are and explains how to run your MongoDB as a replicaset. You will also learn how to use MongoDB Transactions in a .NET application.