I recently wrote an article on lambda expressions on codeproject.com It talk in depth about how lambda expressions play in building linq query expressions. http://www.codeproject.com/KB/cs/explore_lamda_exp.aspx If you enjoy my article, pls comment so...
Although javascript is truly not an object oriented languange, microsoft with the release of client side framework for ajax, had really made working with javascript much easier. Today i will explore the concepts for javascript intellisense, notifying...
I wrote an article not to long ago on CodeProject.com which talks about linq query operators and differed execution plans. Here is the link. http://www.codeproject.com/KB/linq/linq_in_dept.aspx