C# Coding from Scratch | .NET Core Web API Tutorial | C#, SQL Server, Visual Studio

Опубликовано: 15 Май 2026
на канале: IndieRevo
906
15

In this video I am going to create a .NET Core Web API using Visual Studio. I will be using a local SQL Server Express instance to provide the data. If you want to follow along with the video, you will need to have installed SQL Server Express, or at least have access to a SQL Server instance, and have created your own database with a table containing some sample data.

The NuGet packages required are:

Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer

#coding #tutorials #microsoft