Location:
 Home » Operating System » Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

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

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)
  • List Price: $54.99
  • Buy New: $16.00
  • as of 5/25/2012 09:25 EDT details
  • You Save: $38.99 (71%)
In Stock
Buy
New (38) Used (46) from $6.64
  • Seller:Christopher.Kim
  • Sales Rank:191,554
  • Languages:English (Unknown), English (Original Language), English (Published)
  • Media:Paperback
  • Number Of Items:1
  • Edition:1
  • Pages:1704
  • Shipping Weight (lbs):4.9
  • Dimensions (in):9.1 x 7.3 x 2.1
  • Publication Date:March 4, 2008
  • ISBN:0470187573
  • EAN:9780470187579
  • ASIN:0470187573
Availability:Usually ships in 1-2 business days


Editorial Reviews:
Synopsis
This book was written to introduce you to the features and capabilities that ASP.NET 3.5 offers, as well as to give you an explanation of the foundation that ASP.NET provides. 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 understand the basics of Web programming, you should not have much trouble following along with this book's content.pIf you are brand new to ASP.NET, be sure to check out iBeginning ASP.NET 3.5: In C# and VB/i by Imar Spaanjaars (Wiley Publishing, Inc., 2008) to help you understand the basics.pIn addition to working with Web technologies, we also assume that you understand basic programming constructs, such as variables, codeFor/code codeEach/code loops, and object-oriented programming.pYou may also be wondering whether this book is for the Visual Basic developer or the C# developer. We are happy to say that it is for both! When the code differs substantially, this book provides examples in both VB and C#.pThis book spends its time reviewing the 3.5 release of ASP.NET. Each major new feature included in ASP.NET 3.5 is covered in detail. The following list tells you something about the content of each chapter.ul type="disc"lipiChapter 1, "Application and Page Frameworks."/i This chapter shows you how to build ASP.NET applications using IIS or the built-in Web server that comes with Visual Studio 2008. This chapter also shows you the folders and files that 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 easy ways to deal with your classes from within Visual Studio 2008.lipiChapters 2, 3, and 4./iThese three chapters are grouped here because they all deal 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 that are at your disposal for ASP.NET development projects.lipiChapter 5, "Working with Master Pages."/iMaster pages are a great capability found in ASP.NET. They provide a means of creating templated pages that enable you to work with the entire application, as opposed to single pages.lipiChapter 6, "Themes and Skins.”/i This chapter looks at how to deal with the styles that your applications require and shows you how to create a centrally managed look-and-feel for all the pages of your application by using themes and the skin files that are part of a theme.lipiChapter 7, "Data Binding in ASP.NET 3.5.”/i One of the more important tasks of ASP.NET is presenting data, and this chapter shows you how to do that with ASP.NET controls.lipiChapter 8, "Data Management with ADO.NET.”/i This chapter presents the ADO.NET data model provided by ASP.NET, which allows you to handle the retrieval, updating, and deleting of data quickly and logically.lipiChapter 9, "Querying with LINQ."/i LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. This chapter introduces you to LINQ and how to use this new feature in web applications today.lipiChapter 10, "Working with XML and LINQ to XML."/i This chapter looks at the XML technologies built into ASP.NET and the underlying .NET Framework to help you easily extract, create, manipulate, and store XML..lipiChapter 11, "IIS7."/i Probably the most substantial release of IIS in its history, IIS 7.0 will change the way you host and work with your ASP.NET applications.lipiChapter 12, "Introduction to the Provider Model."/i A number of systems are built into ASP.NET that make the lives of developers so much easier and more productive than ever before. These systems are built upon an architecture called a iprovider model/i, which is rather extensible. This chapter gives an overview of this provider model and how it is used throughout ASP.NET 3.5.lipiChapter 13, "Extending the Provider Model."/i This chapter looks at some of the ways to extend the provider model found in ASP.NET 3.5. This chapter also reviews a couple of sample extensions to the provider model.lipiChapter 14, "Site Navigation."/i Many developers do not simply develop single pages—they build applications. One of the application capabilities provided by ASP.NET 3.5 is the site navigation system covered in this chapter.lipiChapter 15, "Personalization."/i. The ASP.NET team developed a way to store end user information—the ASP.NET personalization system.lipiChapter 16, "Membership and Role Management."/i 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 using the codeweb.config/code file for controlling how these systems are applied, as well as on the server controls that work with the underlying systems.lipiChapter 17, "Portal Frameworks and Web Parts."/i This chapter explains Web Parts—a way of encapsulating pages into smaller and more manageable objects.lipiChapter 18, "HTML and CSS Design with ASP.NET."/i A lot of focus on building a CSS-based Web application was placed on Visual Studio 2008. This chapter takes a close look at how you can effectively work with HTML and CSS design for your ASP.NET applications.lipiChapter 19, "ASP.NET AJAX."/iAJAX signifies the capability to build applications that make use of the codeXMLHttpRequest/code object. New to Visual Studio 2008 is the ability to build AJAX-enabled ASP.NET applications from the default install of the IDE.lipiChapter 20, "ASP.NET AJAX Control Toolkit."/i This chapter takes a good look at the ASP.NET AJAX Control Toolkit, a series of new controls that are now available to make AJAX web development rather simple.lipiChapter 21, "Security."/i This security chapter discusses security beyond the membership and role management features provided by ASP.NET 3.5. This chapter provides an in-depth look at the authentication and authorization mechanics inherent in the ASP.NET technology, as well as HTTP access types and impersonations.lipiChapter 22, "State Management."/i Because ASP.NET is a request-response–based technology, state management and the performance of requests and responses take on significant importance. This chapter introduces these two separate but important areas of ASP.NET development.lipiChapter 23 , "Caching."/i Because 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 advanced caching capabilities provided by ASP.NET, including the SQL cache invalidation feature which is part of ASP.NET 3.5.lipiChapter 24, "Debugging and Error Handling."/i This chapter tells you how to properly structure error handling within your applications. It also shows you how to use various debugging techniques to find errors that your applications might contain.lipiChapter 25, "File I/O and Streams."/i More often than not, you want your ASP.NET applications to work with items that are outside the base application. This chapter takes a close look at working with various file types and streams that might come into your ASP.NET applications.lipiChapter 26, "User and Server Controls."/i This chapter describes building your own server controls and how to use them within your applications.lipiChapter 27, "Modules and Handlers."/i This chapter looks at two methods of manipulating the way ASP.NET processes HTTP requests: HttpModule and HttpHandler. Each method provides a unique level of access to the underlying processing of ASP.NET and can be powerful tools for creating web applications.lipiChapter 28, "Using Business Objects."/i You are going to have components created with previous technologies that you do not want to rebuild but that you do want 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.lipiChapter 29, "Building and Consuming Services."/i 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 that utilize SOAP headers and how to consume this particular type of service.lipiChapter 30, "Localization."/i ASP.NET provides an outstanding way to address the internationalization of Web applications. This chapter looks at some of the important items to consider when building your Web applications for the world.lipiChapter 31, "Configuration."/i This chapter teaches you to modify the capabilities and behaviors of ASP.NET using the various configuration files at your disposal.lipiChapter 32, "Instrumentation."/i The ASP.NET framework includes performance counters, the capability to work with the Windows Event Tracing system, possibilities for application tracing , and the most exciting part of this discussion—a health monitoring system that allows you to log a number of different events over an application's lifetime.lipiChapter 33, "Administration and Management."/i This chapter provides an overview of the new GUI tools that come with APS.NET that enable you to manage your Web applications easily and effectively.lipiChapter 34, "Packaging and Deploying ASP.NET Applications."/i This chapter takes the application building process one-step further and shows you how to package your ASP.NET applications for easy deployment.lipiAppendix A, "Migrating Older ASP.NET Projects."/i This appendix focuses on migrating ASP.NET 1.x, or 2.0 applications to the 3.5 framework.lipiAppendix B, "ASP.NET Ultimate Tools."/i Based on Scott Hanse...

 

All personal information you submit is encrypted and 100% Secured

http://os.softwarepricelist.com (2009-2012) Privacy | Sitemap

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
 
Bookmark and Share