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

  1. Go to VS and create a new project
  2. Search for "Born Interactive Asp.Net Core Web API"
  3. Select "Born Interactive Asp.Net Core Web API (Mohammad K. Agha)"
  4. Click "Next".
  5. Chose the project name.
  6. Click "Finish"

Run the Web API

  1. Build and publish the database project then change the "connectionstring" in autofac.json files.
  2. Set the Service project as Startup project.
  3. 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.

Version Downloads Last Updated
1.0.1 832 1/3/2022
1.0.0 1,117 12/31/2021