搜索资源列表
csharpdata
- 案例1:用ADO.Net实现通用数据库编程1 案例2:用ADO.Net实现通用数据库编程2 案例3:使用DataSet对数据库进行操作1 案例4:使用DataSet对数据库进行操作2 案例5:使用DataGrid连接数据库 案例6:在SQL Server中存储显示图片 案例7:在ACESS 2000中存储显示图片
supermarket
- ADO.net SQL 数据库基本操作,超市货物分类管理-ADO.net SQL database basic operation, supermarket goods classified management
tushuguanxutongkaifashili
- 图书销售系统开发实例是学习SQL的时候和老师一起研究的一个系统部分!具体应用了ADO.NET的基础知识。-Book sales system development instance is the time to learn SQL and teachers together to study part of a system! Specific application of the basics of ADO.NET.
NHibernate-1.2.0.GA-src
- NHibernate是一个面向.NET环境的针对关系型数据库的对象持久化类库。 NHibernate来源于非常优秀的基于Java的Hibernate关系型持久化工具。 NHibernate从数据库底层来持久化你的.Net对象到关系型数据库。NHibernate为你处理这些,你不用自己写SQL去数据库存取对象。你的代码仅仅和对象关联,NHibernat自动产生SQL语句,并确保对象提交到正确的表和字段中去.大量减少开发时人工使用SQL和ADO.NET处理数据的时间. NHibernate可
LINQ
- 目前OOP技术在工业领域的应用已经进入了一个稳定的发展阶段。程序员现在都已经认同像类、对象和方法这样的语言特性。考察现在和下一代的技术,一个新的编程技术的重大挑战开始呈现出来,即面向对象技术诞生以来并没有解决降低访问和整合信息数据的复杂度的问题。其中两个最主要访问的数据源与数据库和 XML 相关。 LINQ(Language INtegrated Query,语言集成查询)是Visual Studio 2008中的一组新功能,可为C#和Visual Basic语言语法提供强大的查询功能。LI
C_S_GJBC
- 学习c语言的经典资料 c#高级编程 第六版 本书为C#经典名著!是Wrox红皮书中最畅销的品种之一。从第1版开始就名满天下,其第3版被评选为2005年最权威的十大IT图书之一,并荣获“2005年度引进版科技类优秀图书”奖。更可贺的是,其第4版又荣获“2006年最受读者喜爱的十大技术开发类图书”!第6版在详尽论述C# 2005的基础上,又增加了.NET 3.0 Framework的新特性,更加完善了C#的技术。是缺乏C#或.NET编程经验,但有其他语言编程经验的开发人员,以及了解.NET
SQL-Sever
- 利用C#实现一个简单的数据库浏览成绩 用到DataGridView控件和ADO.NET 的基础知识-C# to implement a simple database browser results used in the basics of the DataGridView control and ADO.NET
fwdfwdporgramiren
- [c#] connection to sql by ADO.NET
ConnData
- 建立SQL Server数据库的连接。本源代码实例通过自定义方法ConDB使用ADO.NET的Connection对象连接SQL Server中的数据库。代码完整,简单易学,经典入门秘籍。-Establish a connection to the SQL Server database. The origin code examples by using ADO.NET Connection object custom methods ConDB connected to the SQL Se
SQLServerMemoryImage
- C#使用ADO.NET对象向SQL Server数据库存入图片,以前有很多类似示例,有兴趣的就再研究一款吧,这一个或许与其它的不一样-C# uses ADO.NET objects stored in the picture to the SQL Server database, there are many similar examples, are interested to study a, this perhaps is not the same as with other
ADO.NETWrite
- C#使用ADO.NET对象录入数据,一个基本的SQL应用,最基本的数据库操作,操作数据库,从连接数据库做起-C# uses ADO.NET objects to enter data, a basic SQL applications, the most basic database operations, the operation of the database, connect to the database to start
ADO.NET
- ADO.NET中三种方式访问数据库,1\sql server提供程序读取sql server数据库的内容2\用OLEDB访问sql SERVER3\用odbc来访问sql server数据库-ADO.NET to access the database in three ways, 1 \ sql server sql server database provider reads the contents of two \ use OLEDB to access sql SERVER3 \ us
doExcle
- 用C# .net对excel文件进行处理,处理方法是安装ADO用SQL语句进行的,开发自己使用的办公批处理程序十分用参考价值-using C# .net to deal with excel
DataBaseIntegratedapplication
- (1)C#对数据库SQL Server 2008的访问技术ADO.NET (2)向数据表中插入、删除和更新以及浏览的方法。-(1) C# SQL Server 2008 database access technology ADO.NET (2) to the data table, insert, delete, and update and browsing methods.
NHibernateMSSQL
- 用NHibernate数据框架连接MS SQL Server数据库,并实现数据的插入、更新、删除等操作。实践证明:采用NHibernate框架比ADO.NET框架操作数据库更高效-Using NHibernate data frame connect with MS SQL Server database, achieving data insert, update, and delete operations. Practice has proved that using NHibernate
ToyMgr
- C#(ADO.NET+ASP.NET+三层),SQL Server,玩具管理功能-C# (ADO.NET+ASP.NET+ three), SQL Server, toys management functions
computer
- 学生信息管理系统c# (1)初步掌握ADO.NET对象访问关系数据库的方法; (2)初步掌握使用结构化查询语言SQL访问数据的方法; (3)掌握利用数据控件访问关系数据库的方法; (4)掌握数据绑定及数据绑定控件的使用方法; (5)能够灵活运用数据控件及数据绑定控件访问关系数据库。-student information management systemc#
CSharp.Net
- C#入门的一些经典算法和解决方案,含基础、类、IO、SQL、ADO.NET、LINQ等-some classic methods and solutions of C#
register
- C#+Ado.net+Sql编写的注册登录一体系统 通过此程序可以学习如何将程序连接到数据库并且进行读取和插入信息 -C#+ Ado.net+ Sql registered registration system through this program can learn how to connect the program to the and read and insert information
CSharpmovie
- C#+结合数据库制作的电影信息管理系统,实现了连接数据库的增删改查,适于新手学习ado.net连接sql数据库的例子。-C#+ combined with the production of the film information management system to achieve the connection to delete or delete, suitable for novice learning ado.net connection sql example.