dotNET Connections

Tuesday, March 25, 2008

LINQ links for 3/25/2008

By Tech Ed 2008, it will be almost two years since this posting appeared on LINQ in Action blog, so it wins today's LINQ links. It's interesting to take another look at some of the projected values to developers and architects back in mid 2006...

http://linqinaction.net/blogs/main/archive/2006/07/28/why-linq-will-succeed.aspx
  1. LINQ syntax beats SQL syntax. SQL is flawed in that queries become exponentially difficult to write as their complexity grows. LINQ scales much better in this regard. Once you get used to it, it's hard to go back.
  2. Database queries are easily composable. You can conditionally add an ORDER BY or WHERE predicate without discovering at run-time that a certain string combination generates a syntax error.
  3. More bugs are picked up at compile-time.
  4. Parameterization is automatic and type-safe.
  5. LINQ queries can directly populate an object hierarchy.
  6. LINQ to SQL provides a model for provider independence that might really work.
  7. LINQ significantly cuts plumbing code and clutter. Without sweeping stuff under the carpet, like Workflow or Datasets. This is a credit to the design team.
  8. C# hasn't suffered in the process (in fact, it's gained).

Out of 8 projections, dotNET Connections would give this forecast a 5/8. Not bad considering how inaccurate these predictions tend to be. Before dotNETConnections publishes what we value-adds we think won out, lets hear your thoughts. Comment below!

Labels:

AddThis Social Bookmark Button

Monday, March 24, 2008

Vote for our BoFs @ TechEd 2008!

Vote for our BoF at Microsoft Tech Ed Developers and IT Professionals. We'll be attending both conferences and with your votes, we will be able to run a BoF at both events...

Vote here for Tech Ed Developers and here for Tech Ed IT Professionals ...

Check out our BoF submission below...



In this BoF, we’ll peal back the layers on data access from the .NET platform. We’ll look at the common problems facing today’s applications with a particular emphasis on applications who in a multi-faceted, heterogeneous application environment. With all the options now available, available including the Data Access Application Blocks, LINQ, Entity Framework and vanilla ADO.NET which is the one for you? Come armed with your questions, ideas and burning issues and we can promise a lively discussion!


Labels:

AddThis Social Bookmark Button

Wednesday, March 19, 2008

DataDirect acquires Xcalia

dotNet Connections is delighted to announce that Xcalia has joined DataDirect Technologies family, significantly broadening our already broad data access offerings. More details here...

Labels:

AddThis Social Bookmark Button

Monday, March 17, 2008

DAAB Links for 3/17/2008

Scott Densmore posted on how to get Enterprise Libraries installed and functional with Visual Studio 2008. For those you already using the DataDirect Data Access Application Blocks this gives you all the tools, plus the continued benefits that I've blogged about before in the latest Visual Studio IDE.



http://blogs.msdn.com/scottdensmore/archive/2008/03/13/how-to-get-enterprise-library-3-1-working-in-vs-2008.aspx

Labels:

AddThis Social Bookmark Button