|
Architect or Cobbler?
Good code starts with good design |
|
about me
links
Blogs I follow
recent posts
archives
feeds |
Language Integrated Query (LINQ)Wednesday, September 14, 2005
I think the VB would look something like this, but I couldn't swear on it:
The LINQ technology also includes two packages for creating Enumerable collections that LINQ can query. DLinq connects to Databases and creates a collection based on mappings, Anders made the claim that this will replace ADO.NET. I'm not 100% sure that this will happen very quickly, and in fact I can think of some occasions where you may not want to think of your data as objects. As with the Wilson ORM mappings are declared using attributes. XLinq, on the other hand is the library that allows for accessing and querying XML data, agin the technology felt familiar to me from using JDOM, a library which treats XML elements and attributes as normal Java collections.
For those of you wanting to see more you may want to visit this page
I'm keeping a close eye on these technologies though, they are extremely promising. And now to go and see another talk from Anders on the new .NET 3.0 features.# posted by James @ 11:38 PM << Main blog page |
|
|
|