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

Create ASP.NET Core Web API with Clean Architecture using .NET CLI
.NET

How to create a new .NET Core Web API with Clean Architecture in a snap using the .NET CLI?

Learn how to create a new .NET Core project with clean architecture implemented from the beginning without you having to configure layers and references.

· Christian Schou Køster

Global Usings in C#
.NET

Why and how to use Global Usings in C#

· Christian Schou Køster

Azure Cache for Redis, Azure Redis Cache, .NET Core Web API, .Net Core Web API Redis Cache, Distributed cache
.NET

How to implement Azure Cache for Redis in a .NET Core Web API?

· Christian Schou Køster

should i learn c#, why you should learn c#, learn c#
.NET

Why You Should Learn To Code In C# 🧑‍💻

· Christian Schou Køster

send emails using azure communication services, azure communication service, mass send emails azure
.NET

Send emails using Azure Communication Services in .NET

Azure is offering a dedicated communication service to send emails on a large scale. This tutorial will walk you through sending thousands of emails using Azure Communication Services with .NET 6.

· Christian Schou Køster

integer or guid as the data type for your primary key, Integer or GUID as Primary Key Data Type
.NET

What to choose? Integer or GUID as the data type for your primary key?

· Christian Schou Køster

automatic migrations, ef core, entity framework, auto migration ef core
.NET

.NET 6 - How To Run Automatic EF Core Migrations at Startup of Application

· Christian Schou Køster

Global Exception Handling in .NET
.NET

How to add Global Exception Handling in .NET 6 and 7

· Christian Schou Køster

Send emails using Microsoft Graph API in .NET
.NET

How to send emails using Microsoft Graph API in .NET 6 + 7 as a background service

· Christian Schou Køster

stripe, stripe asp.net core, accept payments in asp.net core
.NET

How to accept Stripe Payments in ASP.NET Core Web API - .NET6

· Christian Schou Køster

add logging to asp.net core, serilog, asp.net core logging, logging to asp.net core using serilog, .net6
.NET

Add logging to ASP.NET Core using Serilog - .NET6

· Christian Schou Køster

in-memory caching, .net caching, c# caching, asp.net core web api caching
.NET

How to add In-Memory Caching to .NET 6 Web API using the decorator pattern

· Christian Schou Køster

Bogus, C# Demo data, faker.js, .net dummy data, .net bogus, c# bogus
.NET

How to generate automatic dummy data for .NET applications using Bogus

Tired of generating manual dummy/demo data? With Bogus, you can create realistic dummy data automatically without having to write thousands of lines of code with seed data.

· Christian Schou Køster

postgresql, ef core, .net, connect postgresql to .net
.NET

How to Connect PostgreSQL Database with Entity Framework Core in .NET 6

Learn how to connect a PostgreSQL database with a .NET 6 App using Entity Framework Core in a few easy steps.

· Christian Schou Køster

reflection in .NET
.NET

Learn To Understand Reflection in .NET

Reflection is used to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object. In this tutorial about reflection in .NET I will break it down into human-readable content with examples.

· Christian Schou Køster

watchdog
.NET

The #1 guide to show real-time .NET 6 logs for Web Apps and APIs in a modern way using WatchDog for Free

Learn how to show real-time logs from your .NET Web app using WatchDog. WatchDog is an open-source logging tool for .NET Web Apps.

· Christian Schou Køster

restful web api
.NET

How to build a RESTful Web API using ASP.NET Core and Entity Framework Core (.NET 6)

Learn how to build your own RESTful Web API with ASP.NET Core and Entity Framework Core (.NET 6) with auto data seeding to MS SQL.

· Christian Schou Køster

dynamically register entities
.NET

How to Dynamically Register Entities in DbContext by Extending ModelBuilder?

· Christian Schou Køster

dockerize asp.net core
.NET

How to Compose an ASP.NET Core Web API (.NET 6) with an MS SQL Server 2022 on Linux in Docker

· Christian Schou Køster

pattern matching in switch, switch patterns, witch pattern match
.NET

How to do pattern matching in switch statements – C# version >= 7.0

· Christian Schou Køster

tuple, c# tuple, tuples
.NET

C# Tuple – How to use Tuples in C#

· Christian Schou Køster

cqrs, mediatr, .net
.NET

How to implement CQRS using MediatR in an ASP.NET Core Web API (.NET 6)

· Christian Schou Køster

rate limiting, rate-limiting, rate-limit, rate limit
.NET

How to implement Rate Limiting in an ASP.NET Core Web API

· Christian Schou Køster

ioptions
.NET

How to use IOptions Pattern to get configuration from json files in .NET C#

· Christian Schou Køster

xml with csharp
.NET

How to use XML with C# – A beginner guide for basic XML operations in .NET

· Christian Schou Køster

send emails with asp.net core
.NET

How to Send Emails with ASP.NET Core using SMTP with MailKit

· Christian Schou Køster

azure blob storage
.NET

How to use Azure Blob Storage in an ASP.NET Core Web API to list, upload, download, and delete files (.NET 6)

Learn how to make a simple ASP.NET Core Web API to make CRUD operations against an Azure Storage Container for interacting with Azure Blobs.

· Christian Schou Køster

fluentvalidation, fluent validation, .net6, fluentvalidation .net6
.NET

How to use FluentValidation in ASP.NET Core (.NET 6)

Learn how to implement FluentValidation in your ASP.NET Core (.NET 6) applications to build strongly-typed validation rules, the easy way.

· Christian Schou Køster

Toast Notifications in .NET6, toast notifications
.NET

How to add Toast Notifications in an ASP.NET Core Web App (.NET 6)

· Christian Schou Køster

graphql, implement graphql
.NET

How to implement GraphQL in ASP.Net Core Web API (.NET 6) using HotChocolate

· Christian Schou Køster