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\


E:\@udemy\@Error Video files

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


----------------------
OFFICE LAPTOP

Project Path

D:\Practice Projects\CoreNetECommerce\skinet_netcore_angular

Videos Path

D:\Tutorials\Udemy_Learn_to_build_an_e-commerce_app_with_.Net_Core_and_Angular_2020\Udemy - Learn to build an e-commerce app with .Net Core and Angular 2020-5 Fixed2



----------------------

First api - http://localhost:5000/WeatherForecast


SQLITE Open Database - Ctrl + Shift + P = SQLITE Open Database

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



Notes

The generic repository pattern implements in a separate class library project. It uses the "Code First" development approach and creates a database from a model, using migration. This article demonstrates a sample Application, which has one too many relationships in ASP.NET Core with Entity Framework Core

Specification pattern is a pattern that allows us to encapsulate some piece of domain knowledge into a single unit - specification - and reuse it in different parts of the code base. And of course, we can always add other criteria to the method as well



End of Section 




Section 5






Comments

Popular Posts