User Tools

Site Tools


dev:asp-net-core-app

This is an old revision of the document!


Creating an App from an ASP.NET Core App Template

A number of different C# templates are available for creating your application.

The template pack is available on NuGet.org at https://www.nuget.org/packages/IntelligentPlant.IndustrialAppStore.Templates

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:

  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. 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.

Let us know how you get on with it!

dev/asp-net-core-app.1595316375.txt.gz · Last modified: 2020/07/21 07:26 by su