First, link to organize
Official Git source code address:
Https://github.com/sunkaixuan/SqlSugar
Latest release update address: Current version release 3.5.2.1
Https://github.com/sunkaixuan/SqlSugar/releases
Framework Developer Sun Triumph Blog Address: Http://www.cnblogs.com/sunkaixuan
Second, the advantages
Sqlsugar is a small, fully functional ORM that does not need to rely on third-party extensions like dapper
Sqlsugar syntax is easy to use, has beautiful lambda syntax, and supports all functions of dapper SQL and ADO.
Sqlsugar performance reaches native level, far beyond dapper and EF CORE.
Sqlsugar supports. NET CORE, multiple databases
Sqlsugar Compact size only 150K is 30 per 1 of EF, NuGet can be downloaded directly
Third, the characteristic function
SqlBulkCopy and Sqlbulkreplace are two functions that handle massive data insertions and updates, and are one of the many features that are not integrated by the ORM.
SQL logging makes it easy to monitor and write logs to SQL
Global Filters For example, I have isdeleted to identify whether to delete, so that every table I check to add a where condition, with the global filter becomes very convenient
t4+ entity generation can customize entity formats and can quickly generate entity files over T4 templates
Poco design entity class does not have any attributes completely primitive ecology
Iv. Related Blogs
1.sqlaugar3.x Instructions for use:
Http://www.cnblogs.com/sunkaixuan/p/5911334.html
2. Automatically generate entity class files using the T4 template
Http://www.cnblogs.com/sunkaixuan/p/5751503.html
. NET open source SQL Server ORM Framework Sqlsugar (RPM)