Wrox Home  
Search

Topic: ASP.NET

Cover image for product 0470187573
Professional ASP.NET 3.5: In C# and VB
Bill Evjen, Scott Hanselman, Devin Rader
ISBN: 978-0-470-18757-9
Paperback
1704 pages
March 2008

Back to description


About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: Application and Page Frameworks
62 pages

The evolution of ASP.NET continues! The progression from Active Server Pages 3.0 to ASP.NET 1.0 was revolutionary, to say... more

Chapter 2: ASP.NET Server Controls and Client-Side Scripts
44 pages
US $4.99

As discussed in the previous chapter, ASP.NET evolved from Microsoft's earlier Web technology called Active Server Pages... more

Chapter 3: ASP.NET Web Server Controls
86 pages
US $6.99

Of the two types of server controls, HTML server controls and Web server controls, the latter is considered the more powerful... more

Chapter 4: Validation Server Controls
36 pages
US $4.99

When you look at the Toolbox window in Visual Studio 2008—especially if you’ve read Chapters 2 and 3, which cover the various... more

Chapter 5: Working with Master Pages
34 pages
US $4.99

Visual inheritance is a great new enhancement to your Web pages provided by ASP.NET 3.5. This feature was introduced to ASP... more

Chapter 6: Themes and Skins
24 pages
US $4.99

When you build a Web application, it usually has a similar look-and-feel across all its pages. Not too many applications... more

Chapter 7: Data Binding in ASP.NET 3.5
90 pages
US $6.99

One of the most exciting features of ASP.NET 1.0/1.1 was its capability to bind entire collections of data to controls at... more

Chapter 8: Data Management with ADO.NET
78 pages
US $6.99

This chapter provides information on programming with the data management features that are part of ADO.NET, a key component... more

Chapter 9: Querying with LINQ
42 pages
US $4.99

.NET 3.5 introduces a new technology called Language Integrated Query, or LINQ (pronounced “link”). LINQ is designed to fill... more

Chapter 10: Working with XML and LINQ to XML
60 pages
US $4.99

This is not a book about XML, the eXtensible Markup Language; but XML has become such a part of an ASP.NET programmer’s life... more

Chapter 11: IIS7
30 pages
US $4.99

Internet Information Services 7.0 (IIS7) is the latest version of Microsoft’s Web Server. IIS7 has gone through significant... more

Chapter 12: Introduction to the Provider Model
40 pages
US $4.99

The ASP.NET provider model is an important framework to understand as you build your applications. The ASP.NET provider model... more

Chapter 13: Extending the Provider Model
34 pages
US $4.99

The last chapter introduced the provider model found in ASP.NET 3.5 and explained how it is used with the membership and... more

Chapter 14: Site Navigation
62 pages
US $4.99

The Web applications that you develop generally have more than a single page to them. Usually you create a number of Web... more

Chapter 15: Personalization
34 pages
US $4.99

Many Web applications must be customized with information that is specific to the end user who is presently viewing the page... more

Chapter 16: Membership and Role Management
54 pages
US $4.99

The authentication and authorization of users are important functions in many Web sites and browser-based applications. Traditionally... more

Chapter 17: Portal Frameworks and Web Parts
50 pages
US $4.99

Internet and intranet applications have changed considerably since their introduction in the 1990s. Today’s applications... more

Chapter 18: HTML and CSS Design with ASP.NET
34 pages
US $4.99

When HTML was first introduced by Tim Berners-Lee, it was intended to be a simple way for researchers using the Internet... more

Chapter 19: ASP.NET AJAX
34 pages
US $4.99

AJAX is definitely the hot buzzword in the Web application world at the moment. AJAX is an acronym for... more

Chapter 20: ASP.NET AJAX Control Toolkit
66 pages
US $4.99

ASP.NET AJAX applications were introduced in the previous chapter. With the install of the .NET Framework 3.5 and through... more

Chapter 21: Security
38 pages
US $4.99

Not every page that you build with ASP.NET is meant to be open and accessible to everyone on the Internet. Sometimes, you... more

Chapter 22: State Management
38 pages
US $4.99

Why is state management such a difficult problem that it requires an entire chapter in a book on programming? In the old... more

Chapter 23: Caching
32 pages
US $4.99

Performance is a key requirement for any application or piece of code that you develop. The browser helps with client-side... more

Chapter 24: Debugging and Error Handling
36 pages
US $4.99

Your code always runs exactly as you wrote it, and you will never get it right the first time. So, expect to spend about... more

Chapter 25: File I/O and Streams
54 pages
US $4.99

Although most of this book concentrates specifically on learning and using the features of ASP.NET 3.5, .NET provides an... more

Chapter 26: User and Server Controls
82 pages
US $6.99

In an object-oriented environment like .NET, the encapsulation of code into small, single-purpose, reusable objects is one... more

Chapter 27: Modules and Handlers
22 pages
US $4.99

Sometimes, just creating dynamic Web pages with the latest languages and databases does not give you, the developer, enough... more

Chapter 28: Using Business Objects
28 pages
US $4.99

One of the best practices in programming is to separate your application into workable and separate components—also known... more

Chapter 29: Building and Consuming Services
56 pages
US $4.99

When the .NET Framework 1.0 was first introduced, much of the hype around its release was focused on XML Web services. In... more

Chapter 30: Localization
28 pages
US $4.99

Developers usually build Web applications in their native language and then, as the audience for the application expands,... more

Chapter 31: Configuration
52 pages
US $4.99

Those of you who remember the "Classic" ASP days know that ASP’s configuration information was stored in a binary repository... more

Chapter 32: Instrumentation
38 pages
US $4.99

Many ASP.NET developers do more than just build an application and walk away. They definitely think about how the application... more

Chapter 33: Administration and Management
30 pages
US $4.99

You have almost reached the end of this book; you have been introduced to ASP.NET 3.5 with its wonderful features designed... more

Chapter 34: Packaging and Deploying ASP.NET Applications
38 pages
US $4.99

Packaging and deploying ASP.NET applications are topics that usually receive little attention. This chapter is going to take... more

Appendix A: Migrating Older ASP.NET Projects
16 pages
US $4.99

In some cases, you build your ASP.NET 3.5 applications from scratch—starting everything new. In many instances, however,... more

Appendix B: ASP.NET Ultimate Tools
24 pages
US $4.99

I've always believed that I'm only as good as my tools. I've spent years combing the Internet for excellent tools to help... more

Appendix C: Silverlight
20 pages
US $4.99

Silverlight is a lightweight browser plug-in from Microsoft that runs not only on all major browsers on Windows, but also... more

Appendix D: ASP.NET Online Resources
2 pages

This small appendix points you to some of the more valuable online resources for enhancing your understanding of ASP.NET.... more

Add to Cart
Free Code From Wrox

ASP.NET Related Resources

Forums

Blogs

Articles