Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to learn c# from the core... I am interested in looking for some good c# blogs which has some example that i can work on and learn c#...

share|improve this question
9  
I suspect a book or a tutorial may be a lot more useful than a blog. Just search the site for "beginner" and "c#"; for example, stackoverflow.com/questions/632571/… – Marc Gravell Apr 27 '10 at 5:06
Maybe make this a community wiki? – R0MANARMY Apr 27 '10 at 5:22
1  

3 Answers

up vote 6 down vote accepted

Most blogs involving C# will have posts on fairly obscure or advanced topics. I doubt there is anyone blogging regularly on basic C#.

Your best bet is to pick up one of the better c# books - such as C# In Depth

share|improve this answer

Eric lippert has an excellent blog that covers the more detailed aspects of the language. As one of the architects of the language he knows a lot about it! Fabulous adventures in coding

share|improve this answer

Jon Skeet

Coding Blog

C# Articles

share|improve this answer
2  
While I love Jon Skeet's blog, the things he discusses are usually no beginner topics. Reading his book would be a better pick. – Steven Apr 27 '10 at 6:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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