Martin Heller
Contributing Writer

Books for Learning C# 3.0

analysis
Jan 9, 20082 mins

I was surprised at how much the additions to C# 3.0 have changed (and improved) the C# language. Yes, C# 3.0 is backward-compatible, so older C# programs will still work, but using LINQ and the other new features can make a big difference in your new code. It's worth learning the new material. I currently have four books from O'Reilly that cover C# 3.0, including LINQ, lambda expressions, extension methods, impl

I was surprised at how much the additions to C# 3.0 have changed (and improved) the C# language. Yes, C# 3.0 is backward-compatible, so older C# programs will still work, but using LINQ and the other new features can make a big difference in your new code. It’s worth learning the new material.

I currently have four books from O’Reilly that cover C# 3.0, including LINQ, lambda expressions, extension methods, implicitly typed variables, and more. Here’s a quick listing for each of them:

Programming C# 3.0
Programming C# 3.0 , Fifth Edition

This thoroughly updated tutorial for beginning to intermediate programmers covers C# 3.0 and the newest .NET platform for developing Windows and web applications. Now in its fifth edition…

C# 3.0 Design Patterns
C# 3.0 Design Patterns

Want to speed up the development of your .NET applications? Tackle common programming problems with C# design patterns. This guide explains what design patterns are and why they’re used…

C# 3.0 Cookbook
C# 3.0 Cookbook , Third Edition

Completely updated for C# 3.0 and the .NET 3.5 platform, the new edition of this bestseller offers more than 250 code recipes to common and not-so-common problems…

Head First C#
Head First C#

Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers Visual C# 2008, Visual Studio 2008,…

I’m told that C# 3.0 in a Nutshell , Third Edition covers LINQ in more detail than Programming C# 3.0 , Fifth Edition, but I don’t yet have a copy of the Nutshell book.

Martin Heller

Martin Heller is a contributing writer at InfoWorld. Formerly a web and Windows programming consultant, he developed databases, software, and websites from his office in Andover, Massachusetts, from 1986 to 2010. From 2010 to August of 2012, Martin was vice president of technology and education at Alpha Software. From March 2013 to January 2014, he was chairman of Tubifi, maker of a cloud-based video editor, having previously served as CEO.

Martin is the author or co-author of nearly a dozen PC software packages and half a dozen Web applications. He is also the author of several books on Windows programming. As a consultant, Martin has worked with companies of all sizes to design, develop, improve, and/or debug Windows, web, and database applications, and has performed strategic business consulting for high-tech corporations ranging from tiny to Fortune 100 and from local to multinational.

Martin’s specialties include programming languages C++, Python, C#, JavaScript, and SQL, and databases PostgreSQL, MySQL, Microsoft SQL Server, Oracle Database, Google Cloud Spanner, CockroachDB, MongoDB, Cassandra, and Couchbase. He writes about software development, data management, analytics, AI, and machine learning, contributing technology analyses, explainers, how-to articles, and hands-on reviews of software development tools, data platforms, AI models, machine learning libraries, and much more.

More from this author