Wednesday, June 27, 2012

Interesting .Net, Web concepts

Interesting .Net and Web concepts

Gac:-  http://www.codeproject.com/Articles/4352/Demystifying-the-NET-Global-Assembly-Cache

Sessions in Asp.Net:- http://www.codeproject.com/Articles/32545/Exploring-Session-in-ASP-Net 


Values Type/Reference Type:- http://blogs.msdn.com/b/ericlippert/archive/2010/09/30/the-truth-about-value-types.aspx

Stack memory  in .Net:- http://blogs.msdn.com/b/ericlippert/archive/2009/04/27/the-stack-is-an-implementation-detail.aspx

Http concepts:-   http://www.jmarshall.com/easy/http/

TPL introduction:- http://www.codeproject.com/Articles/152765/Task-Parallel-Library-1-of-n

Single responsibility principle:- http://www.developerfusion.com/article/137636/taking-the-single-responsibility-principle-seriously/

Event vs delegates:- http://blog.monstuff.com/archives/000040.html

Serialization in .Net:-  http://msdn.microsoft.com/en-us/library/ms973893.aspx




Note :-I will keep on adding other interesting topics in c# ,.net and of web concepts.