ASP.NET Razor Pages Sample Project PRG Pattern 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. by Matthew Jones
ASP.NET Razor Pages Bootstrap jQuery 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! by Matthew Jones
ASP.NET Tutorials Guest Writer Program 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 Razor Pages ASP.NET Sample Project Using Anti-Forgery Tokens in ASP.NET 5.0 Razor Pages Let's see how to use anti-forgery tokens and validation to prevent CSRF attacks in our Razor Pages apps! by Matthew Jones
ASP.NET Core Sample Project Tutorials Anchor Tag Helpers, RouteData, and Query Strings in ASP.NET Core 3.0 Let's see how to make HTML anchors and use route data and query strings in ASP.NET Core 3.0! by Matthew Jones
ASP.NET Core Routing Sample Project An Overview of Attribute Routing in ASP.NET Core 3.0 MVC Let's see how to use the fine-grained control of attribute routing in our ASP.NET Core 3.0 apps. by Matthew Jones
ASP.NET Core Routing Sample Project An Overview of Convention-Based Routing in ASP.NET Core 3.0 MVC Let's see how Convention-based routing can be used in our ASP.NET Core 3.0 applications! by Matthew Jones
Blazor Sample Project ASP.NET Core A Blazor Tutorial: Building Connect Four in ASP.NET Core Let's learn Blazor in ASP.NET Core 3.0 by building the classic childhood game ConnectFour! by Matthew Jones