More Orcas stuff
Just another quick post on Orcas, and in particular LINQ.
LINQ is obviously one of the buzzwords in .net at the moment, and I’ve been following it as the hype has been building…I have to say that to begin with my first thoughts were “well, it looks funky, but it’s never going to replace your standard ADO.Net SqlConnection, SqlCommand, etc method of data access”.
Now that I’ve looked into it a bit more, I’m prepared to admit that I’m wrong - it’s going to have a much bigger impact that I first thought. I’m going to be doing a lot of messing about with LINQ in particular to get a real good feel for how you use it, how it works, what you need to do to extend it, etc. That way, as an architect, I can be prepared to make a call as to how much use it will really be. My gut feel at this stage though is that LINQ could well be something that you’ll be wanting to use “everywhere”.
As I learn more about LINQ, I’m going to post my thoughts, but in the meantime, I want to pass on the source I’ve been using to learn about LINQ, in case anyone out there finds it useful. I’ve subscribed to Scott Guthrie’s blog, and he really is the man when it comes to getting concise overview information on LINQ. Scott seems to really have a talent for taking you to the right level of detail to be able to understand the subject at hand. Not too complicated, not too simple, his examples are really straightforward, and in my opinion, Scott’s blog is the best resource I’ve found yet for learning about LINQ, and other .net technologies as well.