How to create a simple project Web API with VSCode and Entity Framework in a Linux system

Опубликовано: 29 Сентябрь 2024
на канале: Miquel Boada Artigas
6,576
25

In this video, we are creating a web API for Entity Framework (EF). We are using Visual Studio Code (VSCode) as IDE and C # as the programming language. For the database management system we are using the memory system: no need to install or configure any program.

The sole purpose of this video is to show you how to create a web API using EF. The example is very simple and requires minimum knowledge of C #.

The video is based on the content of the website: https://dev.to/jessicanathany/creatin...