User Tools

Site Tools


dev:asp-net-core-app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
dev:asp-net-core-app [2020/07/21 07:25] – created sudev:asp-net-core-app [2020/07/21 07:26] su
Line 7: Line 7:
 There are instructions on the NuGet page for how to install the templates package. Once installed, you can create a new project from the command line: There are instructions on the NuGet page for how to install the templates package. Once installed, you can create a new project from the command line:
  
-{{{+<code>
   mkdir MyNewApp.Web   mkdir MyNewApp.Web
   cd MyNewApp.Web   cd MyNewApp.Web
   dotnet new iasmvc   dotnet new iasmvc
-}}}+</code>
  
 You can then add the project into a solution in Visual Studio and develop as normal, or you can use e.g. Visual Studio Code as your editor and compile using the dotnet command line tool. There are a couple of additional steps required after creating the project (detailed in the project readme file), but it allows you to create a running app in just a couple of minutes. You can then add the project into a solution in Visual Studio and develop as normal, or you can use e.g. Visual Studio Code as your editor and compile using the dotnet command line tool. There are a couple of additional steps required after creating the project (detailed in the project readme file), but it allows you to create a running app in just a couple of minutes.
dev/asp-net-core-app.txt · Last modified: 2022/02/17 14:49 by su