Install Visual Studio and. NET Core
1, install Visual Studio Community 2015, select Community Download and perform the default installation, Visual Studio 2015 installer Home
2, install the. NET Core + Visual Studio tools, Windows system can download from here
Creating a WEB Application
1, Start Page click New Item (or file → new → project)
2. Select the left. NET core (if the. NET Core + Visual Studio tools are not installed without this option, close vs Install the tool), and then select ASP.net core Web application (. NET Core)
3. Select Web Application
4, change the authentication (can default does not authenticate) inside the option callout more clear oneself according to need
5, determine the build solution
6, we look at what is different from the previous
Model models, control controllers, view views
7, we first in the IIS to run a look at the effect, and then study it these toys
Looks good advanced. Look at the code and our previous writing is not very large, it should be easier to start.
The first use of core, is basically the collation of information on the Internet, has not been studied before, I hope to study with you, if there is a wrong place, I hope everyone to correct, if there is no understanding of the place also hope that everyone to enlighten.
The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.