home

Softsteel Solutions

About Us Contact Us Newsletter Training
Tutorials
 

Books on C#

There are now lots of books available on C#, and we can't pretend to keep up with them. So these pages provide a view onto the Amazon list (in this case Amazon.co.uk), updated daily through the Amazon web services API. Please let us know if you find any problems with it.

Sort By: rating+ | title+ | price+ | date+ | publisher+ Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
book cover
Build Your Own ASP.NET 2.0 Web Site Using C# and VB, 2nd Edition
Author(s): Cristian Darie, Zak Ruvalcaba
Publisher: SITEPOINT
Publish date: - unspecified -
Price: 30.99 GBP
Average Score: 5 (from 14 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
The Applied Microsoft® .NET Framework Programming in C# Collection (Pro-Developer (Paperback))
Author(s): Jeffrey Richter (Wintellect)
Publisher: MICROSOFT PRESS
Publish date: - unspecified -
Price: 50.86 GBP
Average Score: 5 (from 12 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
LINQ in Action
Author(s): Fabrice Marguerie, Steve Eichert, Jim Wooley
Publisher: Manning Publications
Publish date: - unspecified -
Price: 27.19 GBP
Average Score: 5 (from 3 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, 2nd Edition
Author(s): Matthew MacDonald
Publisher: APRESS
Publish date: - unspecified -
Price: 32.29 GBP
Average Score: 5 (from 3 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Pro C# With .NET 3.0 Special Edition (Expert's Voice in .Net)
Author(s): A Troelsen
Publisher: APRESS
Publish date: - unspecified -
Price: 40.99 GBP
Average Score: 5 (from 2 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
.NET Internationalization: The Developer's Guide to Building
Author(s): Guy Smith-Ferrier
Publisher: Addison Wesley
Publish date: - unspecified -
Price: 35.99 GBP
Average Score: 5 (from 2 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
GDI+ Programming in C# and VB .NET (Net Developer Series)
Author(s): Nick Symmonds
Publisher: APRESS
Publish date: - unspecified -
Price: 43 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Silverlight 2 in Action
Author(s): Chad Campbell, John Stockton
Publisher: Manning Publications
Publish date: - unspecified -
Price: 27.19 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Windows Developer Power Tools: Turbocharge Windows development with more than 170 free and open source tools
Author(s): James Avery, Jim Holmes
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 29.75 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .Net)
Author(s): Bipin Joshi
Publisher: APRESS
Publish date: - unspecified -
Price: 27.99 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
WPF Recipes in C# 2008: A Problem-Solution Approach (Recipes: A Problem-solution Approach)
Author(s): S; Bourton, S; Jones, A Noble
Publisher: APRESS
Publish date: - unspecified -
Price: 28.89 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# Visual Quickstart Guide (Visual QuickStart Guides)
Author(s): Jose Mojica
Publisher: Peachpit Press
Publish date: - unspecified -
Price: 11.21 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# for Students
Author(s): Douglas Bell, Mike Parr
Publisher: Addison Wesley
Publish date: - unspecified -
Price: 42.74 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# 3.0 Pocket Reference: Instant Help for C# 3.0 Programmers (Pocket Reference (O'Reilly))
Author(s): Joseph Albahari, Ben Albahari
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 6.99 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# Programmer's Handbook
Author(s): Gregory S. MacBeth
Publisher: APRESS
Publish date: - unspecified -
Price: 18.81 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
The .NET Languages: A Quick Translation Guide (.Net Developer)
Author(s): Brian Bischof
Publisher: APRESS
Publish date: - unspecified -
Price: 21.5 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 1 to 3 weeks
Description:

For Visual Basic and C# programmers facing Microsoft's new platform, The .NET Languages: A Quick Translation Guide offers an extremely useful comparison of three languages: Visual Basic 6, Visual Basic .NET, and C#. With nearly indispensable code snippets that show central language features at work, this book offers an excellent resource for getting up to speed with .NET in record time.

The just-the-facts approach in this text is its best feature. By keeping the commentary to a minimum, this book gets you to what you need to know quickly. The author shows how specific language features are implemented in three different languages, beginning with basic constructs such as data types and flow control statements. Technically, both Visual Basic .NET and the new C# are equal partners in Visual Studio .NET. This book can save significant time for two types of users: those moving from the VB 6 to VB.NET and those thinking about upgrading their VB skills to C# (an option, now that the languages are so close).

The book does a good job comparing the use of common class design constructs for methods and properties and how to use inheritance and interfaces. This material will likely justify the cover price of this book for many readers as it is tricky to get right, and each of the new .NET languages uses slightly different keywords and conventions when it comes to class design.

Later chapters cover essential .NET APIs with code snippets that will also help you save time. In particular, we liked how the author illustrates how to get started with ADO.NET and databases. Also useful here is a section on COM interoperability with .NET (as this is likely to be a common programming chore).

By keeping explanations short and sweet and letting short code excerpts (along with their short complete programs) do most of the talking, the author has devised a very useful text, one that can demystify what's new and different about .NET for any VB or C# programmer. Timely, concise and deftly organised, this title is a perfect choice for those who like to learn new programming languages by example. Few programming titles can claim to be as immediately useful as this one. --Richard Dragan

book cover
Beginning C# Objects: From Concepts to Code
Author(s): Jacquie; Palmer, Grant Barker
Publisher: APRESS
Publish date: - unspecified -
Price: 31.5 GBP
Average Score: 5 (from 1 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Beginning ASP 3.0 (Programmer to Programmer)
Author(s): David Buser, John Kauffman, Juan T. Llibre, Brian Francis, Dave Sussman, Chris Ullman, Jon Duckett
Publisher: John Wiley & Sons
Publish date: - unspecified -
Price: 18.84 GBP
Average Score: 4.5 (from 17 reviewers)
Amazon availability: Usually dispatched within 24 hours
Description:

The 1,200-page Beginning Active Server Pages 3.0 starts predictably with an explanation of ASP--Active Server Pages--and why they are a Good Thing. It covers installing and testing IIS 5.0, and then you are ready to write your first ASP example--all in chapter one. Next you learn about client and server side scripting followed by chapter on variables; control structures; objects, properties and events; cookies, the all-important error handling and so on all the way up to creating a working ASP-based database application. COM+, ADO and XML are covered en route, and the result is a considered and well- constructed course in ASP for professionals.

One of the strengths of Beginning Active Server Pages 3.0 is the feeling it gives that the authors have been there before you. (Six authors are credited, complete with the usual pictures that grace the covers of Wrox titles-- why aren't programmers more photogenic?) Their experience shows through most clearly in the gotchas and practical debugging advice peppered through the book.

If you're already creating HTML pages and want to extend your skills into the more lucrative corporate Web sector--a major stronghold of ASP--then you'll want to work your way through this book. -- Steve Patient

book cover
MCAD / MCSD Training Guide: Exam 70-320: Developing XML Web Services and Server Components with Visual C#.NET and the .NET Framework
Author(s): Amit Kalani
Publisher: QUE
Publish date: - unspecified -
Price: 42.88 GBP
Average Score: 4.5 (from 16 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
CLR Via C#: Applied .NET Framework 2.0 Programming
Author(s): Jeffrey Richter (Wintellect)
Publisher: MICROSOFT PRESS
Publish date: - unspecified -
Price: 29.74 GBP
Average Score: 4.5 (from 9 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Programming Windows Presentation Foundation
Author(s): Chris Sells, Ian Griffiths
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 18.53 GBP
Average Score: 4.5 (from 6 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
UML 2.0 in a Nutshell (In a Nutshell (O'Reilly))
Author(s): Dan Pilone, Neil Pitman
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 16.22 GBP
Average Score: 4.5 (from 5 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Programming .NET Components: Design and Build .NET Applications Using Component-Oriented Programming
Author(s): Juval Lowy
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 20.77 GBP
Average Score: 4.5 (from 4 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Visual C# 2005 Recipes: A Problem-Solution Approach: A Problem-solving Approach
Author(s): Allen; MacDonald, Matthew; Rajan, Rakesh Jones
Publisher: APRESS
Publish date: - unspecified -
Price: 33.99 GBP
Average Score: 4.5 (from 3 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# Class Design Handbook: Coding Effective Classes
Author(s): Richard Conway
Publisher: APRESS
Publish date: - unspecified -
Price: 28.5 GBP
Average Score: 4.5 (from 3 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Pro ASP.NET 2.0 E-Commerce in C# 2005 (Expert's Voice in .Net)
Author(s): Paul Sarknas
Publisher: APRESS
Publish date: - unspecified -
Price: 40.99 GBP
Average Score: 4.5 (from 3 reviewers)
Amazon availability: Usually dispatched within 1 to 3 weeks
book cover
Programming WCF Services
Author(s): Juval Lowy
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 23.08 GBP
Average Score: 4 (from 5 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
Head First C# (Brain-Friendly Guides)
Author(s): Andrew Stellman, Jennifer Greene
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 21.69 GBP
Average Score: 4 (from 5 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
SQL Server CE Database Development with the .NET Compact Framework (Expert's Voice)
Author(s): Rob Tiffany
Publisher: APRESS
Publish date: - unspecified -
Price: 32 GBP
Average Score: 4 (from 5 reviewers)
Amazon availability: Usually dispatched within 24 hours
book cover
C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
Author(s): Joseph Albahari, Ben Albahari
Publisher: O'Reilly Media, Inc.
Publish date: - unspecified -
Price: 21.69 GBP
Average Score: 4 (from 3 reviewers)
Amazon availability: Usually dispatched within 12 to 14 days
 

C# Tutorial