Beginning C# 5.0 Databases:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berkeley, CA
Apress
2012
|
Ausgabe: | 2. ed. |
Schriftenreihe: | The expert's voinc in C#
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXII, 417 S. Ill. |
ISBN: | 9781430242604 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040534602 | ||
003 | DE-604 | ||
005 | 20121220 | ||
007 | t | ||
008 | 121112s2012 a||| |||| 00||| eng d | ||
020 | |a 9781430242604 |c Druckausg. |9 978-1-4302-4260-4 | ||
035 | |a (OCoLC)811746222 | ||
035 | |a (DE-599)BVBBV040534602 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-473 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
100 | 1 | |a Agarwal, Vidya Vrat |e Verfasser |4 aut | |
245 | 1 | 0 | |a Beginning C# 5.0 Databases |c by Vidya Vrat Agarwal |
250 | |a 2. ed. | ||
264 | 1 | |a Berkeley, CA |b Apress |c 2012 | |
300 | |a XXII, 417 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The expert's voinc in C# | |
650 | 0 | 7 | |a C sharp |0 (DE-588)4616843-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenbanksystem |0 (DE-588)4113276-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 0 | 1 | |a Datenbanksystem |0 (DE-588)4113276-2 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-4302-4261-1 |
856 | 4 | 2 | |m Digitalisierung UB Bamberg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025380622&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-025380622 |
Datensatz im Suchindex
_version_ | 1804149623178133504 |
---|---|
adam_text | Contents
l
About the Author
................................................................................................xviii
я
About the Technical Reviewer
.............................................................................xix
Ш
Acknowledgments
................................................................................................xx
Introduction
.........................................................................................................xxi
Ш
Part I: Understanding Tools and Fundamentals Databases
....................................1
if Chapter
1:
Getting and Understanding Your Tools
..................................................3
Obtaining Visual Studio
2012.............................................................................................4
Installing SQL Server
2012
Express
...................................................................................4
Installing and Attaching the AdventureWorks Sample Database
.......................................5
Installing the AdventureWorks Database
..................................................................................................5
Attaching the AdventureWorks Sample Database
....................................................................................6
Summary
.........................................................................................................................14
■
Chapter
2:
Understanding Relational Databases
..................................................15
What Is a Database?
........................................................................................................15
Choosing Between a Spreadsheet and a Database
.........................................................16
Why Use a Database?
......................................................................................................16
Benefits of Using a Relational Database Management System
.......................................16
Comparing Desktop and Server
RDBMS
Systems
...........................................................17
Desktop Databases
........................................................... 17
Server Databases
..........................................................
17
The Database Life Cycle
........................................................ 18
vi
і
CONTENTS
Mapping Cardinalities
......................................................................................................19
Understanding Keys
.........................................................................................................21
Primary Keys
..........................................................................................................................................22
Foreign Keys
...........................................................................................................................................22
Understanding Data Integrity
...........................................................................................22
Entity Integrity
........................................................................................................................................22
Referential Integrity
................................................................................................................................23
Normalization Concepts
...................................................................................................23
Drawbacks of Normalization
............................................................................................24
Summary
.........................................................................................................................24
Chapter
3:
Creating Database and Tables
.............................................................25
Launching SQL Server Management Studio
....................................................................25
Types of SQL Server Databases
.......................................................................................25
The Architecture of a SQL Server Database
.....................................................................27
Creating a Database in a Simple Way
..............................................................................28
Exploring Database Properties
........................................................................................31
Creating Database with Your Own Settings
.....................................................................32
Understanding Table Fundamentals
.......................................................................................................34
SQL Server Data Types for Table Columns
.............................................................................................35
Creating a Table in SQL Server
...............................................................................................................35
Adding an IDENTITY Column in a Table
..................................................................................................36
Summary
.........................................................................................................................39
Part II: Working with Database and XML
..............................................................41
Chapter
4:
Manipulating Database Data
...............................................................43
Inserting Data
..................................................................................................................43
Try It: Inserting a New Row
....................................................................................................................43
vii
я
CONTENTS
How It Works
..........................................................................................................................................44
Inserting Multiple Rows Through a Single INSERT Statement
.........................................45
Updating Data
..................................................................................................................47
Try It: Updating a Row
............................................................................................................................48
How It Works
..........................................................................................................................................48
Deleting Data
...................................................................................................................49
Summary
.........................................................................................................................50
Chapter
5:
Querying Databases
............................................................................51
Retrieving Data
................................................................................................................51
Try It: Running a Simple Query
...............................................................................................................53
How It Works
..........................................................................................................................................53
Using the WHERE Clause
........................................................................................................................54
Using Comparison Operators
..................................................................................................................56
Sorting Data
.....................................................................................................................57
Try It: Writing an Enhanced Query
..........................................................................................................58
How It Works
..........................................................................................................................................59
GROUP BY Clause
.............................................................................................................59
Try It: Using the GROUP BY Clause
.........................................................................................................59
How It Works
..........................................................................................................................................60
Pattern Matching
.............................................................................................................61
Try It: Using the Percent
(%)
Character
..................................................................................................61
How It Works
..........................................................................................................................................62
Try It: Using the Underscore (J Character
.............................................................................................62
How It Works
..........................................................................................................................................63
Try It: Using the Square Bracket (Q) Characters
.....................................................................................63
How It Works
..........................................................................................................................................64
Try It: Using the Square Bracket and Caret
([л
])
Characters
.................................................................64
vni
я
CONTENTS
How It Works
..........................................................................................................................................65
Aggregate Functions
........................................................................................................65
Try It: Using the
MIN,
MAX, SUM, and
AVG
Functions
............................................................................66
How It Works
..........................................................................................................................................66
Try It: Using the COUNT Function
............................................................................................................67
How It Works
..........................................................................................................................................68
DATETIME Functions
........................................................................................................68
Try It: Using
Т
-SQL Date and Time Functions
.........................................................................................68
How It Works
..........................................................................................................................................69
List Operator
....................................................................................................................70
Try It: Using the IN Operator
...................................................................................................................70
How It Works
..........................................................................................................................................71
Try It: Using the NOT IN Operator
............................................................................................................71
How It Works
..........................................................................................................................................72
Range Operator
................................................................................................................73
Try It: Using the BETWEEN Operator
.......................................................................................................73
How It Works
..........................................................................................................................................74
Try It: Using the NOT BETWEEN Operator
...............................................................................................74
How It Works
..........................................................................................................................................75
Finding NULL Values
........................................................................................................75
Try It: Using IS NULL Operator
................................................................................................................75
How It Works....
......................................................................................................................................75
Try It: Using the IS NOT NULL Operator
..................................................................................................76
How It Works
..........................................................................................................................................76
Joins
................................................................................................................................77
Inner Joins
..............................................................................................................................................77
Table Aliasing
.........................................................................................................................................78
Outer Joins
.............................................................................................................................................80
ix
1 CONTENTS
Other Joins
.............................................................................................................................................83
Summary
.........................................................................................................................83
Chapter
6:
Using Stored Procedures
.....................................................................85
Creating Stored Procedures
.............................................................................................85
Try It: Working with Stored Procedures in SQL Server
...........................................................................86
How It Works
..........................................................................................................................................87
Try It: Creating a Stored Procedure with an Input Parameter
.................................................................88
How It Works
..........................................................................................................................................89
Try It: Creating a Stored Procedure with an Output Parameter
..............................................................89
How It Works
..........................................................................................................................................91
Modifying Stored Procedures
..........................................................................................92
Try It: Modifying Your Trivial Stored Procedure
......................................................................................92
How It Works
..........................................................................................................................................94
Displaying the Definition of Stored Procedures
...............................................................94
Try It: Viewing the Definition of Our Stored Procedure
...........................................................................95
How It Works
..........................................................................................................................................95
Renaming Stored Procedures
..........................................................................................96
Try It: Renaming a Stored Procedure
......................................................................................................96
How It Works
.........................................................................,................................................................97
Deleting Stored Procedures
.............................................................................................98
Try It: Deleting a Stored Procedure
........................................................................................................98
Summary
.........................................................................................................................
gg
і
Chapter
7:
Using XML
.........................................................................................101
Defining XML
.................................................................................................................101
Why XML
........................................................................................................................102
Benefits of Storing Data As XML
....................................................................................102
Understanding XML Documents
....................................................................................103
m CONTENTS
Understanding the XML Declaration
..............................................................................104
Converting
Relational Data
to
XML................................................................................105
Using FOR
XML
RAW
.............................................................................................................................105
Try It: Using FOR XML RAW (Attribute-centric)
.....................................................................................105
How It Works
........................................................................................................................................106
Try It: Using FOR XML RAW (Element-centric)
......................................................................................106
How It Works
........................................................................................................................................107
Try It: Renaming the row Element
........................................................................................................107
How It Works
........................................................................................................................................108
Observations About XML RAW Formatting
............................................................................................109
Using FOR XML AUTO
...........................................................................................................................109
Try It: Using FOR XML AUTO
.................................................................................................................109
How It Works
........................................................................................................................................110
Observations About XML AUTO Formatting
..........................................................................................110
Using the XML Datatype
.................................................................................................111
Try It: Creating a Table to Store XML
....................................................................................................111
How It Works
........................................................................................................................................112
Try It: Storing and Retrieving XML Documents
.....................................................................................112
How It Works
........................................................................................................................................113
Summary
.......................................................................................................................113
Chapter
8:
Understanding Transactions
.............................................................115
What Is a Transaction?
..................................................................................................115
When to Use Transactions
....................................................................................................................116
Understanding ACID Properties
.....................................................................................116
Transaction Design
...............................................................................................................................117
Transaction State
...........................................................................................................118
Specifying Transaction Boundaries
......................................................................................................118
Т
-SQL Statements Allowed in a Transaction
........................................................................................118
xi
s CONTENTS
Local Transactions in SQL Server
2012................................................................................................
119
Distributed
Transactions in SQL Server
2012.......................................................................................
120
Guidelines to
Code Efficient Transactions
............................................................................................
120
How to
Code Transactions
....................................................................................................................
121
Coding
Transactions in T-SQL
..............................................................................................................
121
Summary
.......................................................................................................................133
m Part
111: Working with Data Using ADO.NET
.........................................................135
ш
Chapter
9:
Building Windows Forms Applications
..............................................137
Understanding Windows Forms
.....................................................................................137
User Interface Design Principles
..........................................................................................................438
Best Practices for User Interface Design
..............................................................................................138
Position of Controls
..............................................................................................................................138
Fonts
.....................................................................................................................................................140
Images and Icons
.................................................................................................................................140
Working with Windows Forms
..............................................................................................................140
Understanding the Design and Code Views
..........................................................................................142
Sorting Properties in the Properties Window
.......................................................................................143
Categorized View
..................................................................................................................................144
Setting the Properties of Solutions, Projects, and Windows Forms
..............................146
Working with Controls
..........................................................................................................................147
Setting Dock and Anchor Properties
..............................................................................152
Dock Property
.......................................................................................................................................152
Anchor Property
....................................................................................................................................153
Adding a New Form to the Project
........................................................................................................156
Implementing an
MDI
Form
..................................................................................................................162
Summary
.............................................................................................................170
Xli
я
CONTENTS
Chapter
10:
Introduction to AD0.NET..
................................................................171
UnderstandingADO.NET
................................................................................................171
TheMotivationBehindADO.NET
...........................................................................................................172
Moving from ADO to ADO.NET
..............................................................................................................172
ADO.NET Isn t a New Version of ADO
....................................................................................................173
ADO.NET and the .NET Base Class Library
...........................................................................................173
Understanding ADO.NET Architecture
...................................................................................................175
Understanding .NET Data Providers
......................................................................................................177
Understanding the SQL Server Data Provider
.......................................................................................178
Understanding the OLE
DB Data
Provider
.............................................................................................179
Understanding the ODBC Data Provider
................................................................................................180
Data Providers Are APIs
.................................................................................................181
Summary
.......................................................................................................................182
Chapter
11:
Handling Exceptions
........................................................................183
The System.Exception Class
..........................................................................................183
What Causes an Exception to Occur
..............................................................................184
Try It: Creating a File-Handling Application
..........................................................................................184
Try It: Causing an Exception to Occur and Observing the Behavior
......................................................189
Exploring the Type, Message, and StackTrace Properties of an Exception
...................192
Handling Exceptions
......................................................................................................194
Try It: Adding Exception-Handling Statements
.....................................................................................194
How It Works
........................................................................................................................................195
Summary
.......................................................................................................................196
Chapter
12:
Making Connections
........................................................................197
Introducing the Data Provider Connection Classes
........................................................197
Connecting to SQL Server
2012
with SqIConnection
.....................................................198
Try It: Using SqIConnection
..................................................................................................................198
xiii
š
CONTENTS
How It Works
........................................................................................................................................200
Debugging Connections to SQL Server
.................................................................................................202
Security and Passwords in SqIConnection
...........................................................................................203
How to Use SQL Server Security
...........................................................................................................204
Connection String Parameters for SqIConnection
................................................................................204
Connection Pooling
...............................................................................................................................205
Improving Your Use of Connection Objects
....................................................................206
Using the Connection String in the Connection Constructor
.................................................................206
Displaying Connection Information
.......................................................................................................206
Try It: Displaying Connection Information
.............................................................................................206
HowltWorks
........................................................................................................................................208
Connecting to SQL Server with OleDbConnection
..........................................................210
Try It: Connecting to SQL Server with the OLE
DB Data
Provider
.........................................................210
HowltWorks
........................................................................................................................................212
Summary
.......................................................................................................................212
Chapter
13:
Executing ADO.NET Commands to Retrieve Data
.............................213
Creating a Command
.....................................................................................................213
Assigning Text to a Command
..............................................................................................................213
Executing Commands
....................................................................................................217
Executing Commands with a Scalar Query
................................................................,..........................217
Try It: Using the ExecuteScaiar Method
.........................................................................217
Executing Commands with Multiple Results
........................................................................................221
Executing Nonquery Statements
..........................................................................................................224
Working with Stored Procedures
...................................................................................232
Creating a Stored Procedure to Perform a Delete Operation
................................................................232
Summary
.................................................................................. 239
XIV
í
CONTENTS
Chapter
14:
Using Data Readers
.........................................................................241
Understanding Data Readers in General
........................................................................241
Using Ordinal
Indexers.........................................................................................................................246
Using Column Name
Indexers..............................................................................................................250
Using Typed Accessor Methods
............................................................................................................251
Getting Data About Data
.......................................................................................................................258
Getting Data About Tables
....................................................................................................................264
Using Multiple Result Sets with a Data Reader
....................................................................................268
Summary
.......................................................................................................................273
Part IV: Working with Advanced ADO.NET Related Features
..............................275
Chapter
15:
Using Data Sets and Data Adapters
.................................................277
Understanding the Object Model
...................................................................................277
Data Sets vs. Data Readers
..................................................................................................................278
A Brief Introduction to Data Sets
..........................................................................................................278
A Brief Introduction to Data Adapters
...................................................................................................279
A Brief Introduction to Data Tables, Data Columns, and Data Rows
....................................................280
Working with Data Sets and Data Adapters
...................................................................281
Filtering and Sorting in a Data Set
........................................................................................................285
Comparing FilterSort to PopDataSet
.....................................................................................................291
Using Data Views
..................................................................................................................................292
Modifying Data in
a
Dataset
.................................................................................................................296
Propagating Changes to a Data Source
................................................................................................300
InsertCommand Property
......................................................................................................................301
Command Builders
...............................................................................................................................304
Concurrency
.........................................................................................................................................308
Using Data Sets and XML
..............................................................................................308
Understanding Typed and Untyped Data Sets
......................................................................................313
xv
Sä CONTENTS
Summary.......................................................................................................................
314
Chapter
16:
Using Data Controls with ASP.NET Applications
.............................315
Understanding Web Functionality
..................................................................................315
The Web Server
....................................................................................................................................316
Understanding ASP.NET and Web Pages
.......................................................................316
Understanding the Visual Studio
2012
Web Site Types
.................................................317
Understanding the Layout of an ASP.NET Web Site
.......................................................320
Understanding the Web Ul of ASP.NET Web Apps
.........................................................322
Using the Repeater Control
............................................................................................326
How It Works
........................................................................................................................................330
Summary
.......................................................................................................................331
ι
Chapter
17:
Working with Text and Binary Data
.................................................333
Understanding SQL Server Text and Binary Data Types
................................................333
Storing Images in a Database
........................................................................................334
Retrieving Images from a Database
.....................................................................................................340
Working with Text Data
........................................................................................................................346
Retrieving Data from Text Columns
......................................................................................................351
Summary
.......................................................................................................................356
s
Chapter
18:
Using LINQ
.......................................................................................357
Introduction to LINQ
.......................................................................................................357
Architecture of LINQ
.......................................................................................................359
LINQ Project Structure
...................................................................................................360
Using LINQ to Objects
...........................................................................................................................361
Using LINQ to SQL
.................................................................................................................................364
Using LINQ to XML
................................................................................................................................370
Summary
.......................................................................................................................374
XVI
í
CONTENTS
Chapter
19:
Using the ADO.NET Entity Framework
.............................................375
Understanding ADO.NET Entity Framework
5.0.............................................................375
Understanding the Entity Data Model
............................................................................376
Working with the Entity Data Model
.....................................................................................................376
Summary
.......................................................................................................................393
Chapter
20:
Using the CLR in SQL Server
............................................................395
Introducing SQL CLR
......................................................................................................395
Choosing Between
Т
-SQL and SQL CLR
.........................................................................396
Enabling SQL CLR Integration
........................................................................................396
Creating a SQL CLR Stored Procedure
...........................................................................398
Try It: Creating a SQL CLR Stored Procedure Using C#
.........................................................................398
How It Works
........................................................................................................................................402
Deploying a SQL CLR Stored Procedure into SQL Server
...............................................403
Try It: Deploying SQL CLR C# Stored Procedure in SQL Server
............................................................403
How It Works
........................................................................................................................................405
Executing the SQL CLR Stored Procedure
.....................................................................405
Try It: Executing the SQL CLR Stored Procedure
..................................................................................405
How It Works
........................................................................................................................................407
Summary
.......................................................................................................................407
Index
...................................................................................................................409
XVII
|
any_adam_object | 1 |
author | Agarwal, Vidya Vrat |
author_facet | Agarwal, Vidya Vrat |
author_role | aut |
author_sort | Agarwal, Vidya Vrat |
author_variant | v v a vv vva |
building | Verbundindex |
bvnumber | BV040534602 |
classification_rvk | ST 250 ST 253 |
ctrlnum | (OCoLC)811746222 (DE-599)BVBBV040534602 |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01443nam a2200385 c 4500</leader><controlfield tag="001">BV040534602</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20121220 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">121112s2012 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781430242604</subfield><subfield code="c">Druckausg.</subfield><subfield code="9">978-1-4302-4260-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)811746222</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV040534602</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-473</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Agarwal, Vidya Vrat</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Beginning C# 5.0 Databases</subfield><subfield code="c">by Vidya Vrat Agarwal</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berkeley, CA</subfield><subfield code="b">Apress</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXII, 417 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">The expert's voinc in C#</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenbanksystem</subfield><subfield code="0">(DE-588)4113276-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">C sharp</subfield><subfield code="0">(DE-588)4616843-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenbanksystem</subfield><subfield code="0">(DE-588)4113276-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-4302-4261-1</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025380622&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025380622</subfield></datafield></record></collection> |
id | DE-604.BV040534602 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:25:58Z |
institution | BVB |
isbn | 9781430242604 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025380622 |
oclc_num | 811746222 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG |
owner_facet | DE-473 DE-BY-UBG |
physical | XXII, 417 S. Ill. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Apress |
record_format | marc |
series2 | The expert's voinc in C# |
spelling | Agarwal, Vidya Vrat Verfasser aut Beginning C# 5.0 Databases by Vidya Vrat Agarwal 2. ed. Berkeley, CA Apress 2012 XXII, 417 S. Ill. txt rdacontent n rdamedia nc rdacarrier The expert's voinc in C# C sharp (DE-588)4616843-6 gnd rswk-swf Datenbanksystem (DE-588)4113276-2 gnd rswk-swf C sharp (DE-588)4616843-6 s Datenbanksystem (DE-588)4113276-2 s DE-604 Erscheint auch als Online-Ausgabe 978-1-4302-4261-1 Digitalisierung UB Bamberg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025380622&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Agarwal, Vidya Vrat Beginning C# 5.0 Databases C sharp (DE-588)4616843-6 gnd Datenbanksystem (DE-588)4113276-2 gnd |
subject_GND | (DE-588)4616843-6 (DE-588)4113276-2 |
title | Beginning C# 5.0 Databases |
title_auth | Beginning C# 5.0 Databases |
title_exact_search | Beginning C# 5.0 Databases |
title_full | Beginning C# 5.0 Databases by Vidya Vrat Agarwal |
title_fullStr | Beginning C# 5.0 Databases by Vidya Vrat Agarwal |
title_full_unstemmed | Beginning C# 5.0 Databases by Vidya Vrat Agarwal |
title_short | Beginning C# 5.0 Databases |
title_sort | beginning c 5 0 databases |
topic | C sharp (DE-588)4616843-6 gnd Datenbanksystem (DE-588)4113276-2 gnd |
topic_facet | C sharp Datenbanksystem |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025380622&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT agarwalvidyavrat beginningc50databases |