Title: The most lightweight ORM (including instances)
: Http://files.cnblogs.com/xxpyeippx/EasyDBOperationV3.0.rar
Introduction:
Surance Yin
Personal Homepage: www.fltek.com.cn
Cnblogs: www.cnblogs.com/xxpyieppx/
Email: suranceyin@yahoo.com.cn
Basic information:
Type: Class Library
Protocol: GPL
Environment:. NET Framework 2.0
Database: sqlserver 2000/2005
It is best to work with codesurance
Features:
1. The most lightweight Orm.
2. Implemented string Filtering
3. pagination is supported (stored procedures are not required)
Upgrade history (2.0-3.0)
Added string filtering.
Added support for Ala Paging
Additional instructions:
1. It is best to combine aspnetpager
2. leleapplicationtest contains examples
How simple is it:
P. Add ();
P. Edit ();
Manager3.delete ();
Productinfo info = (productinfo) manager2.getone (object) ID );
Procedure:
1. Generate entity classes (codesurance can be used to generate them)
2. inherit commonoperation and create an operation class. (The table name must be specified)
3. Call the operation class on the client.