Home Database Mysql Tutorial (Oracle、SqlServer、Access)数据库开发代码生成工具SharpCode

(Oracle、SqlServer、Access)数据库开发代码生成工具SharpCode

Jun 07, 2016 pm 03:40 PM
access oracle sqlserver develop database

软件相关连接: 软件下载地址:http://221.237.165.15/wuhuacong/deepland/uploadfile/sharpcode20.rar Demo程序下载地址:http://221.237.165.15/wuhuacong/deepland/uploadfile/SharpCode_Demo.rar 界面预览:http://221.237.165.15/wuhuacong/deepland/my

软件相关连接:
   软件下载地址:http://221.237.165.15/wuhuacong/deepland/uploadfile/sharpcode20.rar
   Demo程序下载地址:http://221.237.165.15/wuhuacong/deepland/uploadfile/SharpCode_Demo.rar
   界面预览:http://221.237.165.15/wuhuacong/deepland/myHelpFile/SharpCode/Picture/01.JPG
   在线帮助:http://221.237.165.15/wuhuacong/deepland/myHelpFile/SharpCode/default.htm
   软件支持论坛:http://221.237.165.15/wuhuacong/deepland/bbs/index.asp
   作者Email:wuhuacong@163.com
  
软件介绍:
   深田之星SharpCode2.0,是一个基于C#的数据库开发的代码生成器,能够生成基于SqlServer、Oracle和Access数据库开发所必须的很多代码,如存储过程代码、实体类代码和实体操作类,SharpCode2.0采用了微软最新EnterPrise Library2005的数据库访问应用程序块作为数据访问层(DAL),这些代码主要实现数据库中对表的选择( select )、修改( update )、删除 (delete) 、新建( Insert )、存在( Exist )和最大ID(MaxID)等基本操作。软件提供了非常方便、友好的界面用于代码的自动生成,并且用户可以查看数据库中所有表、表的结构、视图和存储过程等信息。
  软件通过读取数据库的主键信息作为数据更新、删除以及存在等操作的依据,用户也可以自己设置这些关键字段用于上述操作。
  软件提供基于SqlServer和Oracle数据库的文本和存储过程两种方式的C#实体操作类,以及基于Access数据库的Sql文本的C#实体操作类的自动生成。另外,作者利用SharpCode2.0工具生成的代码编写了5个Demo(两个SqlServer,两个Oracle和一个Access的Demo)的演示程序项目,所有的项目程序都经过严格的测试,能够顺利运行。
  软件生成代码的数据库访问层采用微软最新EnterPrise Library2005的数据库访问应用程序块,该模块提供一个非常好的数据库访问策略能够访问Oracle、SqlServer和DB2等数据库,经过作者的扩充,已经可以支持基于OleDb的数据库(如Access数据库)。该模块的前身是Data Access Application Block2.0,如果您用过SqlHelper类进行过数据库开发的话,那么对它应该不太陌生。

相关软件EnterPriseLibrary2005下载地址:http://221.237.165.15/wuhuacong/deepland/uploadfile/EnterpriseLibraryJan2005.exe

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

MySQL: An Introduction to the World's Most Popular Database MySQL: An Introduction to the World's Most Popular Database Apr 12, 2025 am 12:18 AM

MySQL is an open source relational database management system, mainly used to store and retrieve data quickly and reliably. Its working principle includes client requests, query resolution, execution of queries and return results. Examples of usage include creating tables, inserting and querying data, and advanced features such as JOIN operations. Common errors involve SQL syntax, data types, and permissions, and optimization suggestions include the use of indexes, optimized queries, and partitioning of tables.

Why Use MySQL? Benefits and Advantages Why Use MySQL? Benefits and Advantages Apr 12, 2025 am 12:17 AM

MySQL is chosen for its performance, reliability, ease of use, and community support. 1.MySQL provides efficient data storage and retrieval functions, supporting multiple data types and advanced query operations. 2. Adopt client-server architecture and multiple storage engines to support transaction and query optimization. 3. Easy to use, supports a variety of operating systems and programming languages. 4. Have strong community support and provide rich resources and solutions.

How to create oracle dynamic sql How to create oracle dynamic sql Apr 12, 2025 am 06:06 AM

SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values ​​to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.

How to create cursors in oracle loop How to create cursors in oracle loop Apr 12, 2025 am 06:18 AM

In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

How to use Debian Apache logs to improve website performance How to use Debian Apache logs to improve website performance Apr 12, 2025 pm 11:36 PM

This article will explain how to improve website performance by analyzing Apache logs under the Debian system. 1. Log Analysis Basics Apache log records the detailed information of all HTTP requests, including IP address, timestamp, request URL, HTTP method and response code. In Debian systems, these logs are usually located in the /var/log/apache2/access.log and /var/log/apache2/error.log directories. Understanding the log structure is the first step in effective analysis. 2. Log analysis tool You can use a variety of tools to analyze Apache logs: Command line tools: grep, awk, sed and other command line tools.

How to use triggers for oracle How to use triggers for oracle Apr 11, 2025 pm 11:57 PM

Triggers in Oracle are stored procedures used to automatically perform operations after a specific event (insert, update, or delete). They are used in a variety of scenarios, including data verification, auditing, and data maintenance. When creating a trigger, you need to specify the trigger name, association table, trigger event, and trigger time. There are two types of triggers: the BEFORE trigger is fired before the operation, and the AFTER trigger is fired after the operation. For example, the BEFORE INSERT trigger ensures that the age column of the inserted row is not negative.

How to use oracle index How to use oracle index Apr 11, 2025 pm 11:24 PM

Oracle index is a special data structure that accelerates data access and improves query performance by storing pointers to data in tables. Oracle provides a variety of index types, including B-Tree index, bitmap index, function index, and hash index. Indexes are especially suitable for data queries that require frequent filtering of specific columns or accessing large tables, but creating and maintaining indexes requires additional space and overhead, and large amounts of indexes may also reduce query efficiency.

How to return after oracle submitted How to return after oracle submitted Apr 11, 2025 pm 11:51 PM

Oracle provides the following ways to fall back on committed database changes: Use the ROLLBACK statement to immediately revoke all uncommitted changes. Operation through the database management tool interface. Use Oracle Flashback technology to return to a specific point in time and restore data, flashback logging is required.

See all articles