Monday, September 3, 2007, 08:37 Posted by Administrator
On my quest of unlimited knowledge I discovered the existence of LINQ also known as .NET Language Integrated Query.
This new technologie is something everyone would like to use in their projects, it's easy to create and it allows you to model a relational database using .NET classes. You can then query the database using LINQ. very handy!