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)
 
Back
Top