Published: August 19 2023
Detailed instructions on how to setup an AWS VPC from scratch then deploy a .NET 6 API to AWS Lambda with a SQL Database on AWS RDS (Relational Database Service) and Email via AWS SES (Amazon Simple Email Service).
Published: February 15 2023
How to fix this SSL connection error when connecting to SQL Server from ASP.NET Core
Published: February 15 2023
How to connect to a SQL Server database in ASP.NET Core with Dapper and ADO.NET
Published: February 14 2023
Last updated: April 13 2023
How to build a .NET 7.0 CRUD API with Dapper and a SQL Server database.
Published: February 14 2023
How to auto create a database and tables in SQL Server with ASP.NET Core and Dapper
Simple Node.js + MS SQL Server API that supports User Registration, Login and User Management. Includes example front end apps in React, Angular and Vue.
A quick post to show how to automatically create and update (sync) a SQL Server database on app startup using Sequelize and Tedious
How to connect from Node.js to MS SQL Server using Sequelize & Tedious, and automatically create/update the SQL Server database from code.
Tutorial on how to build a simple Node.js + MS SQL Server API that supports CRUD operations. Includes example front end apps in React and Angular.
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: January 31 2022
An example of how to setup a .NET 6.0 project with Entity Framework Migrations that supports multiple different database providers.
Published: October 21 2021
In this post we'll go through the steps to connect a .NET API to SQL Server using Entity Framework Core, and to create a SQL Server database from code using EF Core migrations.
An example of how to setup a .NET 5.0 project with Entity Framework Migrations that supports multiple different database providers.
Published: May 10 2021
Last updated: June 14 2021
How to setup an AWS environment from scratch and deploy a .NET Core 3.1 API to AWS Lambda that connects to a SQL Server database running on AWS RDS (Relational Database Service) and sends email using AWS SES (Amazon Simple Email Service).
Published: January 11 2020
In this deployment tutorial we're going to setup a new production ready Windows 2019 web server on Microsoft Azure with IIS (Internet Information Services), then deploy a full stack Vue.js + ASP.NET Core + SQL Server application to it that supports user registration and JWT authentication.
Published: January 10 2020
In this deployment tutorial we're going to setup a production ready Windows + IIS server from scratch on Microsoft Azure, then deploy a full stack React + ASP.NET Core + SQL Server application to it that supports user registration and JWT authentication.
Published: January 03 2020
Last updated: June 04 2020
An example of how to setup an ASP.NET Core project with EF Core Migrations that support multiple different database providers.