Beginning ASP.NET 2.0 with C #:
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | English |
Veröffentlicht: |
Indianapolis, IN
Wiley/Wrox
c2006
|
Schriftenreihe: | Wrox beginning guides
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes index. -- "Programmer to programmer"--Cover. Includes bibliographical references (p. 711) and index |
Beschreibung: | xxix, 735 p. ill. 24 cm |
ISBN: | 0470042583 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022359341 | ||
003 | DE-604 | ||
005 | 20080623 | ||
007 | t | ||
008 | 070321s2006 xxua||| |||| 00||| eng d | ||
010 | |a 2006007661 | ||
020 | |a 0470042583 |c paper/website |9 0-470-04258-3 | ||
035 | |a (OCoLC)255713995 | ||
035 | |a (DE-599)BVBBV022359341 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
050 | 0 | |a TK5105.8885.A26 | |
082 | 0 | |a 005.2/76 | |
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
245 | 1 | 0 | |a Beginning ASP.NET 2.0 with C # |c Chris Hart ... [et al.] |
246 | 1 | 3 | |a ASP.NET 2.0 with C# |
264 | 1 | |a Indianapolis, IN |b Wiley/Wrox |c c2006 | |
300 | |a xxix, 735 p. |b ill. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Wrox beginning guides | |
500 | |a Includes index. -- "Programmer to programmer"--Cover. | ||
500 | |a Includes bibliographical references (p. 711) and index | ||
630 | 0 | 4 | |a Active server pages |
650 | 4 | |a Web sites |x Design | |
650 | 4 | |a Microsoft .NET | |
650 | 4 | |a C# (Computer program language) | |
650 | 0 | 7 | |a ASP.NET 2.0 |0 (DE-588)4831603-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C sharp |0 (DE-588)4616843-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a ASP.NET 2.0 |0 (DE-588)4831603-9 |D s |
689 | 0 | 1 | |a C sharp |0 (DE-588)4616843-6 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Hart, Chris |e Sonstige |4 oth | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015568701&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015568701 |
Datensatz im Suchindex
_version_ | 1804136407167401984 |
---|---|
adam_text | Titel: Beginning ASP.NET 2.0 with C#
Autor: Hart, Chris
Jahr: 2006
Contents
Acknowledgments ix
Introduction xxiii
Chapter 1: An Introduction to ASP.NET 2.0 and the Wrox United Application 1
The Site You Will Build 3
ASP.NET 2.0—A Powerful Tool to Build Dynamic Web Sites 4
Simple Solutions for Common Web Site Tasks 5
Consistency and Personalization 5
Navigation 5
Login, Security, and Roles 5
Connection to Data 6
Code 6
Componentization 6
Web Services 6
Performance and Caching 6
Errors and Exception Handling 7
Deployment 7
Development Tools 7
Where Does ASP.NET 2.0 Fit with Other Technology? 7
Exploring the Wrox United Application 8
Getting Started with Your Wrox United Site 10
VWD Express — A Development Environment 10
Introducing the ASP.NET Development Server 11
VWD s Solution Explorer 11
Creating, Opening, and Using Web Sites and Pages with VWD 13
The Sample Code (Download) Directories 14
Running a Page 15
Design Surface 16
Toolbox 18
Properties Window 20
Error List Window 22
VWD s Database Explorer 24
Summary 25
Exercises 25
Chapter 2: Site Design
21
General Design Objectives
Master and Content Pages
Creating a Master Page
Creating Content Pages
A Sample of Master and Content Pages
Using Cascading Style Sheets in a Master Page
Additional Capabilities of Master Pages
Multiple Levels of Master Pages
Master Pages Support Multiple Content Placeholders
Creating a Site Map
General Guidelines for Site Design
Standard Files for ASP.NET 2.0 Applications
Web.config Holds Settings for the Entire Site
Global.asax Holds Code for the Entire Site
Editing Site Configuration Through a Web Browser
Troubleshooting Site Design Errors
Summary
Exercises
Chapter 3: Pa e_Dgsfen __
Static Page Design
The World of HTML
From HTML to XHTML Code
Dynamic Content
Dynamic Client Code and Dynamic Server Code
Introduction to Server Controls
The Server Control Toolbox
What Are Server Controls?
Source View in VWD
Types of Server Controls
Standard Controls
HTML Controls
Navigation Controls
Summary
Exercises
28
29
29
31
33
34
39
39
41
42
45
45
45
50
50
53
53
54
55
55
62
66
68
69
69
70
71
75
80
80
82
83
97
98
xi»
Chapter 4: Membership and Identity 101
Security Basics 102
Identity—Who Am I? 102
Authentication—This Is Who I Am 102
Authorization—This Is What I Can Do 102
Logging In to a Site 103
ASP.NET Security 103
Login Controls 103
Personalization 117
Membership 120
Authentication 125
Wrox United Security 128
Summary 131
Exercises 132
Chapter 5: Styling with Themes 133
Styling a Site 133
Style Attributes 134
CSS — Cascading Style Sheets 138
Themes 147
Applying Styling to a Site 165
Themes in Wrox United 167
Styling and Layout Best Practices 172
Usability 172
Accessibility 172
Summary 173
Exercises 174
Chapter 6: Events and Code 175
Web Server Architecture 175
HTTP Is Stateless 176
Server-Side Events 177
Adding Events to the Page 178
The Postback Architecture 184
What Events Are Available? 186
Which Events Should I Use? 186
Events Aren t Triggered by Users Only 189
xiii
Indirect Events 193
Canceling Events 196
Global Events 200
Summary 201
Exercises 202
Chapter 7: Reading Data 203
Introducing Databases 203
Using ASP.NET 2.0 s Data Controls 205
Introducing Data Source Controls 205
Introducing Data-Bound Controls 206
Data Source Controls and Data-Bound Controls Work Together 211
Configuring Data Controls with VWD 211
Data Source Controls 212
The Basic Properties of Data Source Controls 212
Hiding the Connection String 215
Details of the Connection String and Provider 217
Data-Bound Controls 218
Data-Bound Selection Lists 218
The GridView Control 225
The DataList and Repeater Controls 231
The DetailsView and FormView Controls 239
Data Source Controls with Parameters 242
Multiple Data Controls Working Together 247
Working with XML Data 253
Reading XML Data 255
Binding Syntax 258
Summary 259
Exercises 260
Chapter 8: Writing Data 261
Introduction to Writing Data 261
Options for Writing Data 2^2
DataKeyNames
Changing Existing Records 263
Adding New Records
Deleting Records
Uploading Pictures ZyZ
Improving the Upload of Pictures ZLl
Summary 278
OfiQ
Exercises *°°
284
xiv
Chapter 9: Code
285
Variables and Data Types 285
Common Language Runtime Types 287
What Are All Those Curly Brackets and Semicolons For? 288
Declaring Variables 288
Assigning Values 289
Data Conversion 289
Null Values 291
Working with Strings 291
Working with Dates 294
Working with Arrays and Collections 297
Deciding Whether to Use Arrays or Collections 303
Enumerations 304
Constants 305
Statements 306
Operators 306
Decisions 312
Loops 316
Namespaces 326
Working with Classes 327
Creating Classes 328
Inheritance 338
Variable Scope and Lifetime 343
Generics 345
Summary 346
Exercises 346
Chapter 10: Componentization 347
The Separation of Code from Content 348
The Separation of Code from Design 349
Code-Behind 350
The Page Directive 350
Partial Classes 351
Event Handlers/Functions 351
Creating a Code-Behind File 352
Compilation in ASP.NET 2.0 356
The App_Code Folder 357
Data Layers 357
Two-Tier Applications 357
Three-Tier Applications 358
What s New in ASP.NET 2.0 359
The Wrox United ObjectDataSource 364
XV
User Controls 367
User Control Structure 369
A Simple User Control 370
The Wrox United News User Control 375
Composite Controls 379
Assemblies and Custom Server Controls 379
Summary 380
Exercises 381
Chapter 11; Roles and Profiles 383
The Importance of Roles 384
Introducing Roles in Wrox United 385
Configuring Page-Level Authorization 393
Controlling Page Visibility ^97
Working with Roles in Code 494
Enabling User Profiles 405
Building a Profile 406
Profiles in Wrox United 4Qg
Storing Preferences
Managing Anonymous Shopping Carts 422
Summary 423
Exercises
423
430
431
431
Chapter 12: Web Services ^25
Looking at Web Services
426
Consuming a Third-Party Web Service
The Life Cycle of a Web Service 4^
* /ion
Calling the Web Service
Transmitting the Web Service
Returning the Response
Using the Response 433
The Structure of Your Web Service 435
Processing Directive 435
Namespaces 435
Public Class 436
Web Methods 436
Creating a Web Service 436
Testing Your Web Service 438
The WSDL Contract 441
443
xvi
Web Service Discovery 444
DISCO 445
UDDI 445
Discovering Your Web Service 445
Adding the Fixture Service to Your Application 447
Putting It All Together 450
Remote Web Services — PocketPC Application 455
Web Service Security 459
Encryption and Message-Based Security 459
Authentication and Access Controls for Services 459
Summary 460
Exercises 460
Chapter 13: E-Commerce 461
The E-Commerce Pipeline 462
The Product Catalog 463
The Structure of the Catalog 463
The Design of the Catalog 463
Implementation of the Catalog 464
The Product Item Page 471
The Shopping Cart 477
The Shopping Object 477
The Profile 487
The Shopping Cart Control 489
Checkout 502
Order Processing 503
Login 503
Address/Delivery Details 503
Credit Card Handling 504
How You Intend to Checkout 505
Secure Transactions 520
What Else Can You Do? 520
Summary 521
Exercises 521
Chapter 14: Performance 523
Simple Techniques 523
Object Disposal 524
Database Connections 527
Stored Procedures 527
xvii
Strongly Typed Collections 538
Session State 337
View State 838
Pages and Code 539
Data Binding and Postback 539
Object References 540
StringBuilder Versus String Concatenation 540
Picking the Right Collection 542
Caching 543
Page Caching 543
Designing for Performance 548
Web Server Hardware and Software 549
Testing Performance 549
Tracing 549
Stress Testing Tools 552
Performance Monitor 552
Summary 553
Exercises 553
Chapter 15: Dealing with Errors 555
Defensive Coding 555
Parameter Checking 556
Avoiding Assumptions 557
Query Parameters 55g
Validation
559
Exception Handling 564
565
565
566
573
576
578
579
What Are Exceptions?
The Exception Object
How to Trap Exceptions
Logging Exceptions
Mailing Exceptions
Raising Exceptions
Exceptions Best Practices
Global Exception Handling
Custom Error Pages
EQ«|
Configuring Custom Error Pages
Debugging and Tracing 582
Using ASP.NET Tracing
Using the Debugger
Summary 588
Exercises 595
596
xviii
Chapter 16: Deployment. Builds, and Finishing Up
597
Site Deployment 598
Checklist 598
Compiling and Running Your Application 599
Publishing the Site 600
XCOPY Deployment 603
Common Problems Encountered When Deploying a Site 605
Testing and Maintenance 609
Testing Before and After 609
Maintenance 610
Where to Now? 617
References 618
Summary 618
Exercise 619
Appendix A: Exercise Answers 621
Appendix B: Setup 647
System Requirements 647
Processor 647
Operating System 648
RAM 648
Hard Disk 648
CD or DVD Drive 648
Display 648
Mouse 648
Visual Web Developer Express Installation 648
Web Site Folder Setup 654
IIS Setup (Optional) 654
Wrox United Installation 658
Network Service Enabling 659
Windows XP Home Edition Users Only 661
Checking the Installation with VWD and the ASP.NET Development Server 661
Checking the Installation with IIS 662
Troubleshooting 663
xix
Appendix C: Wrox United Database Design £££
Players and Matches
The Players Table
The Goals Table
The Fixtures Table
66T
668
The MatchReports Table 6(39
The Gallery Table 669
Standalone Tables 669
The Opponents Table 669
The News Table 670
Wrox United Store Tables 670
The Orders Table 670
The OrderLines Table 671
The Products Table 672
Appendix D: VWP Database Explorer £23
Opening the Database Explorer 673
Adding an Existing Database to the Database Explorer 673
Accessing Files 674
SQL Databases on a SQL Server (Including SQL Server Express) 675
Saving SQL Databases as an MDF File 676
Viewing Database Diagrams 077
Exploring a Table s Structure 0gX
Observing and Editing Data of Existing Tables 982
Creating a New Database ggg
Creating a New Table and Adding Data gg3
Examining and Creating Views 304
Examining a Stored Procedure (SPROC) 909
Summary 6go
Appsndix-E; CSS and HTML Quick Reference 691
Styling Pages and Controls
Creating Inline Styles
Linking Style Sheets to a Page
CSS Inheritance
CSS Styles
CSS Sizes
Fonts
Colors
691
692
693
693
693
695
695
696
XX
CSS Selectors 696
Floating Elements 698
Pseudo Classes 699
CSS Reference 699
Common HTML Tags by Category 704
Document Structure 704
Titles and Headings 705
Paragraphs and Lines 705
Text Styles 706
Lists 707
Tables 707
Links 707
Graphics, Objects, Multimedia, and Scripts 708
Forms 708
Frames 709
HTML Common Attributes to the CSS Property 709
Recommended Reading 711
Index 713
xxi
|
adam_txt |
Titel: Beginning ASP.NET 2.0 with C#
Autor: Hart, Chris
Jahr: 2006
Contents
Acknowledgments ix
Introduction xxiii
Chapter 1: An Introduction to ASP.NET 2.0 and the Wrox United Application 1
The Site You Will Build 3
ASP.NET 2.0—A Powerful Tool to Build Dynamic Web Sites 4
Simple Solutions for Common Web Site Tasks 5
Consistency and Personalization 5
Navigation 5
Login, Security, and Roles 5
Connection to Data 6
Code 6
Componentization 6
Web Services 6
Performance and Caching 6
Errors and Exception Handling 7
Deployment 7
Development Tools 7
Where Does ASP.NET 2.0 Fit with Other Technology? 7
Exploring the Wrox United Application 8
Getting Started with Your Wrox United Site 10
VWD Express — A Development Environment 10
Introducing the ASP.NET Development Server 11
VWD's Solution Explorer 11
Creating, Opening, and Using Web Sites and Pages with VWD 13
The Sample Code (Download) Directories 14
Running a Page 15
Design Surface 16
Toolbox 18
Properties Window 20
Error List Window 22
VWD's Database Explorer 24
Summary 25
Exercises 25
Chapter 2: Site Design
21
General Design Objectives
Master and Content Pages
Creating a Master Page
Creating Content Pages
A Sample of Master and Content Pages
Using Cascading Style Sheets in a Master Page
Additional Capabilities of Master Pages
Multiple Levels of Master Pages
Master Pages Support Multiple Content Placeholders
Creating a Site Map
General Guidelines for Site Design
Standard Files for ASP.NET 2.0 Applications
Web.config Holds Settings for the Entire Site
Global.asax Holds Code for the Entire Site
Editing Site Configuration Through a Web Browser
Troubleshooting Site Design Errors
Summary
Exercises
Chapter 3: Pa e_Dgsfen _
Static Page Design
The World of HTML
From HTML to XHTML Code
Dynamic Content
Dynamic Client Code and Dynamic Server Code
Introduction to Server Controls
The Server Control Toolbox
What Are Server Controls?
Source View in VWD
Types of Server Controls
Standard Controls
HTML Controls
Navigation Controls
Summary
Exercises
28
29
29
31
33
34
39
39
41
42
45
45
45
50
50
53
53
54
55
55
62
66
68
69
69
70
71
75
80
80
82
83
97
98
xi»
Chapter 4: Membership and Identity 101
Security Basics 102
Identity—Who Am I? 102
Authentication—This Is Who I Am 102
Authorization—This Is What I Can Do 102
Logging In to a Site 103
ASP.NET Security 103
Login Controls 103
Personalization 117
Membership 120
Authentication 125
Wrox United Security 128
Summary 131
Exercises 132
Chapter 5: Styling with Themes 133
Styling a Site 133
Style Attributes 134
CSS — Cascading Style Sheets 138
Themes 147
Applying Styling to a Site 165
Themes in Wrox United 167
Styling and Layout Best Practices 172
Usability 172
Accessibility 172
Summary 173
Exercises 174
Chapter 6: Events and Code 175
Web Server Architecture 175
HTTP Is Stateless 176
Server-Side Events 177
Adding Events to the Page 178
The Postback Architecture 184
What Events Are Available? 186
Which Events Should I Use? 186
Events Aren't Triggered by Users Only 189
xiii
Indirect Events 193
Canceling Events 196
Global Events 200
Summary 201
Exercises 202
Chapter 7: Reading Data 203
Introducing Databases 203
Using ASP.NET 2.0's Data Controls 205
Introducing Data Source Controls 205
Introducing Data-Bound Controls 206
Data Source Controls and Data-Bound Controls Work Together 211
Configuring Data Controls with VWD 211
Data Source Controls 212
The Basic Properties of Data Source Controls 212
Hiding the Connection String 215
Details of the Connection String and Provider 217
Data-Bound Controls 218
Data-Bound Selection Lists 218
The GridView Control 225
The DataList and Repeater Controls 231
The DetailsView and FormView Controls 239
Data Source Controls with Parameters 242
Multiple Data Controls Working Together 247
Working with XML Data 253
Reading XML Data 255
Binding Syntax 258
Summary 259
Exercises 260
Chapter 8: Writing Data 261
Introduction to Writing Data 261
Options for Writing Data 2^2
DataKeyNames
Changing Existing Records 263
Adding New Records
Deleting Records
Uploading Pictures ZyZ
Improving the Upload of Pictures ZLl
Summary 278
OfiQ
Exercises *°°
284
xiv
Chapter 9: Code
285
Variables and Data Types 285
Common Language Runtime Types 287
What Are All Those Curly Brackets and Semicolons For? 288
Declaring Variables 288
Assigning Values 289
Data Conversion 289
Null Values 291
Working with Strings 291
Working with Dates 294
Working with Arrays and Collections 297
Deciding Whether to Use Arrays or Collections 303
Enumerations 304
Constants 305
Statements 306
Operators 306
Decisions 312
Loops 316
Namespaces 326
Working with Classes 327
Creating Classes 328
Inheritance 338
Variable Scope and Lifetime 343
Generics 345
Summary 346
Exercises 346
Chapter 10: Componentization 347
The Separation of Code from Content 348
The Separation of Code from Design 349
Code-Behind 350
The Page Directive 350
Partial Classes 351
Event Handlers/Functions 351
Creating a Code-Behind File 352
Compilation in ASP.NET 2.0 356
The App_Code Folder 357
Data Layers 357
Two-Tier Applications 357
Three-Tier Applications 358
What's New in ASP.NET 2.0 359
The Wrox United ObjectDataSource 364
XV
User Controls 367
User Control Structure 369
A Simple User Control 370
The Wrox United News User Control 375
Composite Controls 379
Assemblies and Custom Server Controls 379
Summary 380
Exercises 381
Chapter 11; Roles and Profiles 383
The Importance of Roles 384
Introducing Roles in Wrox United 385
Configuring Page-Level Authorization 393
Controlling Page Visibility ^97
Working with Roles in Code 494
Enabling User Profiles 405
Building a Profile 406
Profiles in Wrox United 4Qg
Storing Preferences
Managing Anonymous Shopping Carts 422
Summary 423
Exercises
423
430
431
431
Chapter 12: Web Services ^25
Looking at Web Services
426
Consuming a Third-Party Web Service
The Life Cycle of a Web Service 4^
* /ion
Calling the Web Service
Transmitting the Web Service
Returning the Response
Using the Response 433
The Structure of Your Web Service 435
Processing Directive 435
Namespaces 435
Public Class 436
Web Methods 436
Creating a Web Service 436
Testing Your Web Service 438
The WSDL Contract 441
443
xvi
Web Service Discovery 444
DISCO 445
UDDI 445
Discovering Your Web Service 445
Adding the Fixture Service to Your Application 447
Putting It All Together 450
Remote Web Services — PocketPC Application 455
Web Service Security 459
Encryption and Message-Based Security 459
Authentication and Access Controls for Services 459
Summary 460
Exercises 460
Chapter 13: E-Commerce 461
The E-Commerce Pipeline 462
The Product Catalog 463
The Structure of the Catalog 463
The Design of the Catalog 463
Implementation of the Catalog 464
The Product Item Page 471
The Shopping Cart 477
The Shopping Object 477
The Profile 487
The Shopping Cart Control 489
Checkout 502
Order Processing 503
Login 503
Address/Delivery Details 503
Credit Card Handling 504
How You Intend to Checkout 505
Secure Transactions 520
What Else Can You Do? 520
Summary 521
Exercises 521
Chapter 14: Performance 523
Simple Techniques 523
Object Disposal 524
Database Connections 527
Stored Procedures 527
xvii
Strongly Typed Collections 538
Session State 337
View State 838
Pages and Code 539
Data Binding and Postback 539
Object References 540
StringBuilder Versus String Concatenation 540
Picking the Right Collection 542
Caching 543
Page Caching 543
Designing for Performance 548
Web Server Hardware and Software 549
Testing Performance 549
Tracing 549
Stress Testing Tools 552
Performance Monitor 552
Summary 553
Exercises 553
Chapter 15: Dealing with Errors 555
Defensive Coding 555
Parameter Checking 556
Avoiding Assumptions 557
Query Parameters 55g
Validation
559
Exception Handling 564
565
565
566
573
576
578
579
What Are Exceptions?
The Exception Object
How to Trap Exceptions
Logging Exceptions
Mailing Exceptions
Raising Exceptions
Exceptions Best Practices
Global Exception Handling
Custom Error Pages
EQ«|
Configuring Custom Error Pages
Debugging and Tracing 582
Using ASP.NET Tracing
Using the Debugger
Summary 588
Exercises 595
596
xviii
Chapter 16: Deployment. Builds, and Finishing Up
597
Site Deployment 598
Checklist 598
Compiling and Running Your Application 599
Publishing the Site 600
XCOPY Deployment 603
Common Problems Encountered When Deploying a Site 605
Testing and Maintenance 609
Testing Before and After 609
Maintenance 610
Where to Now? 617
References 618
Summary 618
Exercise 619
Appendix A: Exercise Answers 621
Appendix B: Setup 647
System Requirements 647
Processor 647
Operating System 648
RAM 648
Hard Disk 648
CD or DVD Drive 648
Display 648
Mouse 648
Visual Web Developer Express Installation 648
Web Site Folder Setup 654
IIS Setup (Optional) 654
Wrox United Installation 658
Network Service Enabling 659
Windows XP Home Edition Users Only 661
Checking the Installation with VWD and the ASP.NET Development Server 661
Checking the Installation with IIS 662
Troubleshooting 663
xix
Appendix C: Wrox United Database Design £££
Players and Matches
The Players Table
The Goals Table
The Fixtures Table
66T
668
The MatchReports Table 6(39
The Gallery Table 669
Standalone Tables 669
The Opponents Table 669
The News Table 670
Wrox United Store Tables 670
The Orders Table 670
The OrderLines Table 671
The Products Table 672
Appendix D: VWP Database Explorer £23
Opening the Database Explorer 673
Adding an Existing Database to the Database Explorer 673
Accessing Files 674
SQL Databases on a SQL Server (Including SQL Server Express) 675
Saving SQL Databases as an MDF File 676
Viewing Database Diagrams 077
Exploring a Table's Structure 0gX
Observing and Editing Data of Existing Tables 982
Creating a New Database ggg
Creating a New Table and Adding Data gg3
Examining and Creating Views 304
Examining a Stored Procedure (SPROC) 909
Summary 6go
Appsndix-E; CSS and HTML Quick Reference 691
Styling Pages and Controls
Creating Inline Styles
Linking Style Sheets to a Page
CSS Inheritance
CSS Styles
CSS Sizes
Fonts
Colors
691
692
693
693
693
695
695
696
XX
CSS Selectors 696
Floating Elements 698
Pseudo Classes 699
CSS Reference 699
Common HTML Tags by Category 704
Document Structure 704
Titles and Headings 705
Paragraphs and Lines 705
Text Styles 706
Lists 707
Tables 707
Links 707
Graphics, Objects, Multimedia, and Scripts 708
Forms 708
Frames 709
HTML Common Attributes to the CSS Property 709
Recommended Reading 711
Index 713
xxi |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
building | Verbundindex |
bvnumber | BV022359341 |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.8885.A26 |
callnumber-search | TK5105.8885.A26 |
callnumber-sort | TK 45105.8885 A26 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ST 253 |
ctrlnum | (OCoLC)255713995 (DE-599)BVBBV022359341 |
dewey-full | 005.2/76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2/76 |
dewey-search | 005.2/76 |
dewey-sort | 15.2 276 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01701nam a2200469zc 4500</leader><controlfield tag="001">BV022359341</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080623 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070321s2006 xxua||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2006007661</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0470042583</subfield><subfield code="c">paper/website</subfield><subfield code="9">0-470-04258-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255713995</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022359341</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="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK5105.8885.A26</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2/76</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="245" ind1="1" ind2="0"><subfield code="a">Beginning ASP.NET 2.0 with C #</subfield><subfield code="c">Chris Hart ... [et al.]</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">ASP.NET 2.0 with C#</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, IN</subfield><subfield code="b">Wiley/Wrox</subfield><subfield code="c">c2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xxix, 735 p.</subfield><subfield code="b">ill.</subfield><subfield code="c">24 cm</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">Wrox beginning guides</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index. -- "Programmer to programmer"--Cover.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. 711) and index</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Active server pages</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web sites</subfield><subfield code="x">Design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Microsoft .NET</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C# (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">ASP.NET 2.0</subfield><subfield code="0">(DE-588)4831603-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="689" ind1="0" ind2="0"><subfield code="a">ASP.NET 2.0</subfield><subfield code="0">(DE-588)4831603-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Hart, Chris</subfield><subfield code="e">Sonstige</subfield><subfield code="4">oth</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=015568701&sequence=000001&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-015568701</subfield></datafield></record></collection> |
id | DE-604.BV022359341 |
illustrated | Illustrated |
index_date | 2024-07-02T17:02:42Z |
indexdate | 2024-07-09T20:55:54Z |
institution | BVB |
isbn | 0470042583 |
language | English |
lccn | 2006007661 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015568701 |
oclc_num | 255713995 |
open_access_boolean | |
physical | xxix, 735 p. ill. 24 cm |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Wiley/Wrox |
record_format | marc |
series2 | Wrox beginning guides |
spelling | Beginning ASP.NET 2.0 with C # Chris Hart ... [et al.] ASP.NET 2.0 with C# Indianapolis, IN Wiley/Wrox c2006 xxix, 735 p. ill. 24 cm txt rdacontent n rdamedia nc rdacarrier Wrox beginning guides Includes index. -- "Programmer to programmer"--Cover. Includes bibliographical references (p. 711) and index Active server pages Web sites Design Microsoft .NET C# (Computer program language) ASP.NET 2.0 (DE-588)4831603-9 gnd rswk-swf C sharp (DE-588)4616843-6 gnd rswk-swf ASP.NET 2.0 (DE-588)4831603-9 s C sharp (DE-588)4616843-6 s DE-604 Hart, Chris Sonstige oth HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015568701&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Beginning ASP.NET 2.0 with C # Active server pages Web sites Design Microsoft .NET C# (Computer program language) ASP.NET 2.0 (DE-588)4831603-9 gnd C sharp (DE-588)4616843-6 gnd |
subject_GND | (DE-588)4831603-9 (DE-588)4616843-6 |
title | Beginning ASP.NET 2.0 with C # |
title_alt | ASP.NET 2.0 with C# |
title_auth | Beginning ASP.NET 2.0 with C # |
title_exact_search | Beginning ASP.NET 2.0 with C # |
title_exact_search_txtP | Beginning ASP.NET 2.0 with C # |
title_full | Beginning ASP.NET 2.0 with C # Chris Hart ... [et al.] |
title_fullStr | Beginning ASP.NET 2.0 with C # Chris Hart ... [et al.] |
title_full_unstemmed | Beginning ASP.NET 2.0 with C # Chris Hart ... [et al.] |
title_short | Beginning ASP.NET 2.0 with C # |
title_sort | beginning asp net 2 0 with c |
topic | Active server pages Web sites Design Microsoft .NET C# (Computer program language) ASP.NET 2.0 (DE-588)4831603-9 gnd C sharp (DE-588)4616843-6 gnd |
topic_facet | Active server pages Web sites Design Microsoft .NET C# (Computer program language) ASP.NET 2.0 C sharp |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015568701&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT hartchris beginningaspnet20withc AT hartchris aspnet20withc |