BI.AspNetCore.WebApi.Template
1.0.1
dotnet new install BI.AspNetCore.WebApi.Template@1.0.1
This package contains a .NET Template Package you can call from the shell/command line.
BI.AspNetCore.WebApi.Template
A project template for creating an ASP.NET Core application with an example Controller for a RESTfull HTTP service
How to install templates
> dotnet new --install BI.AspNetCore.WebApi.Template
How to uninstall templates
> dotnet new --uninstall BI.AspNetCore.WebApi.Template
Use the template
Create Web Api using the BI.AspNetCore.WebApi.Template
- Go to VS and create a new project
- Search for "Born Interactive Asp.Net Core Web API"
- Select "Born Interactive Asp.Net Core Web API (Mohammad K. Agha)"
- Click "Next".
- Chose the project name.
- Click "Finish"
Run the Web API
- Build and publish the database project then change the "connectionstring" in autofac.json files.
- Set the Service project as Startup project.
- Run the solution.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.