Home > Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) Item

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

RatingCustomer rating is 4 of 5
List Price$54.99
Add to Shopping Cart
Our Price$34.64
See our Partners Price
Lowest New Price$29.88
Lowest Used Price$28.74
Features
  • ISBN13: 9780470187579
  • Condition: USED - VERY GOOD
  • Notes:
Categories Visual Basic   Programming Languages   General AAS   Textbooks Trade-In   General   .Net   C#   Software Development   ASP   Paperback   Printed Books  

Similar products

Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)
Beginning ASP.NET 3.5: In C# and VB (Programmer to Programmer)
ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed
Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer)
Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer)
Professional C# 2008 (Wrox Professional Guides)
Professional C# 2008 (Wrox Professional Guides)
Professional Visual Studio 2008 (Wrox Programmer to Programmer)
Professional Visual Studio 2008 (Wrox Programmer to Programmer)

Description

This book was written to introduce you to the features and abilities this ASP.NET 3.5 proposes, as well as to provide you an explanation of the foundation this ASP.NET offers. We assume you have a general understanding of Web technologies, such as previous versions of ASP.NET, Active Server Pages 2.0/3.0, or JavaServer Pages. If you comprehend the basics of Web programming, you should not have much trouble following along together with this book's content.

If you are brand new to ASP.NET, be sure to check out Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars (Wiley Publishing, Inc., 2008) to help you comprehend the basics.

In addition to working together with Web technologies, we in addition assume this you comprehend basic programming constructs, such as variables, For Every loops, and object-oriented programming.

You may in addition be wondering whether this book is for the Visual Basic developer or the C# developer. We are happy to say this it is for together! When the code differs substantially, this book offers examples in together VB and C#.

This book spends its time reviewing the 3.5 open of ASP.NET. Every key new aspect integrated in ASP.NET 3.5 is covered in detail. The following list tells you something concerning the content of every chapter.

  • Chapter 1, "Application and Page Frameworks." This chapter shows you how to build ASP.NET applications utilizing IIS or the built-in Web server this comes together with Visual Studio 2008. This chapter in addition shows you the folders and files this are part of ASP.NET. It discusses ways to compile code and shows you how to perform cross-page posting. This chapter ends by showing you simple ways to deal together with your classes from inside Visual Studio 2008.

  • Chapters 2, 3, and 4.These three chapters are grouped here for the reason that they all deal together with server controls. This batch of chapters starts by examining the idea of the server control and its pivotal role in ASP.NET development. In addition to looking at the server control framework, these chapters delve into the plethora of server controls this are at your disposal for ASP.NET development projects.

  • Chapter 5, "Working together with Master Pages."Master pages are a excellent ability found in ASP.NET. They offer a means of creating templated pages this enable you to work together with the entire application, as opposed to single pages.

  • Chapter 6, "Themes and Skins.” This chapter looks at how to deal together with the styles this your applications require and shows you how to make a centrally managed look-and-feel for all the pages of your application by utilizing themes and the skin files this are part of a theme.

  • Chapter 7, "Data Binding in ASP.NET 3.5.” One of the extra important tasks of ASP.NET is presenting data, and this chapter shows you how to do this together with ASP.NET controls.

  • Chapter 8, "Data Management together with ADO.NET.” This chapter presents the ADO.NET data model provided by ASP.NET, which lets you to handle the retrieval, updating, and deleting of data shortly and logically.

  • Chapter 9, "Querying together with LINQ." LINQ is a set of extensions to the .NET Framework this encompass language-included query, set, and convert operations. This chapter introduces you to LINQ and how to use this new aspect in web applications today.

  • Chapter 10, "Working together with XML and LINQ to XML." This chapter looks at the XML technologies built into ASP.NET and the underlying .NET Framework to help you effortlessly extract, make, manipulate, and store XML..

  • Chapter 11, "IIS7." Probably the much substantial open of IIS in its history, IIS 7.0 will modify the way you host and work together with your ASP.NET applications.

  • Chapter 12, "Introduction to the Provider Model." A number of systems are built into ASP.NET this do the lives of developers so much easier and extra productive than ever before. These systems are built upon an architecture called a provider model, which is rather extensible. This chapter provides an overview of this provider model and how it is used throughout ASP.NET 3.5.

  • Chapter 13, "Extending the Provider Model." This chapter looks at some of the ways to expand the provider model found in ASP.NET 3.5. This chapter in addition reviews a couple of sample extensions to the provider model.

  • Chapter 14, "Site Navigation." Many developers do not just develop single pages—they build applications. One of the application abilities provided by ASP.NET 3.5 is the site navigation system covered in this chapter.

  • Chapter 15, "Personalization.". The ASP.NET team developed a way to store end customer information—the ASP.NET personalization system.

  • Chapter 16, "Membership and Role Management." This chapter covers the membership and role management system developed to simplify adding authentication and authorization to your ASP.NET applications. This chapter focuses on utilizing the web.config document for controlling how these systems are applied, as well as on the server controls this work together with the underlying systems.

  • Chapter 17, "Portal Frameworks and Web Parts." This chapter explains Web Parts—a way of encapsulating pages into smaller and extra manageable objects.

  • Chapter 18, "HTML and CSS Design together with ASP.NET." A lot of focus on building a CSS-based Web application was located on Visual Studio 2008. This chapter takes a shut look at how you can effectively work together with HTML and CSS design for your ASP.NET applications.

  • Chapter 19, "ASP.NET AJAX."AJAX signifies the ability to build applications this do use of the XMLHttpRequest object. New to Visual Studio 2008 is the capability to build AJAX-enabled ASP.NET applications from the default install of the IDE.

  • Chapter 20, "ASP.NET AJAX Control Toolkit." This chapter takes a good look at the ASP.NET AJAX Control Toolkit, a series of new controls this are now available to do AJAX web development rather neat.

  • Chapter 21, "Safety." This safety chapter discusses safety beyond the membership and role management features provided by ASP.NET 3.5. This chapter offers an in-depth look at the authentication and authorization mechanics inherent in the ASP.NET technology, as well as HTTP access types and impersonations.

  • Chapter 22, "State Management." For the reason that ASP.NET is a request-response–based technology, state management and the performance of requests and responses get on significant importance. This chapter introduces these two separate but important areas of ASP.NET development.

  • Chapter 23 , "Caching." For the reason that of the request-response nature of ASP.NET, caching on the server becomes important to the performance of your ASP.NET applications. This chapter looks at some of the complex caching abilities provided by ASP.NET, counting the SQL cache invalidation aspect which is part of ASP.NET 3.5.

  • Chapter 24, "Debugging and Error Handling." This chapter tells you how to properly structure error handling inside your applications. It in addition shows you how to use various debugging techniques to locate errors this your applications might contain.

  • Chapter 25, "Document I/O and Streams." Extra often than not, you would like your ASP.NET applications to work together with products this are outside the base application. This chapter takes a shut look at working together with various document types and streams this might come into your ASP.NET applications.

  • Chapter 26, "Customer and Server Controls." This chapter describes building your own server controls and how to use them inside your applications.

  • Chapter 27, "Modules and Handlers." This chapter looks at two methods of manipulating the way ASP.NET processes HTTP requests: HttpModule and HttpHandler. Every method offers a distinctive altitude of access to the underlying processing of ASP.NET and can be great tools for creating web applications.

  • Chapter 28, "Utilizing Business Objects." You are going to have components created together with previous technologies this you do not would like to rebuild but this you do would like to integrate into new ASP.NET applications. Beyond showing you how to integrate your COM components into your applications, this chapter shows you how to build newer style .NET components instead of turning to the previous COM component architecture.

  • Chapter 29, "Building and Consuming Services." This chapter reveals the ease not only of building XML Web services, but consuming them in an ASP.NET application. This chapter then ventures further by describing how to build XML Web services this utilize SOAP headers and how to consume this particular type of service.

  • Chapter 30, "Localization." ASP.NET offers an excellent way to address the internationalization of Web applications. This chapter looks at some of the important products to consider when building your Web applications for the world.

  • Chapter 31, "Configuration." This chapter teaches you to modify the abilities and behaviors of ASP.NET utilizing the various configuration files at your disposal.

  • Chapter 32, "Instrumentation." The ASP.NET framework consists of performance counters, the ability to work together with the Windows Event Tracing system, possibilities for application tracing , and the much exciting part of this discussion—a health monitoring system this lets you to log a number of different events over an application's lifetime.

  • Chapter 33, "Administration and Management." This chapter offers an overview of the new GUI tools this come together with APS.NET this enable you to manage your Web applications effortlessly and effectively.

  • Chapter 34, "Packaging and Deploying ASP.NET Applications." This chapter takes ...

Customer Reviews

Customer rating is 4 of 5  Too much old references to the old days of ASP   2009-12-02
By Nathan Overbey (cincinnati, oh)
I'm on page 217. I've learned a lot of asp .net so far. The author(s) keeps talking about what programming was like in the orginal asp days. I don't really care. .net has been out for like what 8 years now? Delete those old references to classic asp. (I assume he just keeps adding to the orginal asp .net book he wrote 8 years ago). Remove the old stuff!
Customer rating is 4 of 5  Excellent, Professional, Comprehensive   2009-11-22
By YisMan
i finished it a while ago, so i cant b very specific(im 4ever reading dev books) i did read it from cover to cover and enjoy it very much. its very comprehensive, with good short 2-the-point examples.
many chapters. really covers just about everything. all in all i would recommend it as i learned a lot from t
( i give only 4 stars, cause as much-too-many books of this type, it is obvious that it was a .net 2 book, with some added chapters and material for 3.5. sometimes the copy-paste is so obvious that i had to laugh. such as "this-and-this new feature, introduced in .net 3.5 is great...." when everyone knows it was introduced in 2.0. everyone, that is, except for the copy-replace feature of their text editor...")
Customer rating is 5 of 5  Liked the LINQ chapter   2009-09-02
By Grettir Strong
This is a traditionally organized WROX book; anybody who read books of that series will find it very familiar in structure. One detail in presenting the material is usage of two major .NET languages: VB.NET and C#. That seems quite logical thing to do when covering anything about .NET Framework due to almost total convergence of both languages by Microsoft. Having code listings displayed in both languages also makes it easier to pay attention to syntax differences, which is, by itself, a useful thing sometimes.

Both beginners and mature web developers specialized in ASP.NET find this book useful. It is very vast in content (this is somewhat normal for anything related to web programming) and covers all major topics such as Membership objects, commercial website organization, Master pages, data binding etc. Lots of topics covered in the book are applicable to desktop applications development as well.

I personally found the chapters dedicated to LINQ useful in my development. LINQ is heavily pushed by Microsoft and authors of the book build a strong case why. They make it obvious how helpful LINQ can be in certain seemingly routine problems such as sorting, that sometimes are quite labor intensive when solved traditionally. What was really cool to learn is that LINQ can be used quite efficiently for pagination tasks if you are building your own custom web controls. Although LINQ chapters are good they don't cover everything you may need to know about it - that's not a disadvantage of the book though, it gives you a good basis to build upon and additional research (as any web developer would attest) will be required anyways.

The book is not cheap as all "perishable" programming books tend to be but it has its value. I believe, ASP.NET developers will find it quite complementary to the arsenal of manuals used for referencing and learning.
Customer rating is 3 of 5  OK but a beginner textbook   2009-03-07
By A_2007_reader (Vladivostok, Russia)
Just looking at the table of contents, this is a beginner's book. Everything covered here is for beginners. Try MacDonald's APress book for example, which is shorter and covers just as much.
Customer rating is 5 of 5  Excellent learning guide and desk reference on ASP.Net   2009-03-04
By Ronald A. Purczynski (San Diego, CA United States)
When I first picked up this book, I was impressed by the quantity of information. The more I read and used the book, the more I was impressed by the thoroughness and accuracy of the information.

If there was one book I was taking to a client site as a reference for an ASP.Net project, this would be the one. Since I write ASP.Net applications in both VB and C#, I especially like the fact that code examples include a version of both. Most .net books focus on a single language, but for those of us who slip and slide from one language to another, it's a slice of heaven. I would have preferred that they show the C# examples first since I use that language more often, but I'm sure the VB programmers out there will love it the way it is!

I really appreciate the detailed presentation on the comprehensive body of ASP.Net topics, but I especially thought the chapters on data binding and management were well written in an easy to understand style. Let's face it, in 99% of applications where you'd need ASP.Net, you're going to be interacting intensively with data. Although the chapter on HTML and CSS was a little out of scope, I welcomed the additional reference material in the same volume as the ASP.Net subject matter. I have never seen a more concise explanation of CSS scope and element positioning. Even though I don't consider my role as "creator of pretty web pages", it sure is handy to have a quick reference to these topics.

.Net is great and this is a great guide through it for the pro or serious learner.


Visual Basic Programmer s Guide to the Win32 Api Danie, Microsoft Access 97 Visual Basic Step by Step Step by , An Introduction To Programming Using Visual Basic 6E, Microsoft Visual Basic Net by Michael Sprague 2nd Ed, Programming With Microsoft Visual Basic Net by Dian , Introduction to Programming Using Visual Basic by Ca , Starting out with Visual Basic Net - with CD, Sams Teach Yourself Visual Basic 5 in 21 Days Sams Tea, Micrososft Visual Basic NET Introductory Concepts a , The Visual Basic Net Programming Language by Paul V , Visual Basic NET Primer Plus Jack Purdum Very Good B, Introducing Microsoft Visual Basic 2005 for Developer, Programming With Microsoft Visual Basic Net by Mich , Introduction To Programming with Visual Basic net b , Visual Basic 2008 How to Program by Deitel H M De , Professional Visual Basic 5 0 Business Objects Rockfor, Visual Basic 6 Programming Business Applications with , The Visual Basic 4 0 Example Book Programmer s Example, The Elements of Visual Style The Basics of Print Desig,

Copyright © 2010 DesireBooks.com. All rights reserved.