Asp.Net Standard Helper (ANSH)
The solution is based on NET Standard 2.0 development, mainly integrating some commonly used methods in project development.
Preparation
Make sure NuGet is installed in your operating system
Run on the command line
#! /bin/bash
$ cd ${ANSH.sln}
$ nuget restoreClass Library
- ANSH.ALL
All ANSH class library references - ANSH.API
WebApi SDK operation class library, request-response - ANSH.OAuth
OAuth2 Authorized Operation Class Library - ANSH.AspNetCore
Class library for AspNetCore operations - ANSH.Common
Common class library, no third-party package is required and no separate class library is created, all methods are integrated into this library. - ANSH.DataBase.Connection
Database connection class library, including processing of things - ANSH.DataBase.EFCore
Based on the base class used by EFCore - ANSH.DataBase.EFCore.MySQL
EFCore class library for operations on MySql - ANSH.DataBase.EFCore.SQLServer
EFCore class library for operating SqlServer - ANSH.Json
Json operation class library - Testing.Server
XUnit.Net Testing - Testing.UI
Test DEMO