Amazon.com: A Programmer's Guide to .NET (0076092017707): Alexei Fedorov: Books


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
A Programmer's Guide to .NET
 
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.

A Programmer's Guide to .NET [Paperback]

Alexei Fedorov (Author)
4.0 out of 5 stars  See all reviews (4 customer reviews)

Price: $52.99 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon.
Want it delivered Tuesday, February 28? Choose One-Day Shipping at checkout. Details

Book Description

July 25, 2002
-- Explains all significant parts of Microsoft .NET Framework - not just one technology.

-- Provides many practical examples, that show how to use the technologies discussed.

-- Based on the final release of .NET.

The main purpose of this book is to provide essential information about the whole Microsoft .NET platform - not just about one component technology or another. This gives the reader a wide perspective, and shows how the main components of the platform can work together. Technologies covered include Windows Forms, Web Forms, ADO.NET, ASP.NET, and the CLR. It explains how to use them to create a variety of applications - from console apps to XML Web Services. The book provides a good balance of explanations with practical examples. The book is addressed primarily to VB developers, but while a background with VB is helpful, it is not required, so the book could also be used by developers with experience in C or C++.


Editorial Reviews

From the Back Cover

The new Microsoft platform, Microsoft.NET provides countless opportunities for different services and systems to interact, allowing programmers to develop powerful solutions for the internet. If you are a programmer or developer wanting to take full advantage of Microsoft.NET, this book, which provides essential information for the whole of the .NET platform, is for you.

A Programmer's Guide to .NET will help you to gain an in-depth understanding of the .NET framework, its architecture, main components and supported technologies. Alexei Federov describes how the main components of the platform -- Windows Forms, Web Forms, ADO.NET, web services and the Common Language Runtime -- can work together, enabling you to create high-performance applications more easily and efficiently.

A Programmer's Guide to .NET:

  • Explains all of the significant parts of the Microsoft.NET framework -- not just one technology
  • Contains practical examples showing how you can use .NET to create a variety of applications -- from console applications to XML web services
  • Includes code examples written in VB.NET that can also be imported into other .NET languages
  • Provides a comprehensive list of web resources in the appendix.



0321112326B07152002

About the Author

Alexei Fedorov is a developer and consultant based in Moscow. Alexei has more than 20 years’ experience, including working as a Chief Technology Officer for a Swiss company, technical writing for a software magazine, creation of internet and intranet sites, providing technical support for Borland languages, development and software localization as well as writing books and articles for progammers. Alexei has coauthored such books a Professional ASP 2.0 and ASP 2.0 Programmer’s Reference, published by Wrox, and Advanced Delphi Developer’s Guide to ADO, published by Wordware, and contributed several articles to such magazines as Asp.Net Pro, Office Pro, and Delphi Informant Magazine.



0321112326AB05282002

Product Details

  • Paperback: 720 pages
  • Publisher: Pearson Education (July 25, 2002)
  • Language: English
  • ISBN-10: 0321112326
  • ISBN-13: 978-0321112323
  • Product Dimensions: 9.3 x 7.4 x 1.4 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #5,378,435 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

1 of 1 people found the following review helpful:
3.0 out of 5 stars Lacks web site to check for errata & to obtain example code, December 26, 2002
This review is from: A Programmer's Guide to .NET (Paperback)
This book appears to be targeted at programmers who are familiar with object-oriented programming, but not necessarily familiar with Microsoft's development tools. It allows such programmers a way to explore most of the .NET platform apart from the Visual Studio IDE. Programmers primarily familiar with VB or Visual Studio would probably be better served by another book. Programmers more familiar with Java, Delphi, Perl, etc. will find this book a very good introduction to .NET.

The book covers all major areas from the core workings of the Common Language Runtime to web services. The general pace of the book is quick and broad. It assumes you already know the general topic and just want to know what classes, methods, etc. the .NET framework has to address the issue. There are numerous code examples written in VB.NET, but these are very easy to translate into another .NET language if desired.

As stated above, this book will be well received by an experienced C++, Delphi, or Java programmer who wants a strong overview before committing to the .NET platform. It is the best book I've seen towards that end. It is definitely not for programmers who primarily drop controls on a form and then write a few event handlers for them.

My main criticism of the book is lack of a corresponding web site to check for/report errata and obtain the example code found throughout the book. (There is no CD either.) While the programmers reading this book should have no problems debugging the code, they also don't need more keyboarding experience. --Reviewed by Greg S.

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


1 of 1 people found the following review helpful:
5.0 out of 5 stars A good way to understand .NET, October 23, 2002
This review is from: A Programmer's Guide to .NET (Paperback)
This book gives a good understanding of what .NET is and what you can do with .NET classes. It is a good reading for all who wants to develop .NET application or study VB .NET, C# .NET, etc - before creating applications, you need to understand the appropriate platform, and this book definitely can help with it. I am not a novice in programming, and found it very useful.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Skips theories and gets right down to semantics of .NET, January 9, 2003
This review is from: A Programmer's Guide to .NET (Paperback)
The book covers most of the building blocks of the .NET platform, such as the Language Runtime, Framework Class Library, ASP .NET Web Form, Server and HTML Controls, Windows Forms, GDI, ADO .NET, XML and Web Services.

The book's style is more like a manual due to the abundant use of bullet points. It's good for those who'd like to skip the theories and get down to the semantics of the .NET platform fast.

It does not stand out compared with some other .NET books because it does not go deep enough in each topic. Sometimes, I feel like reading an abridged version of the Visual Studio Online Help Topics with simple sample codes added.

I'd like to suggest that practical, more in-depth solutions be provided as examples for using the .NET platform. -- Reviewed by Timothy D.

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
 


Active discussions in related forums
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