See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

38 used & new from $0.01

Have one to sell? Sell yours here
 
   
Introducing .NET
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Introducing .NET (Mass Market Paperback)

by James Conard (Author), Patrick Dengler (Author), Brian Francis (Author), Jay Glynn (Author), Burton Harvey (Author), Billy Hollis (Author), Rama Ramachandran (Author), John Schenken (Author), Scott Short (Author), Chris Ullman (Author)
2.9 out of 5 stars See all reviews (9 customer reviews)


Available from these sellers.


10 new from $2.93 28 used from $0.01
Also Available in: List Price: Our Price: Other Offers:
Paperback 2 used & new from $0.01

Editorial Reviews

Amazon.com Review
Introducing .NET provides a guide to the emerging set of technologies and standards that will be a part of the Microsoft .NET platform. Ideal for any programmer (or IT manager) who works with Windows, this title gives a worthwhile preview of a compelling set of technologies and of new ways to program for the Internet.

Apart from browsing the current .NET beta and documentation from Microsoft, it's somewhat difficult to find a way to understand all of the various aspects of .NET. The authors of this book have done the legwork for you and packaged their discoveries in a concise volume that examines numerous APIs and tools that developers will be using in the next year or so.

After a quick overview of .NET, the book looks at the Common Language Runtime (CLR), which allows different languages (like VB and C#) to interoperate on .NET. This focus is ideal for programmers who want to understand the future of programming. The book handily summarizes what the new C# language will offer, explaining in detail how Visual Basic 7 (now Visual Basic.NET) will differ from early versions of the language. In case you haven't seen the beta of the new Microsoft Visual Studio.NET, you get a tour of its features and interface. Other sections delve into the actual .NET classes you'll be using for development. (These APIs can be accessed from any programming language.) Material on the new Windows Forms and Web Forms shows the future of building user interfaces on the Windows platform. Other sections look at the new ASP.NET (for creating dynamic Web pages) and ADO.NET (for database programming).

Another compelling reason to read this book is its discussion of Web services, a potentially winning concept for a new generation of software. Using the Simple Object Access Protocol (SOAP), an XML standard for describing services, .NET programmers can call remote Web services almost as easily as local functions. The authors provide a remarkably simple example (which packages weather information on a custom Web page). Clearly, this is a core technology on .NET, and the book does a good job of explaining its potential.

Introducing .NET provides the blueprint for understanding what's to be included in the new .NET. Despite an understandable amount of "cheerleading" for Microsoft's new platform, this is good nuts-and-bolts information that's timely and just what developers need to understand the future of computing on Windows. --Richard Dragan

Topics covered:

  • Overview of the Microsoft .NET platform
  • .NET design goals and features
  • The Common Language Runtime (CLR) (common types and metadata)
  • Tutorial for C# (data types and control flow, class design, and events)
  • Visual Basic.NET (new features, summary of language changes, migrating old VB code to version 7)
  • Tour of the Visual Studio.NET Beta 1 IDE
  • Basic classes in the .NET class framework (including collection classes)
  • ASP.NET (ASP vs. ASP.NET comparison, new features, and advantages)
  • Web services and the Simple Object Access Protocol (SOAP)
  • Sample Web service for weather information
  • Windows Forms (including GDI)
  • Distributing .NET components (assemblies, business objects, and unmanaged code)
  • ADO.NET and database programming
  • Survey of Microsoft enterprise server products
  • Case study for a Web-enabled parts inventory system in .NET
  • Reference for .NET packages
  • Using traditional COM components within .NET


Product Description
.NET is Microsoft's vision of "software as a service", a development environment in which you can build, create, and deploy your applications and the next generation of components, termed Web Services. All of Microsoft's major flagship products from Visual Studio to Windows and eventually Office are gradually being integrated into the vision and they will all offer services that will allow greater integration between products. .NET will allow developers to develop in whatever language they are comfortable with, via the introduction of a common language runtime, whilst at the same time provide "building block services" to ease application development.

Introducing .NET is designed to tell you exactly what you need to know, to cut through the fog and to bring you a clear picture of what .NET is, and what you can expect to be able to do using it.

See all Editorial Reviews


Product Details

  • Mass Market Paperback: 500 pages
  • Publisher: Wrox Press; 1st edition (January 2001)
  • Language: English
  • ISBN-10: 1861004893
  • ISBN-13: 978-1861004895
  • Product Dimensions: 9.1 x 7.3 x 1 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 2.9 out of 5 stars See all reviews (9 customer reviews)
  • Amazon.com Sales Rank: #1,702,030 in Books (See Bestsellers in Books)

Look Inside This Book

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
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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 Reviews

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

 
62 of 63 people found the following review helpful:
3.0 out of 5 stars New technology - average information, February 1, 2001
By gbworld@comcast.net (Nashville, TN USA) - See all my reviews
I own quite a few Wrox books. For awhile, they were consistently the best programmers books on the market. Unfortunately, this new trend to be the first with new technologies is lessening the quality of the newer books. Not that this book is bad; it's just not as good as their other works. This book is about average. While that is not bad, it is not as impressive as earlier works.

The first two chapters contain the same material I have seen in presentations by Wrox author Billy Hollis, so it was largely an overview I had already seen. The information contained in these chapters is very useful, however, if you want to get a good overview of how .Net and the CLR (Common Language Runtime) work. The same holds true for Chapter 5 (the IDE - VS.Net), chapter 6 (.Net class framework) and chapter 12 (.Net servers).

The Introduction to C# is an interesting chapter, but is little more than an overview. Written by Burt Harvey, it contains a similar bent as some of the chapters in the C# Programming with the Public Beta, which you should invest in, if you are serious about C# programming (it is the best C# book on the market, although Gunnerson's is a close second). My favorite code sample (downloadable) is the life simulation application (useless to web programming, but a neat little app).

The What's New in Visual Basic chapter is largely a wash for me. If you have not read the articles in VBPJ, or on MSDN, the VB article is a good overview. If sample code is your thrust, either wait for the VB.Net book, or download the code on ibuyspy.com, which contains much more useful code.

Chapters 7 to 10 are the meat of the book, delving into both web forms and windows forms applications. You will start with a decent overview of ASP.Net and end with .Net components. Chapter 11 is a nice intro to ADO.Net, but I am still waiting for a tome with deeper info on this subject. The final chapter has an interesting ASP.Net case study. As of this writing, the code is not available for download yet on chapters 10 to 13.

Finishing off, Appendix A is a bit weak, although it has a nice introductory framework reference. I feel that Appendix B has much more intrinsic value (how to use classic COM with .Net), but the topic is covered failry well on the net, so it is not worth the price of the book alone.

Currently, this is the best introduction to .Net on the market. It is also the only introduction to .Net. Considering the stage .Net is in, this is a great book. From a standpoint of what Wrox generally delivers, however, I would have to say this one is average.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 10 people found the following review helpful:
3.0 out of 5 stars Good technical overview of .NET, March 13, 2001
By Mark (Ottawa, Canada) - See all my reviews

Not having read much online information about .NET I was pretty happy with this book. There's a chapter on each of the major .NET features including the Common Language Runtime, C#, VB.NET, ADO.NET, ASP.NET, Winforms etc. It definitely removed a lot of the mystery of .NET for me. Previously all of the info I had read on .NET was vague generalities but this book really gets down to the actual details.

I would only recommend this book to people who are experienced with C++, VB and COM. The book was more technical than I expected and there is a good deal of code. One problem was the editing, there were several mistakes and the book had a bit of a rushed feel to it. Having 10 co-authors makes the style a little uneven and there are a few items that are mentioned by more than one author.

This is a decent technical overview of .NET. If that's what you're looking for I don't think you'll be disappointed.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
1.0 out of 5 stars Ok, for being first. Now its superseded, July 30, 2001
By ws__ (Hamburg, Germany) - See all my reviews
This book has at least 10 authors and is fun to read for the first few chapters. Then I really got annoyed to read the same things over and over again and at the same time I missed some more in depth explanations. A lot is done with the framework itself. This is probably due to the very early delivery date of the book. Though I really enjoyed the C# example (game of life) I think you be better served with Hollis, Lhotka "VB.Net Programming". Also there seem to be quite a few other books out by now.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

3.0 out of 5 stars Okay...but
This is a good introduction to .net, as the cover says, but me thinks it was just a ploy to make money. Not very useful at all, but if you are a beginner to . Read more
Published on July 26, 2001 by Scott G. Newman

4.0 out of 5 stars Great Overview for .Net
I have purchased several Dot Net books as of late. I thought the book was very thorough as an overview. Read more
Published on July 9, 2001 by Steve Back

5.0 out of 5 stars For .NET newbies
This book is exactly what it says it is. It is an Intorduction to the .NET. It does not go in depth, however it shines some light on the .NET in general. Read more
Published on May 8, 2001 by slick@ureach.com

2.0 out of 5 stars Visual Basic plague
Although the book claims that several languages support .NET (VB, C#, etc), all examples are in Visual Basic, which I find annoying.
Published on March 7, 2001

1.0 out of 5 stars Bad book, not up to Wrox standards
This book is bad, it is annoying that a company that has published so many excellent books in the past would stoop so low. Read more
Published on February 10, 2001 by jason abraham

4.0 out of 5 stars Good book on "Introduction" (to .NET)
"Even ASP.NET compiled!" (into Intermediate Language, in the form of .cs in case written in C# or . Read more
Published on February 8, 2001 by Basilius Wibowo

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!


Look for Similar Items by Category


Perfect Programming

Shop for programmable thermostats

Install a programmable thermostat to help reduce heating costs by ensuring your home is heated optimally. Shop for name-brand thermostats, including Honeywell and Lux, in Home Improvement.

Shop all programmable thermostats

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Find the Air Compressor to Fill Your Needs

Shop for compressors
Whether you need to power a pneumatic tool or fill a tire, an air compressor provides the power you need.

Shop for compressors

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates