Home

Awesome

Samples for ASP.NET Core 8.0

[!NOTE] This repository is WIP. I am updating all the previous samples from .NET 6/7 to .NET 8. Check the previous stable branch (6.0) if you want to browse the existing stable samples that contains also .NET 7/8 samples.

Greetings from Cairo, Egypt. You can sponsor this project here.

ASP.NET Core 9

You can find samples on new features availabel in ASP.NET Core 9(3) here.

Previous versions

6.0, 5.0, 3.1 LTS, 2.1 LTS

Sections

Section
Authentication5
Blazor Client Side (Web Assembly)22.NET8 (WIP), Components, Data Binding
Blazor Server16Localization
Blazor Server Side Render22
Caching5
Configurations10
CoreWCF1
Dependency Injection4
Diagnostics5
Endpoint Routing32
Email2
Elsa Workflow14.NET8
Exception Handler Middleware2
Features11
Generic Hosting9
gRPC (including grpc-Web)12
Health Check6
HTMX26
IHttpClientFactory4
IHostedService2
Logging5
Localization and Globalization6
Middleware14
Mini Apps2
Minimal API36Routing, Parameter Bindings, etc
Minimal Hosting23
MVC47Localization, Routing, Razor Class Library, Tag Helpers, View Component, etc
Output Cache Middleware
Open Telemetry3
Orchard Core4
Path String (HttpContext.Request.Path)1
Problem Details Middleware3
Razor Pages10TempData
RazorSlices1
Request15Form, Cookies, Query String, Headers
Request Timeouts Middleware6
Response3
SignalR1
Security7
Single File Application2
Static Files and File Provider10
System.Text.Json22
Syndications3
Testing1
Unpoly5
URL Redirect/Rewrite6
Uri Helper5
Windows Service1
Web Sockets6
Web Utilities3
Orleans5.NET.8
Xml1
YARP1

For Data Access samples, go to the excellent ORM Cookbook. .NET team also has a sample repository.

How to run these samples

To run these samples, simply open your command line console, go to each folder and execute dotnet watch run.

Misc (6)

Server-Sent Events (1)

Markdown (2)

Utils (3)

Device Detection (1)

The samples in this section rely on Wangkanai.Detection library.

Image Sharp (1)

All these samples require SixLabors.ImageSharp.Web middleware package. This middleware is an excelent tool to process your day to day image processing need.

Misc