VBorisof.NetCoreApiTemplate 1.0.0

dotnet add package VBorisof.NetCoreApiTemplate --version 1.0.0
NuGet\Install-Package VBorisof.NetCoreApiTemplate -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VBorisof.NetCoreApiTemplate" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VBorisof.NetCoreApiTemplate --version 1.0.0
#r "nuget: VBorisof.NetCoreApiTemplate, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VBorisof.NetCoreApiTemplate as a Cake Addin
#addin nuget:?package=VBorisof.NetCoreApiTemplate&version=1.0.0

// Install VBorisof.NetCoreApiTemplate as a Cake Tool
#tool nuget:?package=VBorisof.NetCoreApiTemplate&version=1.0.0

NetCore Api Template

This is a project template for a dotnet-core web API.

Projects generated using this template will have the following structure (some minor parts omitted):

/
|__Controllers -- Application endpoints defined here.
|
|__Forms       -- Request forms are defined here.
|
|__ViewModels  -- Request responses are defined here.
| 
|__Data
|   |__Models  -- Application models are defined here. 
|   |    |__ IModelBase, ModelBase -- Base model interface.
|   |
|   |__IRepository -- Interface for storing and manipulating IModelBase derivatives.
|   |__IUnitOfWork -- Interface for storing and manipulating repositories.
|
|__Services
    |__Shared
        |__ServiceOperationResult -- Generic service result 

View the package on GitHub

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.0 2,197 2/19/2021
0.2.0 559 10/30/2019
0.1.0 864 4/19/2019