专家一对一Visual Basic 2005数据库编程 EXPERT ONE-ON-ONE VISUAL BASIC

专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
出版社: John Wiley & Sons
2006-12
版次: 1
ISBN: 9780764576782
定价: 361.15
装帧: 平装
开本: 其他
纸张: 胶版纸
页数: 585页
  • Are you hesitant to migrate to Visual Studio(r) 2005? Maybe you're ready to upgrade to Visual Basic 2005 but feel a bit overwhelmed by ADO.NET 2.0 and the Visual Data Tools of this new release. In this hands-on guide, I'll share with you the best practices, the latest features, and advanced data management techniques with Visual Basic 2005 and SQL Server or SQL Server Express 2005. Plus, I'll incorporate simple to moderately complex project examples that feature real-world, database front-end applications with Windows and Web forms.
      
      
       First, I'll begin with ADO.NET 2.0 basics, then I'll move on to designing and programming smart clients with typed DataSets as their data sources. Gradually, I'll walk you through using DataSource, GridView, and DetailsView Web controls. Finally, I'll demonstrate how to take advantage of the new T-SQL extensions, in-process Web services, and notifications.
       作者简介:
      
      
      Roger Jennings is the author of more than 20 books about Microsoft database platforms and Windows operating systems. He is also a principal of OakLeaf Systems, a columnist for Fawcette Technical Publications' online newsletters, and a contributing editor for Visual Studio Magazine. His U.S. Code of Federal Regulations Web services won the 2001 Microsoft .NET Best Award for horizontal solutions. Acknowledgments

    Introduction

    Part Ⅰ: ADO.NET 2.0 Basics

      Chapter 1: Migrating from ADO to ADO.NET

        A New Approach to Data Access

          The System.Data Namespace

          ADO.NET Data Providers

        Basic ADO.NET Data Objects

          Creating Basic ADO.NET Data Objects with SqlClient

          Applying Transactions to Multi-Table Updates

          Using OleDb, SqlXml, and Odbc Member Classes

          Working with Typed DataReader and SqlResultSet Data

        ADO.NET Typed DataSet Objects

          Add a Typed DataSet from an SQL Server Data Source

          Add a DataGridView and BindingNavigator Controls

          Persist and Reopen the DataSet

          Change from a DataViewGrid to a Details Form

          Add a Related DataBound Control

        Summary

      Chapter 2: Introducing New ADO.NET 2.0 Features

        Working with New ADO.NET 2.0 Runtime Windows Form Objects

          Use the DbProviderFactories to Create Database-Agnostic Projects

          Retrieve Base Table Schemas

          Check Available SQL Server Instances and ADO.NET 2.0 Data Providers

          Batch Inserts to SQL Server Tables with the SqlBulkCopy Object

          Get SQL Server Connection Statistics

          Execute SqlCommands Asynchronously

          Create Standalone DataTables

          Use Nullable Types to Support DBNull Values

        Using New ADO.NET 2.0 Persistent Windows Form Objects

          Compare ADO.NET 1.x and 2.0 Data Designers

          Add Missing ADO.NET Controls to the Toolbox

          Upgrade l.x Projects to ADO.NET 2.0 Components

          Add Multi-Level Subforms

          Parameterize the MasterDetailsForm

          Batch Multiple Updates

        Design and Display Reports with the ReportViewer Control

        Summary

      Chapter 3: Adopting Best Practices for Data-Centric Projects

        Establish Architectural Best Practices

          Reference Architectures

        Find Patterns for Projects

          Enterprise Solution Patterns Using Microsoft .NET

          Data Patterns

          Distributed Systems Patterns

          Integration Patterns

        Try Application Block Libraries

          The Data Access Application Block

          The DataAccessQuickStart Client

        Adhere to Design Guides

          The .NET Data Access Architecture Guide

          Improving .NET Application Performance and Scalability

          Designing Data Tier Components and Passing Data Through Tiers

        Apply Class Library Design Guidelines

          Naming Guidelines

          Class Member Usage Guidelines

        Prepare for Service-Oriented Architecture

          The Road to Service-Oriented Architecture

          Implement SOA with Web Services

          Ensure Fully Interoperable Web Services

        Use FxCop to Validate Project Code

        Automate Test-Driven Development

          Add a Unit Test Project to a VS 2005 Solution

          Edit and Run the Wizard-Generated Tests

        Run the SQL Server 2000 Best Practices Analyzer

        Apply Specific Best Practices to ADO.NET 2.0 Projects

          Use Identical Connection Strings to Pool Database Connections

          Run SQL Server Profiler to Inspect SQL and RPC Queries

          Avoid Adding Runtime CommandBuilder Instances

          ……

    Part Ⅱ: Data Binding in Windows Forms and Controls

      Chapter 4: Programming TableAdapters, BindingSources, and DataGridViews

      Chapter 5: Adding Data Validation and Concurrency Management

      Chapter 6: Applying Advanced DataSet Techniques

    Part Ⅲ: Data Binding in ASP.NET 2.0

      Chapter 7: Working with ASP.NET 2.0 DataSources and Bound Controls

      Chapter 8: Applying Advanced ASP.NET 2.0 Data Techniques

      Chapter 9: Publishing Data-Driven Web Services

    Part Ⅳ: SQL Server 2005 and ADO.NET 2.0

      Chapter 10: Upgrading from SQL Server 2000 to 2005

      Chapter 11: Creating SQL Server Projects

      Chapter 12: Exploring the XML Data Type

    Index
  • 内容简介:
    Are you hesitant to migrate to Visual Studio(r) 2005? Maybe you're ready to upgrade to Visual Basic 2005 but feel a bit overwhelmed by ADO.NET 2.0 and the Visual Data Tools of this new release. In this hands-on guide, I'll share with you the best practices, the latest features, and advanced data management techniques with Visual Basic 2005 and SQL Server or SQL Server Express 2005. Plus, I'll incorporate simple to moderately complex project examples that feature real-world, database front-end applications with Windows and Web forms.
      
      
       First, I'll begin with ADO.NET 2.0 basics, then I'll move on to designing and programming smart clients with typed DataSets as their data sources. Gradually, I'll walk you through using DataSource, GridView, and DetailsView Web controls. Finally, I'll demonstrate how to take advantage of the new T-SQL extensions, in-process Web services, and notifications.
       作者简介:
      
      
      Roger Jennings is the author of more than 20 books about Microsoft database platforms and Windows operating systems. He is also a principal of OakLeaf Systems, a columnist for Fawcette Technical Publications' online newsletters, and a contributing editor for Visual Studio Magazine. His U.S. Code of Federal Regulations Web services won the 2001 Microsoft .NET Best Award for horizontal solutions.
  • 目录:
    Acknowledgments

    Introduction

    Part Ⅰ: ADO.NET 2.0 Basics

      Chapter 1: Migrating from ADO to ADO.NET

        A New Approach to Data Access

          The System.Data Namespace

          ADO.NET Data Providers

        Basic ADO.NET Data Objects

          Creating Basic ADO.NET Data Objects with SqlClient

          Applying Transactions to Multi-Table Updates

          Using OleDb, SqlXml, and Odbc Member Classes

          Working with Typed DataReader and SqlResultSet Data

        ADO.NET Typed DataSet Objects

          Add a Typed DataSet from an SQL Server Data Source

          Add a DataGridView and BindingNavigator Controls

          Persist and Reopen the DataSet

          Change from a DataViewGrid to a Details Form

          Add a Related DataBound Control

        Summary

      Chapter 2: Introducing New ADO.NET 2.0 Features

        Working with New ADO.NET 2.0 Runtime Windows Form Objects

          Use the DbProviderFactories to Create Database-Agnostic Projects

          Retrieve Base Table Schemas

          Check Available SQL Server Instances and ADO.NET 2.0 Data Providers

          Batch Inserts to SQL Server Tables with the SqlBulkCopy Object

          Get SQL Server Connection Statistics

          Execute SqlCommands Asynchronously

          Create Standalone DataTables

          Use Nullable Types to Support DBNull Values

        Using New ADO.NET 2.0 Persistent Windows Form Objects

          Compare ADO.NET 1.x and 2.0 Data Designers

          Add Missing ADO.NET Controls to the Toolbox

          Upgrade l.x Projects to ADO.NET 2.0 Components

          Add Multi-Level Subforms

          Parameterize the MasterDetailsForm

          Batch Multiple Updates

        Design and Display Reports with the ReportViewer Control

        Summary

      Chapter 3: Adopting Best Practices for Data-Centric Projects

        Establish Architectural Best Practices

          Reference Architectures

        Find Patterns for Projects

          Enterprise Solution Patterns Using Microsoft .NET

          Data Patterns

          Distributed Systems Patterns

          Integration Patterns

        Try Application Block Libraries

          The Data Access Application Block

          The DataAccessQuickStart Client

        Adhere to Design Guides

          The .NET Data Access Architecture Guide

          Improving .NET Application Performance and Scalability

          Designing Data Tier Components and Passing Data Through Tiers

        Apply Class Library Design Guidelines

          Naming Guidelines

          Class Member Usage Guidelines

        Prepare for Service-Oriented Architecture

          The Road to Service-Oriented Architecture

          Implement SOA with Web Services

          Ensure Fully Interoperable Web Services

        Use FxCop to Validate Project Code

        Automate Test-Driven Development

          Add a Unit Test Project to a VS 2005 Solution

          Edit and Run the Wizard-Generated Tests

        Run the SQL Server 2000 Best Practices Analyzer

        Apply Specific Best Practices to ADO.NET 2.0 Projects

          Use Identical Connection Strings to Pool Database Connections

          Run SQL Server Profiler to Inspect SQL and RPC Queries

          Avoid Adding Runtime CommandBuilder Instances

          ……

    Part Ⅱ: Data Binding in Windows Forms and Controls

      Chapter 4: Programming TableAdapters, BindingSources, and DataGridViews

      Chapter 5: Adding Data Validation and Concurrency Management

      Chapter 6: Applying Advanced DataSet Techniques

    Part Ⅲ: Data Binding in ASP.NET 2.0

      Chapter 7: Working with ASP.NET 2.0 DataSources and Bound Controls

      Chapter 8: Applying Advanced ASP.NET 2.0 Data Techniques

      Chapter 9: Publishing Data-Driven Web Services

    Part Ⅳ: SQL Server 2005 and ADO.NET 2.0

      Chapter 10: Upgrading from SQL Server 2000 to 2005

      Chapter 11: Creating SQL Server Projects

      Chapter 12: Exploring the XML Data Type

    Index
查看详情
目前没有书店销售此书
相关图书 / 更多
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家谈糖尿病
杨英武 主编;陈艳
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家讲述生殖的秘密:好孕相伴
李蓉 主编;乔杰
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家谈甲状腺疾病
沈红权
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家话农事
牛若超 编
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家讲述生殖的秘密:成就“爸”业
姜辉 主编;乔杰
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家讲述生殖的秘密:孕力十足
乔杰、李蓉 著
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家论证民事行政案件意见选编
刘金友
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家的窘境
罗杰·克普尔
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家论证刑事案件意见选编
刘金友
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家告诉您:辅助生育这样做
张学红;王薇
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家帮你降血糖:中国2型糖尿病患者自我管理标准手册 内科 郭晓惠,马方主编
马方 主编;郭晓惠
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
专家谈肝胆肿瘤诊疗那些事
沈洁 刘宝瑞
您可能感兴趣 / 更多
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
跨越巅峰 : 显微神经外科之父亚萨吉尔
Rogers) 著;陈嘉伟 译;[美]拉里·罗杰斯;(Larry;岳琪;陈峻叡
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
A Sourcebook in Classical Confucian Philosophy(先秦儒家哲学文献译解)
Roger T. Ames(安乐哲
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
高新制造业静电与微污染控制
Roger;W.;Welker
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
体验商务英语(第三版)同步练习4
Rogers 著;John、严明、谢彩虹 编
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
体验商务英语(第三版同步练习2)
Rogers 著;John、汤艳、严明 编
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
体验商务英语(第三版)同步练习5
Rogers 著;John、严明、梁瑞清 编
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
体验商务英语(第三版同步练习3)
Rogers 著;John、张立玉、严明 编
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
柯林斯COBUILD英语语法丛书:冠词
Roger Berry 著
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
柯林斯COBUILD英语语法丛书:限定词及数量词
Roger Berry 著
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
The Digital Transformation Playbook: Rethink Your Business for the Digital Age
Rogers;David
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
Holly,JollyMadLibs
Roger Price
专家一对一Visual Basic 2005数据库编程  EXPERT ONE-ON-ONE VISUAL BASIC
JEFFERSON\'S PILLOW(ISBN=9780807009574) 英文原版
Roger W. Wilkins 著