.netcore 命令

.netcore 命令行命令

创建wpf
dotnet new wpf -o Calibration

创建winforms 
dotnet new winforms -o Calibration

创建mvc
dotnet new mvc

Angular 常用命令

安装项目:
ng new my-app --skip-install
npm install

生成组件:
ng g comonent

EFCore 迁移命令:

Add-Migration Initxxx
Update-Database
posted @ 2021-01-29 13:55  王哲66369  阅读(82)  评论(0编辑  收藏  举报