vote up 2 vote down star
1

Hi All, I want to learn .NET and I have 2 weeks time of this. I have sound knowledge of CLR, Assemblies and certain basics. I have a copy of "CLR via C#". But I need to learn advanced C# concepts like delegates, reflection, generics and so on. And then I need to quickly jump into coding. Remember, I have 2 weeks time. I suppose a quick grasp of C# advanced concepts and then some thorough coding practice is the need of the hour.

Can you suggest me on: 1) My approach. 2) Sites or books to learn these advanced C# concepts fast. 3) Practicing the things learnt by coding....suggestion on practice/programming questions. Since I also believe one can only learn any language by practicing it.

Please pour in your suggestions.

Regards, Justin Samuel.

flag

71% accept rate
Please list your previous experience. 2 weeks is a VERY short time. – leppie Oct 28 at 5:59
I have 2.8 years experience. I have done a small project during my college days in .NET but it was way back. Now I want to learn the language conceptually. – Justin Oct 28 at 6:06
on the other hand, consider this: norvig.com/21-days.html – Marc Wittke Oct 28 at 8:22

5 Answers

vote up 9 vote down check

Joe Albahari's book "C# in a Nutshell" (Disclaimer: I know the author, but I would recommend regardless). Joe's site has lots of useful stuff.

Jon Skeet's articles + book: "C# in Depth"

Andrew Troelsen's "Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition"

Free, online material:

link|flag
3  
That's not a good reason for a downvote. – Mitch Wheat Oct 28 at 6:15
1  
Any reason for suggesting the .NET 3.0 edition of Pro C#, which will only cover C# 2? Here's the link to the .NET 3.5 / C# 3 version: apress.com/book/view/9781590598849 – Jon Skeet Oct 28 at 7:22
I'd second the recommendation for C# in a Nutshell, btw. – Jon Skeet Oct 28 at 7:23
@Jon: Thanks, I thought that edition seems old! I've updated the link. – Mitch Wheat Oct 28 at 8:00
you know the Albahari brothers?! cool.. best book i've ever seen. actully the only theoretical useful book i've ever seen :D do you know whether they gonna print a forth edition? and will it be alright if i write to you a few mistakes in the book? ^_^" – Itay Oct 28 at 8:14
show 3 more comments
vote up 0 vote down

Once you know most of the basics, take a look at http://stackoverflow.com/questions/9033/hidden-features-of-c to see all sorts of cool but slightly esoteric features.

link|flag
vote up -2 vote down

In the question "List of Freely Available programming books", there's a link to the book Illustrated C# 2008. This book offers a complete intruduction for everything in C#, from the most basic things like classes and methods all the way up to delegates, anonymous types, and event handlers. The good thing? you don't spend a dime!

Miscellaneus SO links:

link|flag
Your link is broken. – itowlson Oct 28 at 6:01
It was working for me till now, odd.... – RCIX Oct 28 at 6:06
Yes, 'Illustrated C#' link is broken. – Justin Oct 28 at 6:07
Found an alternate link. – RCIX Oct 28 at 6:14
1  
I think it would be worth renaming the links to make it clear why they're there. – Jon Skeet Oct 28 at 7:20
show 7 more comments
vote up 0 vote down

I recommend you to download some open source projects from codeplex, and start debugging. You will better understand the internals this way...

link|flag
vote up 1 vote down

I recommend C# 2005: The Base Class Library by Francesco Balena. Its a bit of an older book, but I found it to be an amazing read. I learnt a ton with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.