Skip to main content

.NET

.NET (pronounced as "dot net"; previously named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework. The project is primarily developed by Microsoft employees by way of the .NET Foundation, and released under the MIT License. - Source: Wikipedia.

A collection of 73 posts

API documentation using Swagger and redoc, redoc, swagger
.NET

How to make ASP.NET Core API Documentation using Swagger and ReDoc (.NET 6)

· Christian Schou Køster

api versioning, .net6 versioning, .net6 api versioning
.NET

How to use API versioning in ASP.NET Core Web API and integrate it with Swagger using .NET 6

· Christian Schou Køster

.net6
.NET

Top 5 things to know about .NET 6

· Christian Schou Køster

user secrets
.NET

What are User Secrets and how to use them in ASP.NET Core?

· Christian Schou Køster

individual developer settings
.NET

How to configure individual developer settings in .NET Core projects (.NET 6)

· Christian Schou Køster

Localization in ASP.NET Core Web API
.NET

How to add localization in ASP.NET Core Web APIs with Caching (.NET 6)

· Christian Schou Køster

DocFX
.NET

How to produce documentation from source code with DocFX in .NET Core solutions

Implement DocFX in .NET Core to produce documentation from source code with this easy step-by-step guide + guide on how to add support for Mermaid diagrams.

· Christian Schou Køster

visualize api usage
.NET

How to visualize .NET Core API usage with Prometheus and Grafana (.NET 6)

· Christian Schou Køster

blazor web app
.NET

How To Build a Blazor Web App + In-depth theory about WASM and Razor (.NET 5)

· Christian Schou Køster

Dapper with ASP.NET Core
.NET

How to use Dapper with ASP.NET Core and Repository Pattern

· Christian Schou Køster

Log events with NLog in ASP.NET Core 5
.NET

How to log events on ASP.NET Core Web API with NLog (.NET 5.0)

· Christian Schou Køster

.NET Core Services Configuration
.NET

How to configure ASP.NET Core Web API .NET Core Service Configuration

· Christian Schou Køster

Hangfire in ASP.NET Core 5
.NET

How to use Hangfire with ASP.NET Core 5.0 - Making Background Jobs Easy

· Christian Schou Køster