Tetris in Blazor WebAssembly
We're going to build Tetris, a true video game, using Blazor WebAssembly, C#, and ASP.NET. Part 1 of 6. Check it out!
We're going to build Tetris, a true video game, using Blazor WebAssembly, C#, and ASP.NET. Part 1 of 6. Check it out!
Let's build useful string extension methods like ToDelimitedList and Excerpt. Plus: .NET 5.0 has launched!
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.
Let's see how to use anti-forgery tokens and validation to prevent CSRF attacks in our Razor Pages apps!
Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time!