Buy Used
Used - Good See details
$3.18 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
.NET Framework Essentials (O'Reilly Programming Series)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

.NET Framework Essentials (O'Reilly Programming Series) [Paperback]

Thuan L. Thai (Author), Hoang Lam (Author)
4.0 out of 5 stars  See all reviews (21 customer reviews)


Available from these sellers.


There is a newer edition of this item:
.Net Framework Essentials .Net Framework Essentials 3.9 out of 5 stars (14)
$29.34
In Stock.

Book Description

June 8, 2001

.NET Framework Essentials is an objective, concise, and technical overview of the new Microsoft .NET Framework for developing web applications and services.

Specifically written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials is also useful to system architects and leaders who are assessing tools for future projects. The authors devote special attention to the writing of .NET components plus web applications and services.

This book takes on all of the most important .NET Framework topics--from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including VB.NET, C#, and Managed C++, as well as MSIL, the intermediate language understood by the CLR. They've included working code samples in every .NET language.

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 on a far-reaching new technology.


Customers Who Viewed This Item Also Viewed


Editorial Reviews

From Library Journal

In June, Microsoft unveiled the Beta 2 version of its XML platform, .NET, upon which this book is based. The authors do a good job of covering a range of topics from the basics of .NET and the runtime environment to web services and how .NET works with XML. This single-volume overview is superior to Microsoft Press's recent cluster of .NET titles (Computer Media, LJ 7/01). The companion web site offers additional resources and updates. Since Microsoft has not launched the final version of .NET, it is still best not to purchase a slew of .NET guides. But if patrons are clamoring, buy this one.
Copyright 2001 Reed Business Information, Inc.

From the Publisher

This book is based on beta 2 of the .NET Framework.

Product Details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; Lst Ed edition (June 8, 2001)
  • Language: English
  • ISBN-10: 0596001657
  • ISBN-13: 978-0596001650
  • Product Dimensions: 8.9 x 6 x 0.9 inches
  • Shipping Weight: 6.4 ounces
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (21 customer reviews)
  • Amazon Best Sellers Rank: #2,204,512 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

21 Reviews
5 star:
 (9)
4 star:
 (6)
3 star:
 (3)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (21 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

24 of 26 people found the following review helpful:
5.0 out of 5 stars Very clear and concise overview of programming in .NET, August 5, 2001
By A Customer
This review is from: .NET Framework Essentials (O'Reilly Programming Series) (Paperback)
If you are new to .NET, trying to figure out what to learn first can be difficult; you can find yourself wading through enormous amounts of technical information, examples, and web sites, and wonder if you've covered all the main subjects. That being said, this is an excellent introduction if you want to get a good overview and grasp on what the .NET framework encompasses, and all from O'Reilly, the first publisher that seems to have broken it down, understood, summarized and simplified it for its readership. You could read this book in a few hours and get a solid base in .NET, and also save yourself a tremendous amount of time spinning your wheels with other 1000+ page books, as rushed and as disorganized as they are.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


22 of 24 people found the following review helpful:
5.0 out of 5 stars A excellent introduct, September 24, 2001
By 
GB (NETHERLANDS) - See all my reviews
This review is from: .NET Framework Essentials (O'Reilly Programming Series) (Paperback)
An excellent introduction to .NET Framework

As an overall Microsoft developer I was looking for a book to teach me about what .NET is all about. I wanted to know what to expect from .NET. and how to continue learning .NET in the future

As the title says this is an Introduction to .NET and to my opinion en excellent one.
Don't expect this book to teach you everything in detail on the matter.
What you will learn here is how different parts of .NET work in general and along the chapters you will encounter useful examples that shine light on the matter.

Note that 90% of examples are in simple understandable C#.
(even for none C syntax programmers it is easy to understand)

The book is easy reading and all of the examples work file with .NET Beta 2

I recommend this book for everyone who needs a kick start on .NET

Here is a brief description of chapters:

1. .Net Overview:
Talks about .NET in general, the design goals and how .NET is realized

2. The Common Language Runtime:
Talks about the inner workings of .NET and what are the different tools like gacutil.exe good for.

3. .NET Programming
Talks about the .NET core model, how/why language integration is there for everyone

4. . Working with .NET Components:
Talks about the component architecture of .NET, distributed components and about Message Queuing.

5. Data and XML:
Shines light on the new ADO.NET. Here I finally got to understand how ADO.NET works.

6. Web Services:
Talks about how web services work with some very good and understandable examples.

7. Web forms:
Shows a general overview of ASP.NET including custom server controls following some good examples

8. Windows Forms:
Shows you different sides of the new GUI programming model of .NET and comes with a very good example of how you can create GUI based apps fast and easy.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


32 of 37 people found the following review helpful:
5.0 out of 5 stars Interesting look, July 6, 2001
By 
Todd Hawley (San Francisco CA) - See all my reviews
(REAL NAME)   
This review is from: .NET Framework Essentials (O'Reilly Programming Series) (Paperback)
Could the future of computing include a time when you write a document in Word that's on a server in Redmond? That possibility is one of many that Microsoft envisions with their new .NET technology. And no matter how you feel about what Microsoft is doing, their new technology which is an attempt to compete with Sun's Java language is an intriguing attempt.

This book covers a wide range of topics about this technology, starting off in Chapter 1 with an overview of .NET. Chapter 2 discusses Common Language Runtime, which is .Net's most important component. Chapter 3 discusses programming in .NET and discusses the various objects used in it. While .NET doesn't directly use languages like Java or C++, it does use a lot of Visual Basic and a C offshoot, called C #(ie "C Sharp") instead. So a lot of object-oriented concepts do apply when programming for .NET.

Chapter 4 goes into greater detail about other .NET components, such as shared components, distributed components, transactions, and object pooling. Further chapters discuss how XML works with .NET and World Wide Web .NET services, Web and Windows forms, and of course the usual reference material at the end of the book.

A fascinating look at a new technology which ultimately may become a major one.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject