.NET code examples

Get started with Entity Framework Core

Get started with Entity Framework Core

Get started with EF Core includes creating a DbContext, adding a migration, CRUD operations, the Include method, raw SQL queries and stored procedures.
ASP.NET Core Web API CRUD methods example

ASP.NET Core Web API CRUD methods example

Download an ASP.NET Core Web API code example which includes endpoints for each of the CRUD methods (Create, Read, Update and Delete).
Data annotation .NET 8 additions in an Web API example

Data annotation .NET 8 additions in an Web API example

An ASP.NET Core Web API code example which includes the new data annotations for .NET 8 such as AllowedValues and Length.
TimeProvider example for mocking time and timer in xUnit

TimeProvider example for mocking time and timer in xUnit

A .NET 8 xUnit project which uses the TimeProvider and FakeTimeProvider class to mock time and a timer in unit tests.
Keyed services for ASP.NET Core dependency injection example

Keyed services for ASP.NET Core dependency injection example

Download the code example for injecting keyed services with dependency injection with an ASP.NET Core web app.
Azure DevOps pipeline example .NET project for CI/CD

Azure DevOps pipeline example .NET project for CI/CD

A .NET project for use in the CI/CD setup of a Azure DevOps pipeline. This demo can be used for a build and release pipeline.
FromQuery and other ASP.NET Core Web API attributes

FromQuery and other ASP.NET Core Web API attributes

An ASP.NET Core code sample that features examples of FromQuery, FromHeader, FromForm, FromRoute, FromServices and FromBody in a Web API.
ASP.NET Core custom logging provider to SQL Server database

ASP.NET Core custom logging provider to SQL Server database

Download & install this .NET code sample written in C# that uses a custom logging provider to log to a SQL Server database table
Create your own file logger

Create your own file logger

An ASP.NET Core for .NET 5 Web API which extends .NET Core's logging feature to log to text files in a HostedService.
Create a PDF using HTML & CSS in ASP.NET Core

Create a PDF using HTML & CSS in ASP.NET Core

Download the code example to allow you to create free PDF documents in ASP.NET Core. Capture a website layout and create an invoice.