Create an ORM framework that is used for low performance and An orm framework for low performance.
Advantages of SqlSugar ORM:
1. High Performance, reaching the highest level of native performance, higher than SqlHelper performance, 30% faster than Dapper and 50% faster than EF
2. Multiple databases are supported. The SQL version is updated as quickly as possible. Others are updated regularly. You can use one programming method for multiple databases.
3. Support for. net Core
4. Support multi-Database Parallel Computing
5. Generate entities with object generation functions and T4 templates
6. No configuration is required. You can also create a clean model without a primary key, multiple primary keys, or multiple auto-incrementing columns.
Dummies tutorial
Configure code snippets
VS2015
VS2010
Code snippet package
Https://github.com/sunkaixuan/SqlSugarSnippets
SqlSugar ORM tutorial and
Http://www.cnblogs.com/sunkaixuan/p/5654695.html
What is a code snippet?
For example, if you enter the tab in the class, you can enter it intelligently.
If (true)
{
}
For example, you can enter a sw tab in the class to enter the tab.
Switch (switch_on)
{
Default:
}
Benefits of code snippets
This can greatly reduce the amount of code you write. For example, if you want to use N or more of the same using for each page, you only need to enter the us tab to reference all of them.
SqlSugar also integrates the code snippet to make it easier for you to use it and regularly updates it.