.NET code examples

Dependency injection code example for ASP.NET Core

Dependency injection code example for ASP.NET Core

Download an ASP.NET Core dependency injection that allows you to register and test how the singleton, scoped and transient service lifetimes work.
Basic authentication in ASP.NET Core

Basic authentication in ASP.NET Core

Purchase a ASP.NET Core Basic authentication example allowing you to add the Authorization header to a HTTP request.
JWT authentication in ASP.NET Core

JWT authentication in ASP.NET Core

Download a ASP.NET Core JWT authentication example allowing you to generate a Bearer token to authenticate a HTTP request.
Roulette wheel in Blazor WebAssembly

Roulette wheel in Blazor WebAssembly

Create Roulette using Blazor WebAssembly. This .NET Blazor Wasm demo is built up with C# and Razor components.
Connect 4 game in Blazor WebAssembly

Connect 4 game in Blazor WebAssembly

Create Connect 4 using Blazor WebAssembly. This .NET Blazor Wasm demo is built up with C# and Razor components.
Tic-Tac-Toe game in Blazor WebAssembly

Tic-Tac-Toe game in Blazor WebAssembly

Create Tic-Tac-Toe (Noughts & Crosses) using Blazor WebAssembly. This Blazor Wasm demo is built up with C# and Razor components.
Run an ASP.NET Core application in a Docker container

Run an ASP.NET Core application in a Docker container

Download a code example which includes a Dockerfile to build and publish an ASP.NET Core Web API into a Docker container and run the application.
.NET 9 code example to download with its key new features

.NET 9 code example to download with its key new features

Download an ASP.NET Core application in .NET 9 and try out its key new features such as HybridCache, OpenAPI support and new LINQ methods.
C# 13 - Code examples that include all the new features

C# 13 - Code examples that include all the new features

Download C# 13 code examples which includes all the new features so you can try them out for yourself and see what has changed from previous C# versions.
SignalR hub example sending chat messages in ASP.NET Core

SignalR hub example sending chat messages in ASP.NET Core

Download a .NET SignalR example which adds a hub that sends messages to clients when one is connected and when a method is invoked.