by Santhakumar Munuswamy
Posted on 02 十月 2016
ASP.NET 核心
在本文中,我们将讨论如何在Linux上开发ASP.Net 核心 网页应用程序。在之前的文章中,我们讨论了对Windows上的带有Hello world应用程序的ASP.Net 核心的理解。如果您想学习ASP.Net 核心及其功能,可以阅读以下链接,
让我们 start with the procedures
如果您想了解先决条件并设置环境分步指南,请参见下面的链接
发展 an ASP.Net Core Web Application on Linux
We are going to 讨论 怎么样 to developing 网络 核心 web application on 的Linux. We 将 看到 的 step by step guidelines for 的 网络 核心 web application creation here.
- 键入mkdir Asp.NetCoreWebApp,cd Asp.NetCoreWebApp并在命令行中输入
- 您 can see the Asp.NetCoreWebApp folder as below screen shot
- Type dotnet new -t web and Enter in 的 command line
- 您 能够 看到 的 asp.net core application project structure in 的 屏幕 射击 as 下面
- Type dotnet restore and Enter in 的 command line
- 一段时间后,在屏幕截图中完成了所需组件的安装,如下所示
- Type dotnet run and Enter in 的 command line
结论
I hope you understood 发展 网络 核心 网页 application on 的Linux and run on it. I have covered all 的 required things. If you find anything that I missed in 这个 文章, please let me know. Please share your valuable feedback or suggestions.