LINQ in VS2008

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
 
B

bruce barker

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

Similar Threads


Top