• Complain

Hoang Q. Lam - .NET Framework Essentials

Here you can read online Hoang Q. Lam - .NET Framework Essentials full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2003, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Hoang Q. Lam .NET Framework Essentials

.NET Framework Essentials: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book ".NET Framework Essentials" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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 Web Services, and data access (Ado.Net). The authors survey each major .Net language, including Vb.Net, C#, J#, and Managed C++, as well as Msil, clearing away the noise and hype, and presenting a clear, practical look at the underlying technologies. .Net Framework Essentials also provides a handy reference to the most commonly used features of .Net Framework. Written by two veteran web applications developers, .Net Framework Essentials, 3rd Edition is one of the most complete, concise, and ultimately useful books to describe the breadth of technology represented by .Net. Compact and free of fluff or proprietary hype, .Net Framework Essentials is an outstanding value for experienced programmers and architects who need to get up to speed quickly.

Hoang Q. Lam: author's other books


Who wrote .NET Framework Essentials? Find out the surname, the name of the author of the book and a list of all author's works by series.

.NET Framework Essentials — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book ".NET Framework Essentials" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
.NET Framework Essentials, 3rd Edition
Thuan L. Thai
Hoang Lam
Beijing Boston Farnham Sebastopol Tokyo A Note Regarding Supplemental Files - photo 1

Beijing Boston Farnham Sebastopol Tokyo

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780596005054/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Copyright

Copyright 2003, 2002, 2001 OReilly & Associates, Inc.

Printed in the United States of America.

Published by OReilly & Associates, Inc., 1005 GravensteinHighway North, Sebastopol, CA 95472.

OReilly & Associates books may be purchased for educational,business, or sales promotional use. Online editions are also availablefor most titles (http://safari.oreilly.com). For moreinformation, contact our corporate/institutional sales department:(800) 998-9938 or .

Nutshell Handbook, the Nutshell Handbook logo, and the OReillylogo are registered trademarks of OReilly & Associates, Inc. Microsoft, MSDN, the .NET logo, Visual Basic, Visual C++, Visual Studio, and Windows are registered trademarks of Microsoft Corporation. Many ofthe designations used by manufacturers and sellers to distinguishtheir products are claimed as trademarks. Where those designationsappear in this book, and OReilly & Associates, Inc. was aware of atrademark claim, the designations have been printed in caps or initialcaps. The association between the image of shrimp and the topic of the .NET Framework isa trademark of OReilly & Associates, Inc.

While every precaution has been taken in the preparation of thisbook, the publisher and authors assume no responsibility for errors oromissions, or for damages resulting from the use of the informationcontained herein.

Preface

A condensed introduction to the Microsoft .NET Framework, this bookaims to help programmers make the transition from traditional Windowsprogramming to the world of .NET programming. The Microsoft .NETFramework includes the Common Language Runtime (CLR) and a set ofbase classes that radically simplify the development of large-scaleapplications and services. This book examines the CLR in detail, sothat you can put its new features to good use. The book alsoillustrates how language integration really works and guides youthrough component and enterprise development using the .NETFramework. In addition, it introduces you to four key .NETtechnologies: data (ADO.NET) and XML, web services, Web Forms(ASP.NET), and Windows Forms.

We used the latest release of Microsoft Visual Studio .NET 2003 andthe .NET Framework SDK 1.1 to prepare this manuscript and to developall the examples and figures in this book. In .NET Framework SDK 1.1,Microsoft has fixed a number of bugs, made performance and securityimprovements, and added a few important changes, including:

  • Support for additional ADO.NET data sources (Oracle and ODBC)

  • Improved support for using C++ to build .NET Windows and Webapplications

  • Integration of J# into VS.NET

  • Inclusion of a mobile controls package for developing ASP.NET sitesfor small devices, such as cell phones

  • Integration of mobile application development into VS.NET

Although we have done our best to ensure that the technical contentof this book is up-to-date, it is possible that some items havechanged slightly from the time of writing. To stay up-to-date,regularly check http://msdn.microsoft.com/net, http://www.gotdotnet.com, and thisbooks OReilly page, http://www.oreilly.com/catalog/dotnetfrmess3/.

Audience

Although this book is for any person interested in learning about theMicrosoft .NET Framework, it targets seasoned developers withexperience in building Windows applications with Visual Studio 6 andthe Visual Basic and Visual C++ languages. Java andC/C++ developers will also be well prepared for the materialpresented here. To gain the most from this book, you should haveexperience in object-oriented, component, enterprise, and webapplication development. COM programming experience is a plus.

About This Book

Based on a short course that Thuan has delivered to numerouscompanies since August 2000, this book is designed so that eachchapter builds on knowledge from the previous one for thoseunfamiliar with each technology. To give you a heads-up, here arebrief summaries for the chapters and appendixes covered in this book.

takes a brief look at Microsoft .NETand the Microsoft .NET Platform. It then describes the .NET Frameworkdesign goals and introduces you to the components of the .NETFramework.

lifts the hood and peers into the CLR.This chapter surveys the rich runtime of the CLR, as well as otherfeatures.

introduces you to .NET programming.Youll examine a simple program that usesobject-oriented and component-based concepts in five differentlanguages: Managed C++, VB.NET, C#, J#, and IL.Youll also experience the benefits of languageintegration.

demonstrates the simplicity ofcomponent and enterprise development in .NET. Besides seeing thecomponent-deployment features of the .NET Framework,youll also find complete programs that takeadvantage of transaction, object pooling, role-base security, andmessage queuingall in one chapter.

describes the architecture of ADO.NETand its benefits. Besides being disconnected to promote scalability,the ADO.NET dataset is also tightly integrated with XML to enhanceinteroperability. This chapter introduces you to the .NET data-accessobjects, as well as the XML namespace.

describes how .NET software componentscan be accessed through the Internet. In this chapter, we discuss theprotocols that support web services, as well as how to publish anddiscover them. You will see how XML, used in conjunction with HTTP,breaks the proprietary nature of typical component-oriented softwaredevelopment and enables greater interoperability.

introduces you to ASP.NET, which nowsupports object-oriented and event-driven programming, as opposed toconventional ASP development. In this chapter, Web Forms and servercontrols take the center stage. In addition, we examine how to buildcustom server controls, perform data binding to various .NETcontrols, and survey state management features in ASP.NET.

takes conventional form-basedprogramming a step into the future with the classes in theSystem.Windows.Forms namespace. Similar to Win32-based applications,Windows Forms are best used to build so-called rich orfat clients; however, with thenew zero-effort installation procedure of .NET and the advent of webservices, Windows Forms are appropriate for a host of applications.

shows you how to build an ASP.NETapplication that targets smart devices and a mobile deviceapplication that is backed by SQL Server CE.

contains a list of links to web sites withinformation regarding languages that target the CLR, including someburgeoning open-source projects.

contains a list of commonly used acronymsfound in .NET literature and presentations.

contains several lists of commonly useddata types in .NET. This appendix also illustrates the use of several.NET collection classes.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «.NET Framework Essentials»

Look at similar books to .NET Framework Essentials. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «.NET Framework Essentials»

Discussion, reviews of the book .NET Framework Essentials and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.