User Tools

Site Tools


dev:asp-net-core-app

This is an old revision of the document!


Creating an ASP.NET Core App

A template pack for creating ASP.NET Core Industrial App Store apps using the .NET CLI tool is available on NuGet.org. You can also visit the GitHub page for the template pack here to view the documentation.

Once installed, you can create a new project from the command line:

mkdir MyNewApp.Web
cd MyNewApp.Web
dotnet new iasmvc

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.

After creating an app using the template, please ensure that you read the README file for your app to perform any additional required steps!

dev/asp-net-core-app.1602578876.txt.gz · Last modified: 2020/10/13 08:47 by su