Computer has revolutionized the world and programming is the most important tool to make our dream come true;
第一课:.net core 入门
1. Visual Studio 可以直接创建一个project
2. 可以使用命令行创建,例如
dotnet new webapi -o apidemo1
然后用Visual studio code编辑。一般的文档编辑器也可以,但是vsc有很多插件会比较方便
No comments:
Post a Comment