LINQ in VS2008

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have been using VS2005 and ASP.NET 2.0 since their appearance.

I am now creating a Web Site and a Class Library in VS2008.

In both cases I want to create a database with tables and use LINQ to
access them.

How can I do this in VS 2008?

Is that a different project or something inside my WebSite and
ClassLibrary projects?

Thanks,

Miguel
 
by default vs2008 adds the linq reference, so you just write the linq
code. you can also use the LinqDataSource.

-- bruce (sqlwork.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