ASP.NET Core Web API with Code First Entity Framework for Beginners Part-1

preview_player
Показать описание
Hello Guys,
In this video, I am going to show you the initial settings required for creating the ASP.NET Core Web API. Here I am using Code-First Entity Framework for creating a workflow model that is targeting a database. It helps in creating new tables in the database using models and context classes.

For describing the structure of ASP.NET Core Web API, I am using a swagger.

#aspnetcorewebapi #codefirstentityframework #codefirst #entityframework #swagger #aspnetcoreapi #tutorial #coding #programming #beginners #aspnetwebapi

For More Details Visit:

Thanks For Watching
Рекомендации по теме
Комментарии
Автор

A comprehensive and to-the-point tutorial, excellent piece of work for busy developers. Waiting for new stuff :-)

abdulrahim
Автор

thank you buddy,
it is outstanding demonstration.

AntiLibertinism
Автор

in asp.net core web api :
if there are 10 method in one controller
i want 10 method return in json formate
and 10 method return in xml formate then how will do it?

mithileshpandey
Автор

Why you don't us scaffold to add controller?
It will automatically modify:
- Startup
- appsetting.json.
- Create API Controller
....
For you.

nguyentuananh
Автор

Are you programmer or magician ? why so loud sound in programming tutorial? if can't speak English at least speak in your native language that would be much better than your silence.

vrdevendra
Автор

/swagger/index.html
not found. getting 404

ivtechnet