ASP.NET CORE Web Application in MVC CRUD EF Database First in C# using Visual Studio 2017.

preview_player
Показать описание


Step-By-Step video tutorial on how to create a C# ASP.Net CORE MVC CRUD application with Entity Framework in Visual Studio 2017.

FreeBackgroundMusic’s social websites links:

Beaster’s social websites links:

Yaver Clap’s social websites links:

Free Background Music is a record label which is based on providing FREE BACKGROUND MUSIC with Creative Commons

License and No Copyright Music for presentation and video creators on YouTube etc…
Free Background Music can be used by any YouTube user including their monetized content.
Рекомендации по теме
Комментарии
Автор

Great video, but I'm getting a null object reference error in create.cshtml on this line:

<select asp-for="ManagerID" class="form-control" asp-items="@(new SelectList(ViewBag.ManagerList, "ManagerId", "LastName"))" ></select>

When creating a new employee, will there be null objects in this method from EmployeeController?

public IActionResult Create()
{
ViewBag.ManagerList = _context.Manager.ToList();
return View();
}

I've triple-checked my code against yours. Your assistance is appreciated.

David

davidwoosley
Автор

Thank you sir for this nice tutorial. But would have been better without the background music.

mohsin
Автор

hi, first of all thanks for the video keep up the good work.. can i know what is the use of datacontext here ? thank you

gauravghale
Автор

The music made it very difficult to hear what you are saying at times. Do you have a version without the music?

saxyjayman
Автор

Good content, but get rid of that obnoxious background music

skverskk