Stats
49,643
reputation 39k
reached 10
answers 16
questions Loading…
About
NET:
dotnet --versionordotnet --infodotnet tool list -gdotnet tool install dotnet-ef -gdotnet tool update dotnet-ef -gdotnet tool uninstall dotnet-ef -g
EFCore:
dotnet ef migrations add <label> -p <projname>dotnet ef database update -p <projname>dotnet ef database drop -p <projname>
Solution and Projects:
-
mkdir <dirname> cd <dirname> dotnet new sln -
dotnet new webapi -o <projname> dotnet sln add <projname> -
cd <projname> dotnet run dotnet watch run dotnet add <projname> package <Nugetpkg>dotnet add <projname> reference <otherprojname>
Certificate:
dotnet dev-certs https --trustdotnet dev-certs https --clean
Node, Npm, Angular:
node -vnpm -vnpm list -g --depth 0npm update -gnpm install @angular/cli -gnpm update @angular/cli -gnpm uninstall @angular/cli -gng versioninstead ofng --versionng new <projname> --routing true --style css --skip-git --skip-testsng g c <compname>ng g class subdir/<classname> --type=model --skip-tests-
ng serve --open ng serve --port <number> --open ng add @angular/materialng build --prod-
npm install now -g cd dist/<projname> now
Badges
View all badges This user doesn’t have any gold badges yet.
21
silver badges
- PunditJul 20, 2011
- Notable Question
× 2Aug 1, 2018 - Good Answer
× 3Mar 29, 2022
22
bronze badges
- CleanupJul 28, 2011
- Self-LearnerJun 28, 2022
- CuriousJul 2, 2014
Top tags
View all tags9
Score
14
Posts
54
Posts %
5
Score
4
Posts
15
Posts %
5
Score
1
Posts
4
Posts %
5
Score
1
Posts
4
Posts %
3
Score
5
Posts
19
Posts %
0
Score
3
Posts
12
Posts %