Home > Store

Fundamentals of Web Applications Using .NET and XML

Register your product to gain access to bonus material or receive a coupon.

Fundamentals of Web Applications Using .NET and XML

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2002
  • Edition: 1st
  • Book
  • ISBN-10: 0-13-041790-4
  • ISBN-13: 978-0-13-041790-9

The experienced programmer's complete guide to .NET Web development.

  • Covers the entire process of .NET Web development!
  • Includes extensive coverage of Web Forms, Web Services, SOAP and XML
  • Contains a concise review tutorial on "classic" Web programming—perfect for developers migrating from traditional or client/server environments

Want the most efficient way to successfully get up to speed on Microsoft's .NET developer platform? Using rich code examples, Fundamentals of Web Applications Using .NET and XML provides thorough coverage of the entire process of building Web applications using .NET. For programmers migrating from traditional or client/server environments, the authors offer a concise review tutorial of traditional Web programming then demonstrates the value .NET adds for those building advanced Web application and services. With its systematic, step-by-step style, industry leading insight, and technical expertise, this book showcases .NET to developers in a way that is easy to read and hard to live without.

  • Thorough coverage of the .NET framework and architecture
  • Straightforward migration path from current technologes to ASP.NET, ADO.NET and VB.NET
  • Expert explanation of the role of XML, SOAP and UDDI in .NET development
  • Thorough treatment of new techniques such as Object Remoting
  • Includes information on interoperability with non-.NET systems

Sample Content

Online Sample Chapter

Using .NET to Build a Distributed Web Application

Table of Contents

(NOTE:Each Chapter and Appendix ends with Summary.)

Preface.


Organization.


Sample Programs.


Web Site.


Acknowledgments.


About this Series.


1. Web Sites in a .NET World.

Integrated Web Sites. Comparing Visions. Experiences. Building and Maintaining a Web Site. Unanswered Challenges. The Next Five Years.



2. Fundamentals of .NET.

Overview. Inside .NET Framework. Assemblies. Application Domains. Run-Time Hosts.



3. The Programming Environment of .NET Framework.

Cross-Language Interoperability. The Programming Environment. Console Programs That Say “Hello!”. Components That Say “Hello!”. Client Programs of the Components. Network Programming.



4. ASP.NET.

Overview. Features of ASP.NET. Web Forms. Server Controls. ASP.NET Web Applications. Migrating from ASP to ASP.NET.



5. ADO.NET.

Overview. Simple Example. ADO.NET Data Providers. Using .NET Data Provider to Access Data. DataSet and DataAdapter. XML Integration with ADO.NET.



6. Web Services.

Defining Web Services. Clients of Web Services. Asynchronous Invocation of Web Services.



7. Programming XML with .NET Framework.

Accessing XML. Working with Relational Data: XmlDataDocument and DataSet. Transform XML. Serve XML.



8. Object Remoting.

Concept. Object Remoting over an HTTP Channel. Object Remoting over a TCP Channel. Asynchronous Invocation of Remote Method. Deployment of a Service Without Its Implementation.



9. SOAP Client and XML.

SOAP Concepts. The Benefits of SOAP. Building Simple SOAP Clients Under .NET.



10. Interoperating .NET with Other Platforms.

WSDL and .NET. Interoperating with .NET by Examples. Universal Description, Discovery, and Integration.



11. A Case Study: A Distributed Web Application.

The TAU Business Model. The Goals of TAU.NET System Design. Architecture. TAU.NET Node Adaptor.



Appendix A. Web Programming Fundamentals.

Classical Web Technology. An Internet Programming Testbed. Microsoft Web Technologies. ASP and COM.



Appendix B. New Features of VB.NET.

More Object-Oriented. More Modularized. More Formal, Less Casual. Safer, More Powerful, and Improved Performance.



Appendix C. C# for C++ or Java Programmers.

C# for C++ Programmers. C# for Java Programmers.



Appendix D. New Features in JScript.NET.

Why Use JS.NET? Compiled Jscript. The Two Uses of JS.NET. JScript Tour in Visual Studio.NET. Object-Oriented Features. Performance Enhancements. Packaging and Deployment (EXE, DLLs, and Packaging). Debugging. The Compiler.



Appendix E. Visual Studio.NET.

Overview of Visual Studio.NET. Toolbars. Creating a Console Application. Using the VS.NET Text Editor. Project Configurations. Debugging.

Index.

Preface

Preface

A new computing model, which breaks down the boundaries of business integration, is emerging. In it, data will be exchanged freely and applications will interoperate seamlessly across the Internet. Based on XML Web Services, this new model will bring our Internet-based economy to a new plateau. Microsoft .NET, with a compelling set of new technologies, is a platform for building, deploying, operating, and integrating these XML Web Services.

Fundamentals of Web Applications Using .NET and XML, part of the Prentice Hall/Object Innovations .NET series, is intended as a practical introduction to the fundamentals of .NET Web technologies for experienced programmers who are not necessarily familiar with .NET, to learn the basics of programming Web applications with .NET. It reviews the basics of current Web technologies; introduces .NET architecture; describes the major .NET Web technologies, ASP.NET, ADO.NET, Web Services, and XML programming; and explores advanced topics such as SOAP, Object Remoting, system interoperability, and the future of Web technology. A case study shows the .NET Web and XML technologies creating a new model of business.

The book also provides practical guidance on moving to .NET technology for readers with programming skills such as VB, C/C++, JScript, and Java, who may or may not have Web programming experience.

Organization

Fundamentals of Web Applications is structured to make it easy for you to find what you need to know. The first part, which should be read by everyone, begins with an introduction to Web sites in a .NET world (Chapter 1). It explains the paradigm shift from applications and products to the new concepts and practice of Web Services. Next comes a guided tour of .NET Framework, the infrastructure for all applications and services in the .NET environment (Chapter 2). As its greatest contribution to the industry, .NET Framework removes the distinction between traditional software development and Web development. Chapter 3 explores the programming environment of .NET Framework in which. You can find detailed descriptions and examples for learning this a major breakthrough in cross-language interoperability. In this environment, object-oriented programming capabilities, including inheritance and polymorphism, have broken the barriers between languages. The chapter attempts to explain why .NET Framework is very desirable for the development of large-scale distributed systems and Web applications.

The second part of this book covers the major features of .NET programming using ASP.NET, ADO.NET, Web Services, and XML. Chapter 4, a very thorough write-up about ASP.NET, the Active Server Pages for .NET Framework, its benefits by comparing ASP.NET with ASP, the new features like the Web Forms programming model, and server controls. Using a comprehensive Web site example, we show you how to build and deploy ASP.NET applications, as well as handle issues that affect real-world Web applications, such as session state and security. Finally, we take a quick look at the syntax of ASP.NET and the migration path from ASP. Chapter 5 takes a look at the major task of any software development—accessing data for both stand-alone and Web-based applications. ADO.NET, the Active Data Objects for .NET Framework, offers a consistent and scalable solution for access to various data sources. You will also find its benefits in interoperability, maintainability, programmability, and performance. Chapter 6 explores the core of this new computing model, Web Services, including how services are built and how they are accessed from clients. Chapter 7 explains Extensible Markup Language (XML), and provides sample programs. By this point you should have a fairly good understanding of Web application development using the .NET platform.

The third part of the book gets into more advanced Web programming in a .NET environment, Object Remoting, the Simple Object Access Protocol (SOAP), and interoperating with other platforms. It shows you how to build client/server applications based on the Object Remoting facility to make create distributed systems that are flexible and powerful (Chapter 8). Chapter 9 is for those of you who do not want to rely on XML but to build SOAP-based client applications directly. Of course, SOAP will help you to bridge various platforms to allow Windows and non-Windows applications to communicate effectively over the Internet. Is Microsoft's interoperability support for open system too good to be true? Chapter 10 will show you how this seemly impossible task, using SOAP, Universal Description, Discovery, and Integration (UDDI), and Web Services Description Language (WDSL), is accomplished.

Chapter 11, the fourth part, demonstrates the ultimate goal of this book—Web programming with .NET. This case study chapter offers you the chance to everything you have learned into practice. It shows you a clean and simple way to create a Web-based distributed application over the Internet using .NET and XML.

The last part has a rich set of reference materials. Appendix A is a Web technology primer for programmers who do not have Web programming experience. It can also serve as a quick reference for more experienced programmers. Appendix B discusses Visual Basic for.NET Framework and compares the old VB and the new VB. (For more information on VB.NET, please consult Introduction to Visual Basic Using .NET and Application Development Using Visual Basic and .NET.) The C# appendix (Appendix C) could have been a chapter by itself, but because the main topic of this book is not programming language, we made it an appendix. (For more in-depth study, please refer to Introduction to C# Using .NET and Application Development Using C# and .NET in the series.) You can also learn about what's new in JScript in Appendix D. The last appendix (Appendix E) introduces Visual Studio.NET, the latest incarnation of Microsoft's popular Visual Studio development environment. The new Visual Studio has many features that make application development easier and more pleasant. Learning it will equip you for programming with .NET.

Sample Programs

The only way to learn a programming language is to read and write many, many programs, including some of reasonable size. This book provides many small programs that illustrate pertinent features of Web programming in isolation, where they are easy to understand.

There is also a major case study, which illustrates how to program Web applications using .NET and XML. The case study is essential to understanding the topic.

The sample programs are provided in a self-extracting file. When the file is expanded, a directory structure is created, rooted in c:\OI\Web. The sample programs are in directories Chap1, Chap2, and so on. The sample programs for other books in the Prentice Hall/Object Innovations .NET series are located in their own directories under c:\OI, so all the .NET examples from all books in the series will be located in a common area as you install them.

Web SiteThe Web site for the Prentice Hall/Object Innovations .NET series is
www.objectinnovations.com/dotnet.htm

A link is provided at that Web site for downloading the sample programs for this book.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020