Top 20 NuGet aspnetcore Packages

Mapster extension for MiCake
Castle extension for MiCake aop
SnowLeopard 框架
Based Librame.AspNetCore.Abstractions on Web extension package.
The MVC Web for Librame.AspNetCore.IdentityServer
The MVC Web for Librame.AspNetCore.Identity
The Simple for Librame.AspNetCore.Web themepack.
Vive.Crypto实现了C#、Java 和 JS 的SM3,SM4的相互加密解密;以及对各种常用的加密算法进行封装,有 Base64、对称加密(DES、3DES、AES、SM4)、非对称加密(RSA、SM2)、Hash(MD4、MD5、HMAC、HMAC-MD5、HMAC-SHA1、HMAC-SHA256、HMAC-SHA384、HMAC-SHA512、SHA、SHA1、SHA256、SHA384、SHA512、SM3)等实现。
Adds helper methods overrides to AspNetCore's ControllerBase `Ok`, `Created`, ... that allow compile-time checks that what is returned matches the return type in `Task<ActionResult<MyReturnType>>`
Provides services for storing data in the browser's localStorage and sessionStorage. The stored data is protected using AES encryption and decryption functions.
Based Microsoft.AspNetCore.Authentication.OpenIdConnect on Librame.AspNetCore extension package.
Basic Authentication Middleware
AspNet Core的微信小程序登录验证支持包。
The migration tooling of .NET Framework application that needs to support a legacy configurations as App.config or Web.config.
Provides scale-out support for ASP.NET Core SignalR using an HTTP forwarder to dispatch messages to all server instances.
The migration tooling of .NET Framework application that needs to support a with Microsoft.Extensions.Hosting like syntax.
List EndpointRoutes (routes create with UseEndpoints)
Goblin Notification Service
Goblin BlogCrawler Service
In REST api there are common CRUD service interface for every model served by controller for each model. In most of the scenarios the code for implementing Create, Get, Index, Delete, Update for each model is same and writing the same code again in all the controllers can be avoided by implementing ...