LINQ code generation?

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

I'm not clear on this - does LINQ just use a code generator to give the
developer classes that represent stored procedures? If so, won't that in
effect just create the same mess of support code that ADO creates for data
binding?

Paul
 
Hi

First of all, LINQ is used to Query data structure (collections, array,
List, XML file/document, ADO.Net objects, ...).

One extension to LINQ called LINQ to SQL generates a DAL for you.


--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com)
 
Back
Top