Posts for March 2022

Published: March 25 2022

.NET 6.0 - Connect to MySQL Database with Entity Framework Core

This post shows goes through the steps to connect a .NET 6 API to MySQL using Entity Framework Core, and automatically create/update the MySQL database from code using EF Core migrations.
Published: March 18 2022

.NET 6.0 - Connect to SQL Server with Entity Framework Core

This post shows goes through the steps to connect a .NET 6 API to SQL Server using Entity Framework Core, and automatically create/update the SQL Server database from code using EF Core migrations.
Published: March 15 2022

.NET 6.0 - CRUD API Example and Tutorial

Tutorial on how to build a .NET 6.0 API that supports CRUD operations.
Published: March 11 2022

.NET 6.0 - Send an Email via SMTP with MailKit

This is a quick example of how to send an email in .NET 6.0 using the MailKit email client library.
Supported by