一、ORM
1、SqlSugar
世界上最簡單的ORM,只需要配置連接字符串,F5運行控制台自動建庫建表運行DEMO
Using SqlSugar is very simple ,And it's powerful.
SqlSugar=One object+One parameter=16 functions,
Support:MySql、SqlServer、Sqlite、Oracle 、 postgresql
github:SqlSugar Star:2.7K+
2、FreeSql
github:FreeSql Star:1.5K+
cnblogs:freesql
3、SmartSql
github:SmartSql Star:600+
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics (https://smartsql.net/)
二、快速開發平台
1、Admin.Core
一個基於.Net Core開發的權限管理系統,后續會增加更多實用的功能。
在線體驗
演示地址:https://www.admin.zhontai.net/
三、其它相關項目
1、HttpReports
使用HttpReports可以快速搭建.Net Core環境下統計,分析,圖表,監控一體化的站點,並且支持多種數據庫存儲,適應.Net Core WebAPI,MVC,Web項目, 通過引用Nuget構建Dashboard面板,非常適合中小項目使用。
HttpReports 是針對.Net Core 開發的輕量級APM系統,基於MIT開源協議, 使用HttpReports可以快速搭建.Net Core環境下統計,分析,圖表,監控,分布式追蹤一體化的站點, 適應.Net Core WebAPI,MVC,Web項目, 通過引用Nuget構建Dashboard面板,上手簡單,適合在微服務架構中使用。
Github地址:(https://github.com/SpringLeee/HttpReports)
在線預覽: https://moa.hengyinfs.com
賬號: admin 密碼 123456
開源不易,感興趣的同學歡迎 Github Star 一波...
[微服務統計,分析,圖表,監控一體化的HttpReports項目在.Net Core 中的使用](https://www.cnblogs.com/myshowtime/p/12165843.html)
2、DemoWebAPI
demo asp.net core 3.1 WebAPI with token protection.
For detailed information, see https://www.cnblogs.com/podolski/p/12737463.html
This demo is designed as a scafford of small project which requires token protection stay with WebAPI. Therefore you can deploy your PROTECTED API logics without a heavy IdentityServer.
It leverages the following technologies:
RESTful
Swagger
ASP.NET Core 3.1
C# 8 nullable
JWT
EF Core