SQL Server Gems

Sunday, February 19, 2006

Language INtegrated Query (LINQ)

For those who are interested in the future of database query languages vs programming languages in the MS landscape,

Check out
- http://msdn.microsoft.com/netframework/future/linq/

- http://channel9.msdn.com/showpost.aspx?postid=114680

Reminds me of SQLJ. ;)

Though LINQ address some of the problems due to the mis-match between database query languages (e.g SQL) and programming languages, does it add additional "messiness" into code?

0 Comments:

Post a Comment

<< Home