markdown dotnet圣经
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown dotnet圣经相关的知识,希望对你有一定的参考价值。
# .NET Core Bible
## Scaffold a project
Create solution
```
dotnet new sln -n TestSolution.sln
```
Create project(s)
```
dotnet new webapi -n TestSolution.API
```
```
dotnet new web -n TestSolution.Web
```
Add all projects to solution
```
dotnet sln TestSolution.sln add **/*.csproj
```
Remove all projects from solution
```
dotnet sln TestSolution.sln add **/*.csproj
```
以上是关于markdown dotnet圣经的主要内容,如果未能解决你的问题,请参考以下文章
markdown elassandra圣经
markdown 蟒蛇圣经
markdown odoo圣经
markdown k8s圣经
markdown openhift圣经
md文件图片上传