#1,239 in Computers & technology books

Reddit mentions of The C# Programming Language (Covering C# 4.0) (4th Edition) (Microsoft Windows Development Series)

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of The C# Programming Language (Covering C# 4.0) (4th Edition) (Microsoft Windows Development Series). Here are the top ones.

The C# Programming Language (Covering C# 4.0) (4th Edition) (Microsoft Windows Development Series)
Buying options
View on Amazon.com
or
Specs:
Height9.75 Inches
Length8 Inches
Number of items1
Weight3.5714886444 Pounds
Width2 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on The C# Programming Language (Covering C# 4.0) (4th Edition) (Microsoft Windows Development Series):

u/nickworks · 3 pointsr/learnprogramming

Console applications are a great place to start. Then you can eventually move on to WPF applications or XNA games.

Here are some resources to get you started:

u/Freonr2 · 2 pointsr/csharp

This is an excellent primer:
www.amazon.com/Programming-Language-Covering-Microsoft-Development/dp/0321741765/

It covers the technical details like data types and built in functions of the language itself, some basics on patterns, and is heavily annotated by several different well-respected developers to give you some perspective and historical anecdotes about quirks.

u/[deleted] · 1 pointr/learnprogramming

Here's the two books:

The C# Programming Language

Microsoft Visual C# Step by Step

I would like to program applications and games. I figured C# might be a good place to start as its apparently very similar to Java and C++? Making it easier for you to learn those languages later on.

EDIT: Also what was swaying me towards The C# Programming Language book was that it is authored by the founders of the C# language.