Addison-Wesley / Prentice Hall
Computer Science
Browse available resources for Computer Science:
- Select a resource
- Resources for Computer Science GOAL where virtual office hours are 24/7! Your Own TA, Just a Click Away! Deitel Resource Centers National Center for Women & Information Technology View material from Search Engines: Information Retrieval in Practice VideoNotes Andrew Tanenbaum Flame Award Recipient Custom Programs Instructor Resource Center myPearsonStore

ISBN-10: 0201708523
ISBN-13: 9780201708523
Publisher: Addison-Wesley Professional
Copyright: 2002
Format: Paper; 832 pp
Temporarily unavailable
Suggested retail price: $49.99
This item is temporarily unavailable for purchase.
This is the. NET book C++ developers have been waiting for: a meaty, practical guide to Visual Studio.NET programming from one of the world's leading authorities on Microsoft development.KEY TOPICS:Best-selling COM/ATL author Richard Grimes begins by reviewing the fundamental concepts that underlie the .NET Runtime, including managed vs. unmanaged code, garbage collection, the Microsoft Intermediate Language, type information, and metadata. Next, Grimes introduces the .NET Class Libraries -- first at a high level, and then with far greater detail about the libraries that will be of greatest value. Grimes covers contexts and remoting, introducing serialization, marshalling, channels and SOAP, and the role of Web services as an interoperability mechanism. Once readers are solidly grounded in .NET, Grimes turns to Visual Studio.NET: its facilities, tools, and project structure, ranging from project management issues to Web discovery. In Part III, Grimes offers comprehensive coverage of using Visual Studio.NET to build advanced applications. He presents detailed coverage of managed C++ written for experienced C++ developers; a thorough walkthrough of C++ development with WinForms designed to help developers migrate from Win32; extensive coverage of Microsoft's ATL Server and web application/service development; and finally, a full chapter on debugging.MARKET:For every experienced Windows developer familiar with Visual C++.
(NOTE: Each chapter concludes with a Summary.)
Preface.
Acknowledgments.
1. NET Runtime.
2. Framework Class Library.
3. Contexts and Remoting.
4. Interoperation and COM+.
5. Visual Studio.NET Environment.
6. Creating and Building Solutions.
7. Visual C++ .NET.
8. Application Development.
9. Debugging.
Index. 0201708523T01242002
Windows [PTG: AW PROFESSIONAL] (Computer Science)
Programming Languages/Comparative Languages [PTG: AW PROFESSIONAL] (Computer Science)
Richard Grimes is an independent consultant specializing in COM, ATL, and .NET. He is the best-selling author of a number of books written for Wrox Press, including Professional Visual C++ MTS Programming (1999), Beginning ATL 3 COM Programming (1999), Professional ATL COM Programming (1998), and Beginning ATL COM Programming (1998).
0201708523AB07292002
DEVELOPING APPLICATIONS WITH VISUAL STUDIO.NET is an in-depth guide that takes Windows programming to the next level: creating .NET applications that leverage the prior knowledge and experience of C++ Win32 programmers. The .NET Framework supplies programmers with rich standard run-time services, supports the development of Web-based services, and provides both inter-language and inter-machine interoperability. Programmers can now focus on creating more complex, more distributed, and more Web-enabled applications.
This book begins by describing the .NET Framework, introducing the facilities .NET offers and the classes programmers can use. It goes on to describe the tools available in Visual Studio.NET and demonstrates their use. Readers are then ready to develop and debug applications with the help of clearly illustrated examples in C# and Managed C++.
DEVELOPING APPLICATIONS WITH VISUAL STUDIO.NET covers commonly overlooked topics such as error handling, memory management, event logging, localization issues, performance monitoring, ATL Server, and Managed C++. Author Richard Grimes shares his hard-won understanding of Visual Studio.NET, emphasizing the innovations that save you time and trouble and steering you away from those that limit programming power.
Among the topics explored in-depth:
- The Common Language Runtime (CLR)
- Core classes in the Framework Class Library
- Contexts and .NET remoting
- Interoperation and COM+
- The Visual Studio.NET environment
- Creating and building solutions
- Visual C++.NET
- Application development
- Debugging
With this book as your guide, you will learn how to efficiently develop strong, robust code within .NET.
0201708523B01092002
View a Sample Chapter PDF: /samplechapter/0201708523.pdf
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students, contact your Pearson Higher Education representative for pricing and ordering information.
This title is a member of the DevelopMentor Series, which also contains the titles below . You can also visit the DevelopMentor Series page.
C# Primer: A Practical Approach
Lippman
© 2002 | Addison-Wesley Professional | Paper; 416 pages | Estimated Availability: 12/10/2001
ISBN-10: 0201729555 | ISBN-13: 9780201729559
Brief Description | Buy from myPearsonStore
Component Development for the Java™ Platform
Halloway
© 2002 | Addison-Wesley Professional | Paper; 368 pages | Instock
ISBN-10: 0201753065 | ISBN-13: 9780201753066
Buy from myPearsonStore
Developing Applications with Visual Studio.NET
Grimes
© 2002 | Addison-Wesley Professional | Paper; 832 pages | Out of Stock
ISBN-10: 0201708523 | ISBN-13: 9780201708523
Essential COM
Box
© 1998 | Addison-Wesley Professional | Paper; 464 pages | Instock
ISBN-10: 0201634465 | ISBN-13: 9780201634464
Brief Description | Buy from myPearsonStore
Essential XML Quick Reference: A Programmer's Reference to XML, XPath, XSLT, XML Schema, SOAP, and More
Skonnard & Gudgin
© 2002 | Addison-Wesley Professional | Paper; 432 pages | Instock
ISBN-10: 0201740958 | ISBN-13: 9780201740950
Brief Description | Buy from myPearsonStore
Essential XML: Beyond MarkUp
Box, Skonnard & Lam
© 2000 | Addison-Wesley Professional | Paper; 400 pages | Instock
ISBN-10: 0201709147 | ISBN-13: 9780201709148
Brief Description | Buy from myPearsonStore
Programming Windows Security
Brown
© 2000 | Addison-Wesley Professional | Paper; 608 pages | Instock
ISBN-10: 0201604426 | ISBN-13: 9780201604429
Brief Description | Buy from myPearsonStore
Servlets and JavaServer Pages™: The J2EE™ Technology Web Tier
Falkner & Jones
© 2004 | Addison-Wesley Professional | Paper; 784 pages | Instock
ISBN-10: 0321136497 | ISBN-13: 9780321136497
Brief Description | Buy from myPearsonStore
Transactional COM+: Building Scalable Applications
Ewald
© 2001 | Addison-Wesley Professional | Paper; 464 pages | Instock
ISBN-10: 0201615940 | ISBN-13: 9780201615944
Brief Description | Buy from myPearsonStore
Now Stan Lippman brings you C# using his famed primer format. C# PRIMER is a comprehensive, example-driven introduction to this new object-oriented programming language.
First, the student will tour the language, looking at built-in features such as the class mechanism, class inheritance, and interface inheritance--all while building small programs. Next, the student will explore the various library domains supported within the .NET class framework while learning how to use the language and class framework to solve problems and build quality programs. Stan Lippman includes coverage of fundamentals such as namespaces, exception handling, and unified type system. He presents a wide-ranging tour of the .NET class library, introducing ADO.NET and establishing database connections and the use of XML. He provides XML programming using the firehose and DOM parser models, XSLT, XPATH, and schemas. He also focuses on ASP.NET Web Form Designer, walking through the page life-cycle and caching, and providing a large number of examples. C# PRIMER provides a solid foundation to build upon and a refreshingly unbiased voice on Microsoft's vehicle to effective and efficient Web-based programming.
Written by a leading COM authority, this unique book reveals the essence of COM, helping developers to truly understand the why, not just the how, of COM. Understanding the motivation for the design of COM and its distributed aspects is critical for developers who wish to go beyond simplistic applications of COM and become truly effective COM programmers, and to stay current with extensions, such as Microsoft Transaction Server and COM+. Box examines COM from the perspective of a C++ developer, offering a familiar frame of reference to ease you into the topic.
Essential XML Quick Reference is the most comprehensive and authoritative book available. Covering all of XML, as well as many related protocols and technologies, this book provides a handy, one-stop resource to XML syntax, usage, and programming techniques. Each chapter provides a topic overview, explanations of various elements, and several meaningful examples.
The Extensible Markup Language (XML) has been anointed as the universal duct tape for all software integration problems despite XML's relatively humble origins in the world of document management systems. Essential XML presents a software engineering-focused view of XML and investigates how XML can be used as a component integration technology much like COM or CORBA. Written for software developers and technical managers, this book demonstrates how XML can be used as the glue between independently developed software components (or in the marketecture terminology du jour, how XML can act as the backplane for B2B e-commerce applications).
This is one of only a few security books that target software developers. Most are directed at network administrators who want to configure their systems to avoid attacks. Yet Windows programmers have lots of tools at their disposal for securing their applications and most are completely unaware that these tools exist. The first part of the book identifies the crucial elements that a developer must master (e.g. cryptography, authentication, access control, credentials) in order to understand NT security. The second part of the book deals with application of these elements to various tools and programming techniques (COM(+), MTS, MSMQ, Active Directory).
Series: The DevelopMentor Series
This is the authoritative tutorial to the JSP 2.0 and Servlets 2.4 specifications written by JSP W3C expert committee members—Jayson Falkner, JSPInsider founder and WebMaster, and Kevin Jones, DevelopMentor UK co-founder. Servlets and JavaServer Pages™ is a complete guide to building web applications using Java Servlets and JavaServer Pages. The book covers the basics including installing a JSP/Servlet environment on your computer, HTTP, HTML forms, JSP 2.0, Servlets 2.4, custom tag libraries, and the JSTL 1.0. The book also covers the most complex topics of error handling, design patterns, internationalization and multi-lingual sites, security, sessions and state management, database connectivity, and building sites that can produce multiformats of content on the fly. This book explains how to create applications using the Servlet and JSP specifications that are robust, performant and scaleable!
Transactional COM+ explains how COM+ works and shows students how to use the technology to its fullest potential as a framework for developing scalable applications. It examines the theory behind COM+, why traditional object-oriented models are inappropriate for scalable systems, and the importance of transactions. This book goes beyond the rationale behind the technology and the details of its implementation to present practical, concrete guidelines for using COM+ to build applications that scale.
Pearson Higher Education offers special pricing when you choose to package your text with other student resources. If you're interested in creating a cost-saving package for your students contact your Pearson Higher Education representative.
