.NET Guides

The .NET 8 guides are written to help you gain foundational knowledge without falling into the trap of tutorial hell.

Guides

Modern C# Features

Learn the essential C# features to write concise and expressive code. Starting from C# 7.2 to C# 12, a lot of quality features has been shipped.

Read more

Configurations in .NET 8

Configurations is the first concept you must learn to build and deploy secure .NET 8 applications. Yes, the Options Patterns.

Read more

Host and HostBuilder Pattern in .NET 8

Every .NET 8 application starts with a host, and it uses the host builder pattern to configure and build itself.

Read more

Middleware in .NET 8

The HTTP Request and Response pipeline in .NET 8 is built using middleware understand it by building a custom middleware pipeline.

Read more

Was this page helpful?