How to create a REST API in .NET Core in 15 minutes

Опубликовано: 20 Февраль 2026
на канале: Tomas Ruiz Diaz
23,925
374

English Channel:    / @tomiruizdiaz1  

✅ Udemy Course Coupons:
https://truizdiaz.github.io/cupones/

Repository: https://github.com/truizdiaz/crud-net...

In this video, we develop an example of how to create a C# API using Visual Studio 2022. Furthermore, once the API is ready, you will learn how to interact with all the methods (GET, POST, PUT, DELETE) using Swagger.

SQL Server:    • Como instalar SQL Server para Windows  
Visual Studio Community:    • Instalación Visual Studio Community  

Official Documentation: https://docs.microsoft.com/en-us/ef/c...

00:00:00 - Introduction
00:01:08 - Creating the Project
00:02:23 - Installing Packages
00:04:47 - Creating the Model and Context
00:10:40 - Generating a Migration
00:12:22 - Creating a Controller
00:14:42 - Testing the REST API using Swagger

#crud #netcore #entityframework