Framework Design Guidelines: LINQ
Wow, it feels like old times... I am happy that we are posting a new proposal for additions to the framework design guidelines. Mitch has worked hard on these, and we have reviewed them internally and now it is time for your comments. Please do chime in!
LINQ Framework Design Guidelines
Thanks!
Comments
Anonymous
March 13, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/03/13/framework-design-guidelines-linq/Anonymous
March 13, 2008
Hi Brad One thing about the guidelines and LINQ is the use of extension methods for properties. Shouldn't Count() have been either GetCount() or could somebody have asked the compiler team to go the extra mile and add extension properties too.Anonymous
March 13, 2008
This is great. I really appreciate it. It is just the kind of thing that I have been looking for lately. Since you know a lot about this, as a follow-up, if at all possible, please read my seminal post "Linq-To-Sql and application architectures, design implementations, application layering, physical separation of tier information, etc." at this link http://forums.asp.net/t/1222029.aspx and provide some assistance. Thank you very much. -- Mark KamoskiAnonymous
March 13, 2008
You know that I'm a big fan of framework and library design so also have been a big fan of FrameworkAnonymous
April 16, 2008
I'm diggin this too. I've been wondering when I'd find something in regards to guidelines. I've just been going at it and figuring it out through trial and error and a large dose of observation so far.Anonymous
April 16, 2008
So I was finally getting back around to reading a few of the blogs that I do. One of the blogs...