Archive for the LINQ Category

linqPad

LINQPad lets you interactively query SQL databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5:

  • LINQ to SQL
  • LINQ to Objects
  • LINQ to XML

LINQPad is also a terrific tool for learning LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell. There’s no better way to experience the coolness of LINQ and functional programming.

LINQPad is free and needs no installation:The executable is only 1MB and is self-updating.

To get this tools, do not forget to check it out at http://www.codeplex.com

linqpad.JPG

Developer Folks,

Impedance Mismatch is the seriously problem in the previous dotnet 2.0 whether developer should thinking how to build a bridge between Object oriented memory repository and system modeling, that’s why there are so much ORM (Object Relational Mapping ) Tools issued in the previous version but currently in Dotnet Framework 3.5 especially in ORchas VS Studio 2008 there is a facility to handling those problem and it’s catering much functionality for system architects for creating modeling ( Entity Data Model ), it’s tools called Ado.Entity Framework and combine with the LINQ ( Language Integrator Query Language ) is the best solution to create any Data access Layer in your application, herewith the sample of using  Entity Data Reader which being written by the pioneer of Entity framework service Project Manager Developer Mr Zlatko Michailov…he built the library about implementing the ADO.NET Data Reader and you’ll found many things that make it your LINQ development is enjoyable.. have enjoy coding folks….

By The way check it out in codeplex for download this library ..

  (more…)