views:

26

answers:

3

I wish to learn in depth about .net Framework such as CLR, GC etc. Please list some resources where i could learn the same Resources could be links/blogs/forums/groups/books/videos/audios etc

Thanks!

A: 

MSDN is probably the best source of information.

The .NET developer center is full of links, tutorials and reference material.

For web technology, the asp.net site is very good - it has an MVC section as well.

Oded
I guess these links won't contain a detail info about .net framework. I'm looking towards articles
Romil Nagrani
@Romil - the BCL is _massive_. You need to narrow things down a little. Anything specific you need to learn about?
Oded
Yes i wish to have an INTERMEDIATE knowledge of .NET framework
Romil Nagrani
@Romil - that doesn't really narrow things down. I have been using the .NET framework for 6 years now, and still only have intermediate knowledge of parts of it, and very little knowledge in other parts.
Oded
+1  A: 

Since you tagged your question with ASP.NET I assume you're mostly interested in that technology stack.

You'll find other tutorials about linq or databases, security, ... there as well.

XIII
A: 

Blackwasp has wonderful toturials about C# and .Net

the_drow
I didn't know about, or probably forgot in the flood of all others, that site. Thanks!
XIII
@XIII: If you like it, you are welcome to upvote instead of leaving a comment.
the_drow