Amazon.com: C# Unleashed (9780672321221): Joseph Mayo: 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
C# Unleashed
 
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.

C# Unleashed [Paperback]

Joseph Mayo (Author)
4.3 out of 5 stars  See all reviews (34 customer reviews)

List Price: $49.95
Price: $34.18 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.77 (32%)
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 (more on the way).
Want it delivered Tuesday, February 28? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback $34.18  

Book Description

November 24, 2001 067232122X 978-0672321221 1

Part I provides the most basic elements of C# language syntax.

Part II covers object and component programming in C#.

Part III introduces several of the class libraries available to C#.

Part IV gives those advanced topics for extreme performance and enterprise programming projects.

Part V goes into depth on the C# environment. Included are garbage collection and the effects on a program., cross-language development, the common language runtime, versioning and assemblies, and providing security for your programs.

Part VI is the Appendix. It has supplementary material on compiling programs, an overview of .NET Class Library components, and some other resources that may be of interest.


Customers Who Bought This Item Also Bought


Editorial Reviews

From the Back Cover

Part I provides the most basic elements of C# language syntax.

Part II covers object and component programming in C#.

Part III introduces several of the class libraries available to C#.

Part IV gives those advanced topics for extreme performance and enterprise programming projects.

Part V goes into depth on the C# environment. Included are garbage collection and the effects on a program., cross-language development, the common language runtime, versioning and assemblies, and providing security for your programs.

Part VI is the Appendix. It has supplementary material on compiling programs, an overview of .NET Class Library components, and some other resources that may be of interest.

About the Author

Joe Mayo is a pioneer within the C# community. Joe created the C# Station Web site shortly after this new language was introduced. His very popular C# Tutorials are accessed by Web developers and Web sites throughout the world. Joe is a seasoned developer with more than 15 years of robust experience. Over the years, he has programmed in a variety of languages including assembler, C, C++, VBA, and Forte 4GL. His database experience encompasses Paradox, Dbase III, MS Access, and Oracle. Frameworks include MFC and Motif. He has programmed several operating systems including VAX VMS, RSX-11, UNIX, and several versions of MS-DOS and MS Windows. He has developed applications in standalone mode for desktops, client-server on LANs, and n-tier applications on LANs and WANs. Joe opened a Web site titled C# Station in late June 2000. He is currently a software engineer for Qwest Communications.


Product Details

  • Paperback: 816 pages
  • Publisher: Sams; 1 edition (November 24, 2001)
  • Language: English
  • ISBN-10: 067232122X
  • ISBN-13: 978-0672321221
  • Product Dimensions: 9.1 x 7.4 x 1.7 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (34 customer reviews)
  • Amazon Best Sellers Rank: #546,658 in Books (See Top 100 in Books)

More About the Author

Joe Mayo has been developing software since 1986. His experience includes an assortment of main-frame, desktop, and web development on different operating systems, including UNIX and Windows. He got started in the early days of .NET, back in July 2000, when .NET was still a pre-beta product. These days, Joe operates Mayo Software Consulting, Inc., a small business with a skilled team of developers serving customers with custom software development and specializing in Microsoft .NET technology.

In addition to professional activities, Joe enjoys contributing to the community. He operates the C# Station web site, blogs, twitters, and posts to various .NET-related forums. His books include LINQ Programming/McGraw-Hill, C# 3.0 Unleashed: with the .NET Framework 3.5/Sams, ASP.NET 2.0 MVP Hacks and Tips/Wrox (co-author), C# Builder Kick Start/Sams, and C# Unleashed/Sams. Joe is honored for having received multiple Microsoft MVP awards.

 

Customer Reviews

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

20 of 20 people found the following review helpful:
5.0 out of 5 stars An excellent addition to your shelf, December 7, 2001
This review is from: C# Unleashed (Paperback)
C# Unleashed provides outstanding coverage of a wide variety of C# topics. This book goes all the way from the language syntax on up to ASP.NET and Remoting, an excellent addtion to your shelf referance.

One of the things I really liked about this book is its use of the command line compiler in many examples. It shows the "secret magic" of trying to get a project to compile as a DLL vs. EXE (Which if you've ever used VS.NET and want to change it after starting a project is very difficult without this knowledge!).

Another thing I truly enjoyed about this book is it's strong emphasis on writing code. I've read the Wrox C# books and all they cover is Drag And Drop in Visutal Studio.NET to work with databases and windows forms. This book actually goes into the CODE of writing a C# application.

If you really want to learn C# this is an outstanding book all around!

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


14 of 14 people found the following review helpful:
4.0 out of 5 stars The book I would buy for beginners, July 11, 2002
This review is from: C# Unleashed (Paperback)
Being well schooled in C++ and Java, my first reaction to C# was one of skepticism. To me, it was a language that was redundant and unneeded. However, as I delved deeper into the features, my feelings changed a great deal. Now, I am devoting my personal training time to delving as deeply as possible into C# and if I go back to managing development, will use it over C++. This is also the book that I would purchase for anyone who is a beginner in the language.
Like all good authors of programming books, Mayo spends little time on programming basics such as control constructs and operators. Very few potential readers have not used them, so the briefest of mentions is adequate. In my surveys of programmers who read books about new languages, nearly all say they skim or skip such sections. I found the presentation sequence to be logical, as one topic follows another in a sensible order. The demonstrative examples are small and effective, although an occasional larger one that integrates several topics would have helped. The breadth of coverage is broader than what is done in most beginning books. There are sections on multi-threading, reflection, performance modeling, creating resource files and optimizing the garbage collector among others. While short, these sections demonstrate some of the power built into the language.
If I was required to choose a book for a programming class in C#, this would be the one. The only drawback would be the lack of exercises, but beyond that, I can find little fault with it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars C# Unleashed, July 13, 2002
By 
"lenphoenix" (Phoenix, Arizona United States) - See all my reviews
This review is from: C# Unleashed (Paperback)
This is one of the first books that I read on C#. I continually come back to this book when I want to get some information quickly. The explanations are very clear and the examples illustrate the concepts. Considering the huge size of Visual Studio.Net, no book can cover all topics in complete detail. That would require a set of volumes of encyclopedic dimensions.
C# unleashed gives a Programmer with some background in a modern
object oriented language a pretty good idea of the C# language

and how it can be used. Another feature I like is the appendix
which lists the command line compile options. These are also
illustrated in the examples throughout the book.

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



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

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



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject