VewTech.VewCore.WebApi 1.1.3

dotnet add package VewTech.VewCore.WebApi --version 1.1.3
                    
NuGet\Install-Package VewTech.VewCore.WebApi -Version 1.1.3
                    
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="VewTech.VewCore.WebApi" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VewTech.VewCore.WebApi" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="VewTech.VewCore.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VewTech.VewCore.WebApi --version 1.1.3
                    
#r "nuget: VewTech.VewCore.WebApi, 1.1.3"
                    
#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.
#:package VewTech.VewCore.WebApi@1.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VewTech.VewCore.WebApi&version=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=VewTech.VewCore.WebApi&version=1.1.3
                    
Install as a Cake Tool

VewCore.WebApi

VewCore.WebApi is a .NET Class Library used for creating ASP.NET Web Apis.

Features

Features for VewCore.WebApi include:

  • CRUD Controller Generic Class: Generic class that extends the Controller ASP.NET class with default CRUD operation methods using EntityFrameworkCore.
  • WebApi Helper Generic Class: Provides wrapper methods around the CRUD endpoints a CrudController exposes.

Installation

You can install the package by running the dotnet add command

dotnet add ./MyProjectRoute package VewTech.VewCore.WebApi

You can also add a reference to the package in your .csproj file:

<ItemGroup>
    <PackageReference Include="VewTech.VewCore.WebApi" Version="X.X.X" />
</ItemGroup>

Usage

Read the repository wiki for details about usage and classes.

Contributions

All contributions are welcome. Please, open an issue or make a pull request if you wish to contribute to the project.

Tech Stack

This is the tech stack used by the app:

  • .NET 8.0
  • C#
  • EntityFrameworkCore

Code Conventions

This project follows the official Microsoft code conventions for C#. See:

https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions

License

VewCore.WebApi is licensed under the standard MIT license.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.3 280 11/9/2023
1.1.2 216 10/28/2023
1.1.1 203 10/28/2023
1.1.0 196 10/28/2023
1.0.0 193 10/26/2023