The Catch Block C# ASP.NET The Catch Block #34 - Useful String Extensions Let's build useful string extension methods like ToDelimitedList and Excerpt. Plus: .NET 5.0 has launched! by Matthew Jones
MongoDB ASP.NET Tutorials 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. by Ram Hemasri
ASP.NET C# Sorting How Can We Efficiently Sort Socks with C#? I hate laundry, and particularly sorting socks. Let's make my hate a little less strong by learning how to sort socks efficiently with C#. by Matthew Jones
Ultimate Asynchronous ASP.NET Async/Await A Practical Example Of Asynchronous Programming in C# and ASP.NET Let's take an existing synchronous ASP.NET web app and begin refactoring it to use asynchronous programming. Sample C# project included. by Matthew Jones
Ultimate Asynchronous Async/Await C# The Ultimate Guide to Async and Await in C# and ASP.NET Let's learn how asynchronous programming works in ASP.NET, and what we should remember when attempting to implement it. by Matthew Jones
Can I Delete It? ASP.NET Core ASP.NET What's This and Can I Delete It? Examining a Default ASP.NET Core MVC Project Let's delete a bunch of extra files from an ASP.NET Core MVC default project! by Matthew Jones
Entity Framework Dependency Injection ASP.NET Using Entity Framework DbContext with Dependency Injection by Matthew Jones
Can I Delete It? ASP.NET MVC ASP.NET What's This and Can I Delete It? Examining A Default ASP.NET MVC Project by Matthew Jones