
1. | ![]() By: Niel Bornstein Publisher: O'Reilly Media, Inc. Publication Date: 24-NOV-2003 Insert Date: 17-DEC-2003 Bookshelf Slots: 1.0 | Overview: .NET and XML
If you're seeking ways to build network-based applications or
XML-based web services, Microsoft provides most of the tools you'll
need. XML is integrated into the .NET Framework and Visual Studio
.NET, but if you want to get a grasp on how .NET and XML actually
work together, that's a different story. With .NET &
XML, you can get under the hood to see how the .NET Framework
implements XML, giving you the skills to write understandable
XML-based code that interoperates with code written with other
tools, and even other languages. .NET & XML starts by
introducing XML and the .NET Framework,...
|
2. | ![]() .NET Framework Essentials, 3rd Edition By: Thuan L. Thai; Hoang Lam Publisher: O'Reilly Media, Inc. Publication Date: 11-AUG-2003 Insert Date: 07-AUG-2003 Bookshelf Slots: 1.0 | Overview: .NET Framework Essentials, 3rd Edition
Fully updated for version 1.1 of the .NET Framework, .NET
Framework Essentials, 3rd Edition is an objective, concise,
no-nonsense overview of the Microsoft .NET Framework for developing
web applications and services. Written for intermediate to advanced
VB, C/C++, Java, and Delphi developers, .NET Framework
Essentials, 3rd Edition is also useful to system architects and
leaders who are assessing tools for future projects. .NET
Framework Essentials touches all the bases--from the Common
Language Run-Time (CLR) and key class libraries to the specialized
packages for ASP.NET, Windows Forms, XML...
|
3. | Overview: .NET Gotchas
Like most complex tasks, .NET programming is fraught with potential
costly, and time-consuming hazards. The millions of Microsoft
developers worldwide who create applications for the .NET platform
can attest to that. Thankfully there's now a book that shows you
how to avoid such costly and time-consuming mistakes. It's called
.NET Gotchas. The ultimate guide for efficient, pain-free
coding, .NET Gotchas from O'Reilly contains 75 common .NET
programming pitfalls--and advice on how to work around them. It
will help you steer away from those mistakes that cause application
performance problems,...
|
4. | ![]() .NET Windows Forms in a Nutshell By: Ian Griffiths; Matthew Adams Publisher: O'Reilly Media, Inc. Publication Date: 26-MAR-2003 Insert Date: 30-JAN-2004 Bookshelf Slots: 1.0 | Overview: .NET Windows Forms in a Nutshell
.NET Windows Forms are a powerful technology for building a large
class of applications for the Windows .NET platform. They offer
nearly the same power and flexibility of classic Win32 development,
but for a fraction of the effort. The programming model is lean and
streamlined, and many of the tedious details that developers used
to have to spend time on are now dealt with automatically by the
platform. .NET Windows Forms in a Nutshell offers an
accelerated introduction to this next-generation of rich user
interface development. The book provides an all-inclusive guide for
experienced...
|
5. | ![]() .NET Windows® Forms Custom Controls By: Richard Weeks Publisher: Sams Publication Date: 11-JAN-2002 Insert Date: 26-SEP-2002 Bookshelf Slots: 1.0 | Overview: .NET Windows® Forms Custom Controls The intent of this book is to teach .NET developers the skills
necessary to create their own leading edge custom controls. The art
of creating custom controls has never been truly explored in
detail, often the examples provided are trivial and do not begin to
explore the requirements need for a commercial quality custom
control. This book will not only provide that knowledge, but, in
addition provide the source for a fully functional Outlook Bar
control....
|
6. | ![]() 101 Microsoft® Visual Basic® .NET Applications By: Sean Campbell; Scott Swigart; Bob Carver; Patrick Barnes; Jim Pragit; Oz Rugless; Kris Horrocks Publisher: Microsoft Press Publication Date: 11-JUN-2003 Insert Date: 18-MAY-2005 Bookshelf Slots: 1.0 | Overview: 101 Microsoft® Visual Basic® .NET Applications Flattens the learning curve for Visual Basic .NET by providing working applications with complete code, helpful instructions, commentary, and pointers to more information....
|
7. | ![]() ADO.NET 3.5 Cookbook, 2nd Edition By: Bill Hamilton Publisher: O'Reilly Media, Inc. Publication Date: 28-MAR-2008 Insert Date: 25-MAR-2008 Bookshelf Slots: 1.0 | Overview: ADO.NET 3.5 Cookbook, 2nd Edition
This guide is strikingly different from other books on Microsoft
ADO.NET. Rather than load you down with theory, the new edition of
ADO.NET 3.5 Cookbook gives you more than 200 coding
solutions and best practices for real problems you're likely to
face with this technology using Visual Studio 2008 and the .NET 3.5
platform.
Organized to help you find the topic and specific recipe you need
quickly and easily, this book is more than just a handy compilation
of cut-and-paste C# code. ADO.NET 3.5 Cookbook also offers
clear explanations of how and why each code solution works, and
warns you of...
|
8. | ![]() By: Bill Hamilton; Matthew MacDonald Publisher: O'Reilly Media, Inc. Publication Date: 25-APR-2003 Insert Date: 29-MAY-2003 Bookshelf Slots: 1.0 | Overview: ADO.NET in a Nutshell
Written by experts on the Microsoft® .NET programming platform,
ADO.NET in a Nutshell delivers everything .NET programmers
will need to get a jump-start on ADO.NET technology or to sharpen
their skills even further. In the tradition of O'Reilly's In a
Nutshell Series, ADO.NET in a Nutshell is the most complete
and concise source of ADO.NET information available. ADO.NET is the
suite of data access technologies in the .NET Framework that
developers use to build applications services accessing relational
data and XML. Connecting to databases is a fundamental part of most
applications, whether...
|
9. | ![]()
By: Mario Hewardt Publisher: Addison-Wesley Professional Publication Date: 13-NOV-2009 Insert Date: 24-MAR-2009 | Overview: Advanced .NET Debugging Using a pragmatic approach to root cause
analysis, readers will benefit from how Advanced .NET
Debugging explores, in depth, the relationship between
.NET code, the Common Language Runtime, and bugs experienced in
this environment. In addition to common bug categories and
troubleshooting, it also dives deep into how the CLR functions, so
that you are well equipped to handle root cause analysis outside of
the examples illustrated. Note that this book focuses solely on
using the native Windows debuggers (WinDBG, NTSD, CD) to
troubleshoot .NET code and the CLR, an area (to date) about which
very...
|
10. | ![]() Applied SOAP: Implementing .NET XML Web Services By: Kenn Scribner; Mark Stiver Publisher: Sams Publication Date: 25-OCT-2001 Insert Date: 26-SEP-2002 Bookshelf Slots: 1.0 | Overview: Applied SOAP: Implementing .NET XML Web Services This book takes the reader from the architecture of .NET to
real-world techniques they can use in their own Internet
applications. The reader is introduced to .NET and Web Services and
explores (in detail) issues surrounding the fielding of successful
Web Services. Practical guidelines as well as solutions are
provided that the rader may use in their own projects. Some of the
issues involve lack of specific guidance in the SOAP specification,
while others transcend SOAP and involve issues Internet developers
have grappled with since the inception of the World Wide Web. At
this time, this book...
|
About Safari Books Online •
Terms of Service •
Privacy Policy •
Contact Us •
Corporate Licenses •
Help •
Accessibility |
![]()
![]()
![]()
![]()
Copyright 2009 Safari Books Online. All rights reserved.



