Pro ASP.NET 3.5 in C# 2008 (eBook)

Includes Silverlight 2
eBook Download: PDF
2009 | 3rd ed.
1520 Seiten
Apress (Verlag)
978-1-4302-1568-4 (ISBN)

Lese- und Medienproben

Pro ASP.NET 3.5 in C# 2008 - Mario Szpuszta, Matthew MacDonald
Systemvoraussetzungen
53,49 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen
* Completely up to date with the ASP.NET 2.0 technology and demonstrates the new best-practices and coding styles that it requires

* Focuses on developer's needs, explaining the technology in a manner applicable to development projects

* Provides comprehensive coverage of ASP.NET 2.0 (with C# .NET 2.0), providing thorough understanding of the subject area



Mario Szpuszta is working in the Developer and Platform Group of Microsoft, Austria. Before he started working for Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. As developer evangelist for Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.
ASP.NET 3.5 is Microsoft’s principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution. This edition is updated with everything you need to integrate Silverlight 2.0 and SQL Server 2008 into your ASP.NET applications. You will learn about Silverlight’s exciting features so that your ASP projects can be rich in visual flair and compelling to the user. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking technology. They cover ASP.NET 3.5 as a whole, illustrating both the brand–new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style.

Mario Szpuszta is working in the Developer and Platform Group of Microsoft, Austria. Before he started working for Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. As developer evangelist for Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.

Contents at a Glance 4
Contents 6
About the Authors 29
About the Technical Reviewer 30
Introduction 31
What Does This Book Cover? 31
Who Is This Book For? 32
What Do You Need to Use This Book? 33
Customer Support 33
Core Concepts 35
Before 35
Introducing ASP.NET W 36
The Evolution of Web Development 36
Seven Important Facts About ASP.NET 37
ASP.NET: The Story Continues 46
Summary 53
Visual Studio W 54
The .NET Development Model 55
The Visual Studio IDE 67
The Code Editor 73
The Code Model 79
Web Projects 86
Visual Studio Debugging 90
Visual Studio Macros 96
The Web Development Helper 98
Summary 100
Web Forms A 101
Page Processing 101
Web Forms Processing Stages 116
The Page As a Control Container 122
The Page Class 129
Summary 144
Server Controls A 145
Types of Server Controls 145
HTML Server Controls 148
Web Controls 157
The List Controls 170
Input Validation Controls 176
Rich Controls 190
Summary 195
ASP.NET Applications I 196
Anatomy of an ASP.NET Application 196
The global.asax Application File 200
ASP.NET Configuration 205
.NET Components 227
Extending the HTTP Pipeline 232
Summary 247
State Management N 248
ASP.NET State Management 248
View State 251
Transferring Information Between Pages 260
Cookies 269
Session State 270
Application State 280
Summary 284
Data Access 285
The 285
ADO.NET Fundamentals A 286
The ADO.NET Architecture 287
The Connection Class 291
The Command and DataReader Classes 297
Transactions 312
Provider-Agnostic Code 320
Summary 323
Data Components and the DataSet I 324
Building a Data Access Component 324
Disconnected Data 336
The DataSet 338
The DataAdapter Class 340
The DataView Class 348
Typed DataSets 355
Summary 364
Data Binding A 365
Basic Data Binding 365
Data Source Controls 379
The SqlDataSource 381
The ObjectDataSource 395
The Limits of the Data Source Controls 405
Summary 408
Rich Data Controls I 409
The GridView 410
Formatting the GridView 414
GridView Row Selection 421
Sorting the GridView 425
Paging the GridView 430
GridView Templates 436
The ListView 447
The DetailsView and FormView 453
Advanced Grids 457
Summary 474
Caching and Asynchronous Pages C 475
Understanding ASP.NET Caching 475
Output Caching 476
Data Caching 485
Cache Dependencies 493
Custom Cache Dependencies 505
Asynchronous Pages 509
Summary 520
Files and Streams M 521
Working with the File System 521
Reading and Writing Files with Streams 538
Serialization 550
Summary 553
LINQ O 554
LINQ Basics 554
LINQ to DataSet 567
LINQ to SQL 570
The LinqDataSource 601
Summary 609
XML E 610
When Does Using XML Make Sense? 610
An Introduction to XML 611
Stream-Based XML Processing 617
In-Memory XML Processing 623
Searching XML Content 635
Validating XML Content 642
Transforming XML Content 645
XML Data Binding 650
XML and the ADO.NET DataSet 661
Summary 665
Building ASP.NET Websites 666
Once 666
User Controls T 667
User Control Basics 667
Adding Code to a User Control 670
Dynamically Loading User Controls 679
Partial Page Caching 683
Summary 685
Themes and Master Pages B 687
Cascading Style Sheets 687
Themes 692
Standardizing Website Layout 702
Master Page Basics 702
Advanced Master Pages 711
Summary 715
Website Navigation N 716
Pages with Multiple Views 716
Site Maps 728
The TreeView Control 749
The Menu Control 758
Summary 764
Website Deployment D 765
Internet Information Services (IIS) 765
Managing Websites 791
Deploying Your ASP.NET Applications 818
The VirtualPathProvider in ASP.NET 835
Health Monitoring in ASP.NET 839
Summary 843
Security 845
Devising 845
The ASP.NET Security Model S 846
What It Means to Create Secure Software 846
Understanding the Levels of Security 849
Internet Information Services Security 854
ASP.NET Security Architecture 871
Summary 877
Forms Authentication I 878
Introducing Forms Authentication 878
Implementing Forms Authentication 884
IIS 7.0 and Forms Authentication 897
Summary 903
Membership O 904
Introducing the ASP.NET Membership API 904
Using the Membership API 907
Using the Security Controls 921
Configuring Membership in IIS 7.0 945
Using the Membership Class 949
Summary 956
Windows Authentication F 957
Introducing Windows Authentication 957
Implementing Windows Authentication 966
Impersonation 980
Summary 991
Authorization and Roles S 992
URL Authorization 992
File Authorization 998
Authorization Checks in Code 999
Using the Roles API for Role-Based Authorization 1002
Protecting Non-ASP.NET Resources in IIS 5 and 6 1014
Authorization and Roles in IIS 7.0 1017
Summary 1023
Profiles I 1025
Understanding Profiles 1025
Using the SqlProfileProvider 1028
Custom Profile Providers 1045
Summary 1056
Cryptography I 1057
Encrypting Data: Confidentiality Matters 1057
The .NET Cryptography Namespace 1058
Understanding the .NET Cryptography Classes 1062
Encrypting Sensitive Data 1067
Encrypting the Query String 1081
Summary 1086
Custom Membership Providers I 1087
Architecture of Custom Providers 1087
Basic Steps for Creating Custom Providers 1089
Summary 1122
Advanced User Interface 1123
As 1123
Custom Server Controls E 1124
Custom Server Control Basics 1124
Dealing with Different Browsers 1134
Control State and Events 1142
Extending Existing Web Controls 1150
Template Controls 1156
Summary 1165
Design-Time Support C 1166
The Key Players 1166
Design-Time Attributes 1167
Web Resources 1174
Code Serialization 1177
Control Designers 1189
Summary 1197
Dynamic Graphics and GDI+ I 1198
The ImageMap Control 1198
Drawing with GDI+ 1203
Embedding Dynamic Graphics in a Web Page 1214
Charting with GDI+ 1223
Summary 1228
Portals with Web Part Pages W 1229
Typical Portal Pages 1230
Basic Web Part Pages 1231
Creating Web Parts 1240
Summary 1283
Client-Side Programming 1284
JavaScript and Ajax Techniques A 1285
JavaScript Essentials 1285
Basic JavaScript Examples 1294
Script Injection Attacks 1303
Custom Controls with JavaScript 1306
Frames 1313
Understanding Ajax 1316
Using Ajax with Client Callbacks 1323
Summary 1334
ASP.NET AJAX I 1335
Introducing ASP.NET AJAX 1335
Server Callbacks 1338
ASP.NET AJAX Server Controls 1355
Deeper into the Client Libraries 1372
Control Extenders 1387
Summary 1397
Silverlight 2 A 1398
Understanding Silverlight 1399
Creating a Silverlight Solution 1404
Creating a Silverlight Project 1411
Layout 1422
Animation 1432
Silverlight and ASP.NET 1444
Summary 1454
Index 1455

Erscheint lt. Verlag 11.3.2009
Zusatzinfo 1520 p.
Verlagsort Berkeley
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Software Entwicklung
Mathematik / Informatik Informatik Web / Internet
Schlagworte AJAX • ASP.NET • Deployment • Framework • JavaScript • Navigation • Silverlight • WINDOWS • XML
ISBN-10 1-4302-1568-2 / 1430215682
ISBN-13 978-1-4302-1568-4 / 9781430215684
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 34,6 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Das umfassende Handbuch

von Jürgen Sieben

eBook Download (2023)
Rheinwerk Computing (Verlag)
89,90
Eine kompakte Einführung

von Brendan Burns; Joe Beda; Kelsey Hightower; Lachlan Evenson

eBook Download (2023)
dpunkt (Verlag)
39,90
Mini-Refactorings für besseres Software-Design

von Kent Beck

eBook Download (2024)
O'Reilly Verlag
26,90