. NET open source SQL Server ORM Framework Sqlsugar

Source: Internet
Author: User

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)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.