views:

219

answers:

2

I am new to LINQ.I used Strongly Typed DatSet. What is lacking in Typed DataSet to go for LINQ to SQL?

+2  A: 

Check out this blog post:

Aaron's Technology Musings: LINQ to SQL != Typed DataSet Replacement

Pay close attention at the end of the article, describing the potentially two different use cases where LINQ to SQL or Typed DataSets might come in handy.

Justin Niessner
Thanks Justin Niessner
+1  A: 

you can look at this similar question

Fredou