Sharp-ORM automatically encapsulates the database into an object generator with a three-tier data access structure

Source: Internet
Author: User
Tags support microsoft

I have probably looked at it. It should be a very practical thing. The most important thing is to create an object in the database and modify the source code of the business logic. The implementation method is very useful for reference.

Only SQL Server is supported, but I can see that all data access such as volume El and access is in it. You should simply change it to support other databases.

 

Sharp-ORM open source code

Sharp-ORM enables seamless integration between databases and C # classes.
Uses sharp-ORM to automatically generate database-to-class code and uses a three-tier architecture design to block specific database products. The generated class can be extended through the custom business logic.
Through Orm, programmers can completely get rid of the inefficiency in writing SQL statements and improve SQL Execution efficiency.

 

Http://download.csdn.net/source/336341

 

Below is a readme

==========================================
Sharp-ORM production 2007 (1.1)
==========================================

Please read this software license agreement ("Agreement ")
Carefully before using the enclosed program.

==========================================
Feature Summarizing
==========================================
This software is build on Microsoft. NET Framework Platform, support ado.net.
This software is make up by 3-layer struct (dataaccess, dbengine, generated-bizlogicclass ).
By generated-bizlogicclass you wouldn't write hard code, and turn all repeat, heavy, fallibility
Works over to our dbengine.
By layer Septation, dataaccess is database independ. After project finish, you can migrate
Another database engine without code modification.

1. Automatic generate database access lay code. (Database Link string was encrypted ).
2. Perform table CRUD (insert/select/update/delete) by generate class simply.
3. include data valid function.
4. Custom biz-logic by write code to class file.
5. other function.

If you want to encrypt ditiously, simply finish your work, please choose sharp-Orm.

Note: Running sharp-ORM need install of support. Net Frame work2.0

If you have question/suggest please mail to FSG.Support@gmail.com.
Thank you for you attention to our product.

Copy right FSG Corporation 2002-2007
All right reserved.

==========================================
Version history review-release note
==========================================
Ver 1.1 finaly-Release Date

Orm only support Microsoft SQL Server Datebase this version.
Orm support single table construct.

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.