Dotnetcat » .NET Books » C# books

Sort by:

.NET Domain-Driven Design with C#: Problem - Design - Solution (Programmer to Programmer)

Author: Tim McCarthy
List price: $39.99
Amazon price: $6.41   Book details at Amazon.com
Average rating: 3.5 / 8 (8 reviews)
Publisher: Wrox (28 April 2008)

As the first technical book of its kind, this unique resource walks you through the process of building a real-world application using Domain-Driven Design implemented in C#. Based on a real application for an existing company, each chapter is broken down into specific modules so that you can identify the problem, decide what solution will provide the best results, and then execute that design to solve the problem. With each chapter, you'll build a complete project from beginning to end.

Head First C#: A Learner's Guide to Real-World Programming with Visual C# and .NET (Head First Guides)

Authors: Andrew Stellman, Jennifer Greene
List price: $49.99
Amazon price: $31.25   Book details at Amazon.com
Average rating: 4.0 / 85 (85 reviews)
Publisher: O'Reilly Media (21 May 2010)

You want to learn C# programming, but you're not sure you want to suffer through another tedious technical book. You're in luck: Head First C# introduces this language in a fun, visual way. You'll quickly learn everything from creating your first program to learning sophisticated coding skills with C# 4.0, Visual Studio 2010 and .NET 4, while avoiding common errors that frustrate many students.

The second edition offers several hands-on labs along the way to help you build and test programs using skills you've learned up to that point. In the final lab, you'll put everything together. From objects to garbage collection and from exceptions to interactions, you'll learn C# in a way that engages and entertains your brain. Here are a few of the topics you'll learn:

  • Start by building a useful application with pre-built components in Visual Studio 2010
  • Discover how objects work, using real-world examples
  • Store numbers, text, and other basic data types using primitives
  • Save complex data in files and databases with great C# tools
  • Build intuitive and easy-to-use interfaces by following simple rules
  • Design your code to catch exceptions -- things you don't expect
  • Develop good programming habits, such as refactoring code and applying unit tests
  • Learn how web services put your programs in touch with the rest of the world
  • Make it easy for other people to install your software

Microsoft Visual C# 2010 Step by Step

Author: John Sharp
List price: $44.99
Amazon price: $24.99   Book details at Amazon.com
Average rating: 4.0 / 3 (3 reviews)
Publisher: Microsoft Press (24 March 2010)

Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application development environment. You'll learn how to use Microsoft Visual Studio® 2010 and Microsoft .NET Framework 4.0; develop a solid, fundamental understanding of C# language features; and then get to work creating actual components and working applications for the Windows® operating system. You'll also delve into data management technologies and Web-based applications.

TCP/IP Sockets in C#: Practical Guide for Programmers (The Practical Guides)

Authors: David Makofske, Michael J. Donahoo, Kenneth L. Calvert
List price: $28.95
Amazon price: $15.10   Book details at Amazon.com
Average rating: 4.5 / 13 (13 reviews)
Publisher: Morgan Kaufmann (13 May 2004)

"TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks. It is a unique combination of well written concise text and rich carefully selected set of working examples. For the beginner of network programming, it's a good starting book; on the other hand professionals could also take advantage of excellent handy sample code snippets and material on topics like message parsing and asynchronous programming."
Adarsh Khare, SDT, .Net Frameworks Team, Microsoft Corporation
The popularity of the C# language and the .NET framework is ever rising due to its ease of use, the extensive class libraries available in the .NET Framework, and the ubiquity of the Microsoft Windows operating system, to name a few advantages. TCP/IP Sockets in C# focuses on the Sockets API, the de facto standard for writing network applications in any programming language. Starting with simple client and server programs that use TCP/IP (the Internet protocol suite), students and practitioners quickly learn the basics and move on to firsthand experience with advanced topics including non-blocking sockets, multiplexing, threads, asynchronous programming, and multicasting. Key network programming concepts such as framing, performance and deadlocks are illustrated through hands-on examples. Using a detailed yet clear, concise approach, this book includes numerous code examples and focused discussions to provide a solid understanding of programming TCP/IP sockets in C#.
Features
*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout
*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly
*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets
*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book's companion web site
*Tutorial-based instruction in key sockets programming techniques complemented by numerous code examples throughout
*Discussion moves quickly into the C# Sockets API definition and code examples, desirable for those who want to get up-to-speed quickly
*Important coverage of "under the hood" details that developers will find useful when creating and using a socket or a higher level TCP class that utilizes sockets
*Includes end-of-chapter exercises to facilitate learning, as well as sample code available for download at the book's companion web site

Build Your Own ASP.Net 3.5 Web site Using C# & VB

Authors: Cristian Darie, Wyatt Barnett
List price: $44.95
Amazon price: $29.61   Book details at Amazon.com
Average rating: 4.5 / 47 (47 reviews)
Publisher: SitePoint (24 September 2008)

ASP.NET allows Web Developers to create dynamic, interactive Websites very efficiently thanks to multiple built-in controls and features built into the ASP.NET language.

ASP.NET 3.5 is a great leap forward since its first incarnation. In addition to a massively improved performance, it also provides much more to aid developers' productivity, including better AJAX integration and new ListView and DataPager controls. The third edition of this book reflects all these changes, as well as Visual Studio 2008.

Readers liked the original books for their comprehensive coverage, liberal code samples, and the practicality of developing an entire intranet application using freely available tools and software.

Programming C#: Building .NET Applications with C#

Author: Jesse Liberty
List price: $44.95
Amazon price: $14.99   Book details at Amazon.com
Average rating: 4.0 / 210 (210 reviews)
Publisher: O'Reilly Media (22 February 2005)

The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers discover its strength and flexibility. And, from the start, C# developers have relied on Programming C# both as an introduction to the language and a means of further building their skills.
The fourth edition of Programming C#--the top-selling C# book on the market--has been updated to the C# ISO standard as well as changes to Microsoft's implementation of the language. It also provides notes and warnings on C# 1.1 and C# 2.0.
Aimed at experienced programmers and web developers, Programming C#, 4th Edition, doesn't waste too much time on the basics. Rather, it focuses on the features and programming patterns unique to the C# language. New C# 2005 features covered in-depth include:

  • Visual Studio 2005
  • Generics
  • Collection interfaces and iterators
  • Anonymous methods
  • New ADO.NET data controls
  • Fundamentals of Object-Oriented Programming
Author Jesse Liberty, an acclaimed web programming expert and entrepreneur, teaches C# in a way that experienced programmers will appreciate by grounding its applications firmly in the context of Microsoft's .NET platform and the development of desktop and Internet applications.
Liberty also incorporates reader suggestions from previous editions to help create the most consumer-friendly guide possible.

Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 (Expert's Voice in .Net)

Author: Gordon Hogenson
List price: $59.99
Amazon price: $17.37   Book details at Amazon.com
Average rating: 5.0 / 1 (1 reviews)
Publisher: Apress (15 September 2008)

Foundations of C++/CLI: The Visual C++ Language for .NET 3.5 introduces C++/CLI, Microsoft’s extensions to the C++ syntax that allow you to target the common language runtime, the key to the heart of the .NET Framework 3.5. This book gives you a small, fast–paced primer that will kick–start your journey into the world of C++/CLI. In 13 no–fluff chapters, Microsoft insiders take readers into the core of the C++/CLI language and explain both how the language elements work and how Microsoft intends them to be used.

This book is a beginner’s guide, but it assumes a familiarity with programming basics. And it concentrates on explaining the aspects of C++/CLI that make it the most powerful and fun language of the .NET Framework. As such, this book is ideal if you’re thinking of migrating to C++/CLI from another language. By the end of this book, you’ll have a thorough grounding in the core language elements together with the confidence to explore further that comes from a solid understanding of a language’s syntax and grammar.

What you’ll learn
  • The basics of C++/CLI
  • The object–oriented features of C++/CLI
  • How C++/CLI sits within the .NET Framework 3.5
  • How to create C++/CLI programs
  • Using STL/CLR

Who is this book for

Developers wanting to learn C++/CLI

Core C# and .NET: The Complete and Comprehensive Developer's Guide to C# 2.0 and .NET 2.0

Author: Stephen C. Perry
List price: $59.99
Amazon price: $10.45   Book details at Amazon.com
Average rating: 4.0 / 11 (11 reviews)
Publisher: Prentice Hall (16 September 2005)

Since its release not quite three years ago, C# has rapidly gained wide usage. This book is written for C# 2.0, covering all the new features in 2.0, including generics. In addition to its coverage of C#, it also provides information on the .NET Framework and classes that C# interacts with. Every chapter includes questions and answers along with suggested projects.

C# 4.0 in a Nutshell: The Definitive Reference

Authors: Joseph Albahari, Ben Albahari
List price: $49.99
Amazon price: $31.48   Book details at Amazon.com
Average rating: 4.5 / 16 (16 reviews)
Publisher: O'Reilly Media (26 January 2010)

What people are saying about C# 4.0 in a Nutshell

"C# 4.0 in a Nutshell is one of the few books I keep on my desk as a quick reference. It is a book I recommend." --Scott Guthrie, Corporate Vice President, .NET Developer Platform, Microsoft Corporation

"A must-read for a concise but thorough examination of the parallel programming features in the .NET Framework 4." --Stephen Toub, Parallel Computing Platform Program Manager, Microsoft

"This wonderful book is a great reference for developers of all levels." -- Chris Burrows, C# Compiler Team, Microsoft

When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0.

  • Get up to speed on C# language basics, including syntax, types, and variables
  • Explore advanced topics such as unsafe code and preprocessor directives
  • Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters
  • Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model
  • Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability

Expert Visual C++/CLI: .NET for Visual C++ Programmers (Expert's Voice in .NET)

Author: Marcus Heege
List price: $64.99
Amazon price: $42.00   Book details at Amazon.com
Average rating: 5.0 / 4 (4 reviews)
Publisher: Apress ( 9 April 2007)

C++/CLI is Microsofts latest extension to C++ that targets the heart of .NET 2.0, the common language runtime. Expert Visual C++/CLI is written by visual C++ MVP Marcus Heege, who examines the core of the C++/CLI language. He explains both how the language elements work and how Microsoft intends them to be used.

Even if youre new to C++/CLI but are planning to migrate to it from another language, this book will ground you in the core language elements and give you the confidence to explore further and migrate effectively. It provides concise, yet in-depth coverage of all major C++/CLI features: short code examples succinctly illustrate syntax and concepts, and more elaborate examples show how C++/CLI should be used.