#10 in Microsoft NET books
Use arrows to jump to the previous/next product

Reddit mentions of C# in Depth

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of C# in Depth. Here are the top ones.

C# in Depth
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.25 inches
Length7.38 inches
Number of items1
Weight1.57850979592 Pounds
Width0.85 inches

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

Shuffle: random products popular on Reddit

Found 2 comments on C# in Depth:

u/icewatersteam ยท 13 pointsr/programming

As you've already guessed C# really rules the roost for windows programming. If your starting out to learn C# and the framework then this book is really excellent.

http://www.amazon.com/2008-NET-Platform-Fourth-Windows-Net/dp/1590598849

It's for people who can already code and skips all the 'this is a variable, this is a array' stuff and goes to a nice depth of understanding what is actually going on in the framework.

Another great book is C# in depth by Jon Skeet, http://www.amazon.com/Depth-What-you-need-master/dp/1933988363/ref=sr_1_1?ie=UTF8&s=books&qid=1267539804&sr=1-1

this is another excellent book that will get you up to speed in the latest in c# language feature in no time.

Powershell is nice because it's a scripting lanuage but it can also use .net objects so you now have all the power of the .net framework at your disposal.

Check out mono as well, they move very quickly to keep up with the MS implementation.

p.s. here is my little controversial advice, depending on what the job marketplace is like in your area, you might want to consider doing some of the MS certs. People like to crap on them but I consider it like any form of learning, You get what you put into it. If jobs in your area are all behind the recruiterwall then having the MS dev certs does make it easy to get past them unfortunately.

u/frozentedwilliams ยท 1 pointr/learnprogramming

This book has been invaluable for me. It skips all the basic stuff and focuses on the feature set of .net and c#. Things like delegate and extension methods, LINQ, nullable types, and generics. It clocks in at only around 350 pages, too, so you can probably absorb it in a long weekend. And if you're interviewing specifically for a c# position, you should probably be able to write some code that isn't almost completely interchangeable with java.