Asp.Net Core MVC full CRUD operations with EF Core in linux | Learn .net core with .net core CLI
Описание
#asp.net_core #asp.net_core_crud
In this video we are going to learn how to create a dot core mvc app in linux machine.Here i am using ubuntu 18.04 as os. Dot net core 3.1 , Entity Framework core,Visual Studio code editor and sql server for database.
If you dont know how to use sql server in any gui editor the please click on this link https://www.youtube.com/watch?v=ulndc5Ac6VQ
Topics covered:
- asp.net core with command line inerface (CLI)
-Step by step guide to create a web app using Entity framework core using vs code
-dotnet core in visual studio code,
-dotnet core in linux,
-dotnet core crud operation using Entity Framework core
Some essential packages :
dotnet tool install --global dotnet-ef
dotnet tool install --global dotnet-aspnet-codegenerator
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
for creating scaffolding controller use below command:
export PATH=$HOME/.dotnet/tools:$PATH
dotnet aspnet-codegenerator controller -name EmployeeController -m Employee -dc EmsContext --relativeFolderPath Controllers --useDefaultLayout --referenceScriptLibraries
Thanks
..............................................................................
Other links:
Angular tutorials and projects: https://bit.ly/3DitqDp
dot net 6 tutorial and project: https://bit.ly/3MSrXGX
dot net core series: https://bit.ly/3TolF4i
dot net 6 projects: https://bit.ly/3zpn9ng
.......................................................
connect with me
Twitter: https://twitter.com/ravi_devrani
GitHub: https://github.com/rd003
Youtube: https://www.youtube.com/channel/UCzTMzmLbuEWOUmpzo9vaV7Q
..........................................
Become a supporter:
You can buy me a coffee: https://www.buymeacoffee.com/ravindradevrani
Рекомендуемые видео


















