Teaching coworkers LINQ...
Posted
by cyberzed
on Stack Overflow
See other posts from Stack Overflow
or by cyberzed
Published on 2010-04-28T14:35:41Z
Indexed on
2010/04/28
14:43 UTC
Read the original article
Hit count: 449
I have set myself upon a journey to educate my coworkers (all have accepted my mission, even the boss). Every day I seem to find a piece of code that could have been less error prone if my coworkers knew more about the framework, better-know-framework (in courtesy of DNR ;)) is part two of my teaching process. First part is teaching my coworkers about LINQ, what it can do for them and how it is written.
My big question is where are all the good basic resources for LINQ education, everything if find is tightly coupled to Linq2Sql or all other sorts of material. Neither have I been able to find a tutorial for the actual linq syntax (except a specification of it all).
(I hope this haven't been asked before but if it has please say so, cause then my searching skills have failed ;) )
© Stack Overflow or respective owner