CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - .net SQL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - .net SQL - List
[
VC/MFC
]
VisualBasicxueyaun
DL : 0
Visual Basic学院,包括: Visual Basic 2005中开发新一代控制台应用程序 Visual Basic程序中用ADO对象动态创建数据库和表 Visual Basic.NET实现双检锁(DCL)模式 Visual Basic编程的七个优良习惯 Visual Basic编程中的雕虫小技五则 Visual Basic数据库操作方法小结 “冲浪”靠边 Visual Basic 2005实现RSS览尽天下事 如何编写高质量的Visual Basic代码 如何在Visual Basic中使用导入API 提高Visual Basic访问数据库的效率 用Visual Basic.NET编写扑克牌游戏 用Visual Basic为软件增加注册功能 在Access数据库中实现密码管理 在Visual Basic中用DAO实现数据库编程 Visual Basic 2005打造SQLServer数据库阅读器 用Visual Basic 2005编制游戏存档修改工具 用Visual Basic 2005编程实现TCP连接实时监控 锻炼思维能力 巧用Visual Basic编写24点游戏 在Visual Basic中调用CHM帮助的几种方法 在Visual Basic 2005中使用泛型 Visual Basic 2005的重构支持之创建方法重载 Visual Basic 2005的重构支持之智能标记 用Visual Basic 2005构建反应灵敏的应用程序 在Visual Basic 2005中定制自己的异常 在Visual Basic 2005中实现VB重构 -err
Date
: 2026-01-08
Size
: 922kb
User
:
吴置
[
VC/MFC
]
vcandSQLServer2000
DL : 0
實現使用VC++.NET和SQL SERVRE2000的項目系統開發-Realize the use of VC++. NET and SQL SERVRE2000 system development projects
Date
: 2026-01-08
Size
: 17.84mb
User
:
李红
[
VC/MFC
]
ADO.NET_advance_program
DL : 0
ado .net 高级编程 Introduction 1 Chapter 1: Data Access and .NET 9 Chapter 2: The .NET Data Providers 45 Chapter 3: Visual Studio .NET and ADO.NET 69 Chapter 4: Using DataReaders 133 Chapter 5: The DataSet 163 Chapter 6: Using the DataAdapter 207 Chapter 7: Typed DataSets and DataSet Schemas 235 Chapter 8: XML and the DataSet 271 Chapter 9: Constraints, Relations, and Views 317 Chapter 10: Transactions 365 Chapter 11: Mapping 387 Chapter 12: Making a Data Services Component 409 Chapter 13: ADO.NET and Web Services 455 Chapter 14: SQL Server Native XML Support 517 Chapter 15: Performance and Security 551 Chapter 16: Integration and Migration 589 Chapter 17: Creating a Custom .NET Data Provider 625 Chapter 18: Case Study – Cycle Couriers 671 Index-Introduction 1 Chapter 1: Data Access and .NET 9 Chapter 2: The .NET Data Providers 45 Chapter 3: Visual Studio .NET and ADO.NET 69 Chapter 4: Using DataReaders 133 Chapter 5: The DataSet 163 Chapter 6: Using the DataAdapter 207 Chapter 7: Typed DataSets and DataSet Schemas 235 Chapter 8: XML and the DataSet 271 Chapter 9: Constraints, Relations, and Views 317 Chapter 10: Transactions 365 Chapter 11: Mapping 387 Chapter 12: Making a Data Services Component 409 Chapter 13: ADO.NET and Web Services 455 Chapter 14: SQL Server Native XML Support 517 Chapter 15: Performance and Security 551 Chapter 16: Integration and Migration 589 Chapter 17: Creating a Custom .NET Data Provider 625 Chapter 18: Case Study – Cycle Couriers 671 Index
Date
: 2026-01-08
Size
: 7.44mb
User
:
林虹
[
VC/MFC
]
01
DL : 0
This the book on ADO.NET. ADO.NET is the latest database technology from Microsoft and represents the most powerful way to manipulate a database to date. A Programmer s Guide to ADO.NET in C# begins by taking readers through an overview of C# and then delves into ADO.NET. Author Mahesh Chand provides details on each of the major data providers of the .NET platform, such as OleDb, Sql, and ODBC, which enable developers to read and write data to the targeted databases. This book also serves as a good reference for finding detailed methods and properties for these data provider classes.-This is the book on ADO.NET. ADO.NET is the latest database technology from Microsoft and represents the most powerful way to manipulate a database to date. A Programmer s Guide to ADO.NET in C# begins by taking readers through an overview of C# and then delves into ADO.NET. Author Mahesh Chand provides details on each of the major data providers of the .NET platform, such as OleDb, Sql, and ODBC, which enable developers to read and write data to the targeted databases. This book also serves as a good reference for finding detailed methods and properties for these data provider classes.
Date
: 2026-01-08
Size
: 1.75mb
User
:
mit
[
VC/MFC
]
SQLServer2005CE
DL : 0
主要是介绍如何在Windows Mobile设备端通过ADO.NET对SQL Server 2005 Compact Edition进行操作-Mainly describes how the Windows Mobile device-side through the ADO.NET right SQL Server 2005 Compact Edition to operate
Date
: 2026-01-08
Size
: 543kb
User
:
cll
[
VC/MFC
]
MicrosoftADONetCoreReference
DL : 0
本书是使用Microsoft Visual Studio .NET和ADO.NET编写高可伸缩性、可用Web数据库应用程序的开发人员必备指南。介绍了如何使用ADO.NET在企业级的Web应用程序中访问、排序和处理数据。通过书中丰富的实例和工具,读者能够了解编写、测试与调试数据库应用程序代码的方法。本书还介绍了ADO.NET对象模型,用于Web扩展性的XML特性,与SQL Server 2000的集成。 全书共分5大部分。第I部分提供了ADO.NET对象模型的概要叙述,并且提供了【数据窗体向导】的指导内容。第Ⅱ部分介绍了如何使用.NET数据提供程序中的不同对象——Connection、Command、DataReader和DataAdapter对象。第Ⅲ部分包含了对ADO.NET对象模型中的脱机对象的讨论——DataSet、DataTable、DataColumn、DataRow、DataRelation和DataView对象。这一部分还介绍了使用DataAdapter向数据库提交更改的基本和高级场景,还讨论了ADO.NET的XML特性。第Ⅳ部分介绍了使用ADO.NET建立有效率的Windows应用程序和Web应用程序的技术。第V部分是附录。 -This book is the use of Microsoft Visual Studio. NET and ADO.NET to prepare highly scalable, available Web database application developers an essential guide. Describes how to use ADO.NET in an enterprise-class Web applications to access, sorting and processing data. Through the book a wealth of examples and tools, readers can understand the preparation, testing and debugging database application code approach. The book also describes the ADO.NET object model for Web extensibility of XML features, and SQL Server 2000 integration. The book is divided into five majority. Part I, provide a narrative summary of ADO.NET object model and provides】 【Data Form Wizard to guide the content. Chapter Ⅱ section describes how to use. NET data provider in the different objects- Connection, Command, DataReader, and DataAdapter objects. Chapter Ⅲ section contains the object model of ADO.NET objects in the off-line discussions- DataSet, DataTable, DataColumn, DataRow, DataRelation, and DataView objects.
Date
: 2026-01-08
Size
: 7.82mb
User
:
zhangxuechao
[
VC/MFC
]
Visual-CSharp-2008-Step-by-Step
DL : 0
《Visual C#2008从入门到精通》围绕着基础知识和这些新特性全面介绍了如何利用Visual Studio 2008和.NET Framework来进行C#编程。书中沿袭深受读者欢迎的Step by Step风格,通过丰富的练习引导读者逐步构建Windows应用程序,访问SQL Server数据库,开发ASP.NET Web应用程序,创建并使用Web服务等。Visual C#作为微软的旗舰编程语言,经过几年的长足发展,在全球得以迅速普及,成为很多程序员的首选语言。Visual C# 2008新增了大量可圈可点的丰富特性全书共六部分30章,结构清晰,叙述清楚。所有练习均在Visual Studio 2008简体中文版上进行过全面演练。-" Visual C# 2008 From Novice to Professional" around the basic knowledge and these new features a comprehensive introduction to C# Programming with Visual Studio 2008 and. NET Framework. Step by Step style book followed by the readers through a wealth of exercises to guide readers step by step to build Windows applications to access SQL Server databases, develop ASP.NET Web applications, create and use Web services. Visual C# as the programming language of Microsoft' s flagship, after several years of rapid development in the global popularity quickly become the preferred language of many programmers. Visual C# 2008 added a large number of remarkable feature-rich book is six parts, 30 chapters and a clear structure, clear narrative. All exercises are carried out in the Simplified Chinese version of Visual Studio 2008 comprehensive drill.
Date
: 2026-01-08
Size
: 2.2mb
User
:
王桢您
[
VC/MFC
]
Visual.CSharp2010-step-by-step-ch
DL : 0
《Visual C# 2010从入门到精通:Step by Step》中文版 内容简介:C#作为微软的旗舰编程语言,深受程序员喜爱,是他们编写高效应用程序的首选语言。Visual C#2010新增了大量可圈可点的丰富特性,《Visual C# 2010从入门到精通:Step by Step》围绕着基础知识和这些新特性全面介绍了如何利用Visual Studio2010和.NET Framework 4.O编写应用程序。书中沿袭深受读者欢迎的Step by Step风格,通过丰富的练习引导读者逐步构建Windows应用程序,访问SQL Server数据库,开发ASP.NET Web应用程序,创建并使用Web服务等。 全书共29章,结构清晰,叙述清楚。所有练习均在Visual Studio 2010简体中文版上进行过全面演练。无论是刚开始接触面向对象编程的新手,还是打算转移到C#的具有C,C++或者Java基础的程序员,都可以从《Visual C# 2010从入门到精通:Step by Step》中吸取到新的知识。-"Visual C# 2010 From Novice to Professional: Step by Step" Chinese version Introduction: C# as the programming language of Microsoft s flagship, loved by programmers, they write efficient applications preferred language. Visual C# 2010 added a lot of remarkable feature-rich, "Visual C# 2010 From Novice to Professional: Step by Step" revolves around the basics of these new features and how to use a comprehensive introduction to Visual Studio2010 and NET Framework 4.. O write applications. The book followed by the readers of Step by Step style exercises to guide readers through the rich gradually build Windows applications to access SQL Server databases, develop ASP.NET Web applications, create and use Web services. The book has 29 chapters, clear structure, narrative clear. All exercises are carried out comprehensive drills on Visual Studio 2010 Simplified Chinese version. Whether it is just getting started with object-oriented programming novice, or intend to move to C# with a C, C
Date
: 2026-01-08
Size
: 4.57mb
User
:
sinker15
[
VC/MFC
]
Visual.C.Sharp.2005.Step.by.Step
DL : 0
这本书的目的是教你用C语言编程基础#利用Visual Studio 2005和。NET框架。你将学习C #语言的特点,然后用它们来构建应用程序在微软Windows操作系统上运行。当你完成这本书,你将有一个全面的了解,并将C #用它来构建Windows窗体应用程序访问SQL Server数据库,微软ASP.NET Web应用程序,开发,建设和消费Web服务。 -The aim of this book is to teach you the fundamentals of programming with C# by using Visual Studio 2005 and the .NET Framework. You will learn the features of the C# language, and then use them to build applications running on the Microsoft Windows operating system. By the time you complete this book, you will have a thorough understanding of C# and will have used it to build Windows Forms applications, access Microsoft SQL Server s, develop ASP.NET Web applications, and build and consume a Web service.
Date
: 2026-01-08
Size
: 1.59mb
User
:
zuoxiaoya
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.