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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top