Cargando…

Microsoft ADO.NET 4 step by step /

Provides tutorials and examples on using ADO.NET 4 to create datacentric applications for Windows and the Web.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Patrick, Tim, 1966-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, ©2010.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn776202219
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120213s2010 caua o 001 0 eng d
010 |a  2012472718 
040 |a N$T  |b eng  |e pn  |c N$T  |d UMI  |d OCLCQ  |d DEBSZ  |d OCLCF  |d OCLCQ  |d OCLCA  |d YDXCP  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCQ  |d CEF  |d UAB  |d WYU  |d VT2  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB058143  |2 bnb 
016 7 |a 015545561  |2 Uk 
019 |a 733752548  |a 1063815701  |a 1103274881  |a 1129365560  |a 1153050907 
020 |a 9780735657137  |q (electronic bk.) 
020 |a 0735657130  |q (electronic bk.) 
020 |z 9780735638884 
020 |z 0735638888 
029 1 |a AU@  |b 000050492782 
029 1 |a DEBSZ  |b 368470857 
035 |a (OCoLC)776202219  |z (OCoLC)733752548  |z (OCoLC)1063815701  |z (OCoLC)1103274881  |z (OCoLC)1129365560  |z (OCoLC)1153050907 
037 |a CL0500000094  |b Safari Books Online 
050 4 |a QA76.9.D26  |b P38 2010eb 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.758  |2 22 
049 |a UAMI 
100 1 |a Patrick, Tim,  |d 1966- 
245 1 0 |a Microsoft ADO.NET 4 step by step /  |c Tim Patrick. 
260 |a Sebastopol, Calif. :  |b O'Reilly Media,  |c ©2010. 
300 |a 1 online resource (xxiii, 411 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a Provides tutorials and examples on using ADO.NET 4 to create datacentric applications for Windows and the Web. 
505 0 |a Part I. Getting to Know ADO.NET -- 1. Introducing ADO.NET 4 -- What is ADO.NET? -- Why ADO.NET? -- Major Components of ADO.NET -- Extensions to ADO.NET -- Connecting to External Data -- Summary -- Chapter 1. Quick Reference -- 2. Building Tables of Data -- Implementing Tables -- Logical and Physical Table Implementations -- The DataTable Class -- Adding Data Columns -- Dataset Designer -- Summary -- Chapter 2. Quick Reference -- 3. Storing Data in Memory -- Adding Data -- Creating New Rows -- Defining Row Values -- Storing Rows in a Table -- Examining and Changing Data -- Removing Data -- Batch Processing -- Row State -- Row Versions -- Validating Changes -- Exception-Based Errors -- Validation-Based Errors -- Summary -- Chapter 3. Quick Reference -- 4. Accessing the Right Data Values -- Querying and Sorting Data -- Finding Rows by Primary Key -- Selecting Rows with a Search Criteria -- Sorting Search Results -- Performing Case-Sensitive Lookups -- Using Expression Columns -- Summary -- Chapter 4. Quick Reference -- 5. Bringing Related Data Together -- Collecting Tables into Sets -- Establishing Relationships Between Tables -- Understanding Table Relations -- Creating Data Relations -- Locating Parent and Child Records -- Defining Table Constraints -- Summary -- Chapter 5. Quick Reference -- 6. Turning Data into Information -- Aggregating Data -- Generating a Single Aggregate -- Adding an Aggregate Column -- Aggregating Data Across Related Tables -- Referencing Parent Fields in Expressions -- Setting Up Indexed Views -- Creating a DataView -- Using a DataView -- Summary -- Chapter 6. Quick Reference -- 7. Saving and Restoring Data -- Serializing DataSet and DataTable Objects -- Writing XML -- Reading XML -- Guiding XML Generation -- Identifying Namespaces -- Nesting Child Tables -- Managing and Positioning Columns -- Summary -- Chapter 7. Quick Reference -- Part II. Connecting to External Data Sources -- 8. Establishing External Connections -- Using Connection Strings -- SQL Server Connection Strings -- OLE DB and ODBC Connection Strings -- Connection String Builders -- Storing Connection Strings -- Understanding Data Providers -- Connecting to SQL Server via a Data Provider -- Creating and Opening Connections -- Connection Pooling -- Summary -- Chapter 8. Quick Reference -- 9. Querying Databases -- Processing SQL Queries -- Creating Command Objects -- Processing Queries -- Processing Asynchronously -- Returning Query Results -- Returning a Single Value -- Returning Data Rows -- Accessing Field Values -- Processing More Complicated Results -- Summary -- Chapter 9. Quick Reference -- 10. Adding Standards to Queries -- Developing Parameterized Queries -- Understanding the Need for Parameters -- Implementing Standard Queries -- Using Parameters with Other Providers -- Using Parameters in Stored Procedures -- Summary -- Chapter 10. Quick Reference -- 11. Making External Data Available Locally -- Understanding Data Adapters -- Moving Data from Source to Memory -- Moving Data into a DataTable -- Moving Data into a DataSet -- Moving Data from Memory to Source -- Configuring the Update Commands -- Performing the Update -- Generating Update Commands Automatically -- Table and Column Mapping -- Summary -- Chapter 11. Quick Reference -- 12. Guaranteeing Data Integrity -- Transactions and Concurrency -- Using Local Transactions -- Employing Savepoints -- Using Distributed Transactions -- Summary -- Chapter 12. Quick Reference -- Part III. Entity Framework -- 13. Introducing the Entity Framework -- Understanding the Entity Framework -- Defining the Entity Framework's Terms -- Understanding the Entity Framework's Layers -- Understanding the Conceptual Model -- Understanding the Storage Model -- Understanding the Model Mappings -- Using the Entity Framework -- Building the Model -- Generating the Objects -- Instantiating the Context -- Running Framework Queries -- Summary -- Chapter 13. Quick Reference -- 14. Visualizing Data Models -- Designing an Entity Framework Model -- Using the Entity Data Model Wizard -- Entity Data Model Designer -- Working with the Mapping Details Panel -- Using the Model Browser -- Managing the Object Layer -- Summary -- Chapter 14. Quick Reference -- 15. Querying Data in the Framework -- Getting to Know Entity SQL -- Writing Basic Queries -- Using Literals, Operators, and Expressions -- Grouping and Aggregating Entity Data -- Using Features Unique to Entity SQL -- Running Entity SQL Queries -- Running Queries Using an ObjectQuery -- Running Queries Using a Provider -- Summary -- Chapter 15. Quick Reference -- 16. Understanding Entities Through Objects -- Managing Entity Data Through Objects -- Accessing Entity Data through Objects -- Modifying Entity Data through Objects -- Using Query Builder Methods -- Queryable Extension Methods -- Summary -- Chapter 16. Quick Reference -- Part IV. Linq -- 17. Introducing LINQ -- Getting to Know LINQ -- Using LINQ with .NET Objects -- Starting a Query with the From Clause -- Projecting Results with the Select Clause -- Filtering Results with the Where Clause -- Sorting Results with the Order By Clause -- Selecting Linked Results with the Join Keyword -- Limiting the Queried Content -- Summarizing Data Using Aggregates -- Applying Set Operations -- Summary -- Chapter 17. Quick Reference -- 18. Using LINQ to DataSet -- Understanding the LINQ to DataSet Provider -- Writing Queries with LINQ to DataSet -- Summary -- Chapter 18. Quick Reference -- 19. Using LINQ to Entities -- Understanding the LINQ to Entities Provider -- Writing Queries with LINQ to Entities -- Working with Entity and Database Functions -- Working with Custom Database Functions -- Summary -- Chapter 19. Quick Reference -- 20. Using LINQ to SQL -- Understanding the LINQ to SQL Provider -- Comparing LINQ to SQL with LINQ to Entities -- Understanding the Components of LINQ to SQL -- Using the Object Relational Designer -- Using Custom Database Functions in Queries -- Summary -- Chapter 20. Quick Reference -- Part V. Presenting Data to the World -- 21. Binding Data with ADO.NET -- Binding Data in Windows Forms -- Creating Complex-Bound Applications -- Creating Simple-Bound Applications -- Understanding Windows Forms Data Binding -- Binding Data in WPF -- Creating Data-Bound WPF Applications -- Understanding WPF Data Binding -- Binding Data in ASP.NET -- Creating Data-Bound ASP.NET Applications -- Understanding ASP.NET Data Binding -- Summary -- Chapter 21. Quick Reference -- 22. Providing RESTful Services with WCF Data Services -- Getting to Know the Service Layers -- Introducing WCF Data Services -- Introducing REST -- Setting Up a Data Service -- Defining Service Rights -- Accessing a Data Service using REST -- Querying Entities with REST -- Updating Entities with REST -- Summary -- Chapter 22. Quick Reference. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 0 |a Microsoft LINQ. 
630 0 7 |a Microsoft LINQ.  |2 blmlsh 
630 0 7 |a Microsoft LINQ  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
630 0 7 |a ActiveX.  |2 sears 
630 0 7 |a SQL server (Computer software)  |2 sears 
650 0 |a Database design. 
650 0 |a Object-oriented programming (Computer science) 
650 6 |a Bases de données  |x Conception. 
650 6 |a Programmation orientée objet (Informatique) 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database design  |2 fast 
650 7 |a Object-oriented programming (Computer science)  |2 fast 
650 7 |a Database design.  |2 sears 
650 7 |a Computer programming.  |2 sears 
650 7 |a Microsoft .NET.  |2 sears 
776 0 8 |i Print version:  |a Patrick, Tim, 1966-  |t Microsoft ADO.NET 4 step by step.  |d Sebastopol, Calif. : O'Reilly Media, ©2010  |z 9780735638884  |w (OCoLC)609544312 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780735656260/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 431509 
938 |a YBP Library Services  |b YANK  |n 7462503 
938 |a YBP Library Services  |b YANK  |n 7488946 
994 |a 92  |b IZTAP