Exception Not Found

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.

ASP.NET Core Guide for ASP.NET Framework Developers

ASP.NET Core is here to stay. Let's see what has changed from the ASP.NET you've known for years

Implementing POST-REDIRECT-GET in ASP.NET Core Razor Pages

Let's see how to implement POST-REDIRECT-GET in our Razor Pages apps by changing OnGet and OnPost.

Rendering a Bootstrap Popover using ASP.NET Core Razor Pages and AJAX

Let's see how to render a popover using a dedicated Razor Page and a jQuery AJAX call. Samples included!

MongoDB Transactions in .NET Applications

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.

Exception Not Found © 2026