11 used & new from £2.89

Have one to sell? Sell yours here
 
 
Inside C#
 
 

Inside C# (Paperback)

by Tom Archer (Author) "In the first edition of Inside C# (Microsoft Press, 2001), the first two chapters gave an overview of object-oriented programming and the .NET environment ..." (more)
3.2 out of 5 stars  See all reviews (6 customer reviews)

Available from these sellers.


2 new from £54.37 9 used from £2.89

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   C# opens new browser window
Microsoft.com/VisualStudio  -  Try Visual Studio® 2010 Beta For Free. Quick & Easy Download! 
   Design Patterns Training opens new browser window
www.InnerWorkings.com/catalog  -  For .NET developers and teams 35% off .NET training IWOFFER35 
   C# and ASP.NET tool opens new browser window
www.jetbrains.com/resharper  -  ReSharper. Productivity add-in to VS.NET for C# and ASP developers 
  
 

Customers Who Bought This Item Also Bought

Microsoft® ASP.NET 2.0 Step By Step (Step by Step (Microsoft))

Microsoft® ASP.NET 2.0 Step By Step (Step by Step (Microsoft))

by George Shepherd
2.0 out of 5 stars (2)  £23.79
Explore similar items

Product details

  • Paperback: 600 pages
  • Publisher: Microsoft Press,U.S.; 2nd Revised edition edition (1 April 2002)
  • Language English
  • ISBN-10: 0735616485
  • ISBN-13: 978-0735616486
  • Product Dimensions: 22.6 x 18.5 x 4.3 cm
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 921,841 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review

Aimed at those with some previous programming experience, Inside C# shows developers the unique strengths, advantages and tips for coding with C#. This fast-paced and in-depth tutorial will let you use Microsoft's newest programming language on the emerging .NET platform successfully.

The outstanding strength of this text is its in-depth language tutorial on C#, with complete coverage of basic and advanced object-oriented programming techniques. New language features such as properties, indexers and attributes get full coverage, alongside the basics of using classes and inheritance.

The book relies on using Visual Studio 6.0 and the command-line .NET tools for running programs. (Visual Studio.NET, the next version of Visual Studio, was unavailable when the book was written.) First to market with an in-depth language tutorial, the focus of Inside C# is on basic and advanced language features. By viewing generated code (using the ILDASM disassembler tool), the author examines how class design features work under the hood.

The language tutorial digs into features, beginning with a "Hello World" program and delving into class design features before moving on to more basic features like expressions, operators and flow control. This sequence makes the book best suited to the experienced developer, since some excellent in-depth material on the most advanced features of C# is presented before the basics of the language. Throughout, you'll learn the newest features of the language, how to use it, and a sense of its personality.

There's also plenty of material on the underlying Microsoft .NET platform, from the basics of the Common Language Runtime (CLR) to assemblies (used to deploy .NET applications), plus getting older COM components to inter-operate with the newer .NET standard.

For anyone who's programmed before and wants to learn C# quickly, this in-depth guide anchored with plenty of short, effective examples provides what you need. Inside C# shows off the unique strengths of this new and exciting language and provides a solid introduction to the .NET platform. --Richard Dragan

Topics covered:

  • introduction to C# and the Microsoft .NET Framework platform
  • tutorial for object-oriented programming
  • a "Hello World" program in C#
  • command-line .NET tools (including the C# compiler and the ILDASM disassembler)
  • C# types
  • boxing and unboxing variables
  • in-depth guide to C# class design (including members and methods, constructors, constants and read-only fields and inheritance)
  • method overloading
  • virtual and static methods
  • properties
  • arrays
  • indexers
  • attributes
  • interfaces (declaring and implementing interfaces, plus interfaces combined with inheritance)
  • expressions and operators in C# (including operator precedence)
  • program flow control
  • exception handling classes and techniques
  • operator overloading
  • delegates and event handlers
  • multithreaded programming techniques (including thread safety and synchronisation)
  • C# reflection and metadata
  • using unmanaged code and pointers from within C#
  • COM interoperability
  • assemblies and deployment in C#
--This text refers to an out of print or unavailable edition of this title.


Product Description

Take a detailed look at the internal architecture of the groundbreaking C# language with this architectural reference. It s fully updated with information about the Microsoft #174; .NET platform and Microsoft Visual Studio #174; .NET. It s packed with sample code and demo applications to show you exactly how to develop with C#. You ll explore this advanced language and its design parameters and construction to gain a complete understanding of how it works and why it works that way. Topics covered include: C# CLASS FUNDAMENTALS Building C# applications and libraries The .NET type system Classes and structs Methods, properties, arrays, indexers, and attributes Interfaces WRITING CODE Expressions and operators Program flow control String handling and regular expressions File I/O with streams Error handling with exceptions Operator overloading and user-defined conversions Delegates and event handlers Documentation with XML ADVANCED C# Numerical processing and the Math class Collections and object enumeration Multithreaded programming Querying metadata with reflection Deterministic finalization and the Dispose pattern Pinning and memory management Using COM from C# applications .N ET components in unmanaged code Incorporating security CD-ROM FEATURES: A fully searchable electronic copy of the book Sample code in C# (also available at www.microsoft.com/mspress/books/5861.asp)

Inside This Book (Learn More)
First Sentence
In the first edition of Inside C# (Microsoft Press, 2001), the first two chapters gave an overview of object-oriented programming and the .NET environment. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
csharp

Your tags: Add your first tag
 


 

Customer Reviews

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

 
5 of 5 people found the following review helpful:
1.0 out of 5 stars Inside C# - Don't Buy!, 10 Oct 2002
The statement on the back of the book "Get in-depth architectural information about the new object oriented language for Microsoft.NET" is misleading. The book is merely a poorly written and organised C# fundamentals book.

I would recommend either the "Microsoft Visual C# .NET step by step" book as a very good introductory text or "C# and the .NET Platform" which covers the C# language and some of the key technical and architectural issues for .NET developers.

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



 
5 of 7 people found the following review helpful:
3.0 out of 5 stars Introductory for OO developers, 12 Jun 2001
Okay coming from MS press, i thought it w'd deal with advanced C# with .NET concepts. To my disappointement it was'nt so. No Winforms / whatever. If u have been doing Java / C++ for sometime now, then this w'd be a introductory book. You don't want to be taught about inheritance/ polymorphism and stuff like that But it c'd prove to be useful as a syntax reference. But this book is highly recommended for OO beginners who want to do C#...probably the best one for that. So OO guys please look out for another one (i'm eagerly awaiting a book from Apress, titled C# and .NET by Andrew Koelsen).
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 4 people found the following review helpful:
1.0 out of 5 stars Misleading Title and Indifferent Content, 14 May 2002
By J. Clarke (Edinburgh, UK) - See all my reviews
(REAL NAME)   
First the book is clearly not the 'detailed look at the internal architecture of the groundbreaking new C# language' that it claims to be.

Despite this claim, the book also claims to be accessible to anyone with experience in one of the 'C' family of languages (including non OO programmers). The book embarks on a poorly put together lightning exploration of OO, which will be irrelevant to anyone with any OO experience at all and incomprehensible to anyone else.

The rest of the book is a fairly standard step by step examination of C# language features with a brief foray into MSIL (hence, presumably, the justification for 'In Depth').

The description of language features is an adequate reference, but the author's attempts at describing good program style are probably best avoided.

I am hoping there will be a good C# book soon...

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

5.0 out of 5 stars Great book on C#
One of the few books out there which concentrates only on C#. Explains the language thorougly. Well structured , though people not interested in MSIL will be a little irritated... Read more
Published on 26 Jul 2002

4.0 out of 5 stars A good reference
Tom Archer's book makes a very good reference. Like many of the other c# books on the market it covers core c# as opposed to c#'s use within the .net framework. Read more
Published on 16 Jun 2001 by ranger_conway

5.0 out of 5 stars The petzold for C#
The best C# book out in the market. Covers the language and doesn'nt fills up pages describing the development environment. Read more
Published on 30 May 2001 by mohan_gurusamy@mitel.com

Only search this product's reviews



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
 

   


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

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