E-commerce app with .NET Core and Angular
Resume - 4 - 51
Clone - E:\@udemy\.net angular practice projects\clone all module\Skinet3.1
Own Git Source
https://github.com/vasanth32/skinet_netcore_angular
Original Git
https://github.com/TryCatchLearn/Skinet3.1/commits/master
Video Local paths
E:\@udemy\@.Net Core\@1 Udemy - Learn to build an e-commerce app with .Net Core and Angular 2020-5 Fixed2\Udemy - Learn to build an e-commerce app with .Net Core and Angular 2020-5 Fixed2\
D:\@torrent\[DesireCourse.Net] Udemy - Learn to build an e-commerce app with Net Core and Angular
Project Local paths
Own -E:\@udemy\.net angular practice projects\CloneSectionTwo\skinet_netcore_angular
----------------------
First api - http://localhost:5000/WeatherForecast
Commands Used
dotnet run
dotnet watch run
Clear
dotnet --info
dotnet ef migrations add InitialCreate -o Data/Migrations
Dotnet ef database -h
Dotnet ef database update
Dotnet new -h
dotnet new classlib -o Core
dotnet new classlib -o Infrastructure
dotnet sln add Core
dotnet sln add Infrastructure
dotnet add reference ../Infrastructure
dotnet add reference ../Core
dotnet restore
dotnet ef database drop -p Infrastructure -s API
dotnet ef migrations remove -p Infrastructure -s API
dotnet ef migrations add InitialCreate -p Infrastructure -s API -o Data/Migrations
dotnet ef database drop -p Infrastructure -s API
dotnet ef migrations remove -p Infrastructure -s API
dotnet ef migrations add InitialCreate -p Infrastructure -s API -o Data/Migrations
Packages
dotnet add package Microsoft.EntityFrameworkCore --version 5.0.11
dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 5.0.11
Microsoft.EntityFrameworkCore.Design
Section 5
Comments
Post a Comment