LINQ - Need Advice

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

shapper

Hello,

I have been reading a few articles about LINQ and I have a few
questions:

1. What do I need to start using it in my ASP.NET 2.0 / SQL 2005 /
Visual Studio 2005 web sites?

2. Is there a way to convert my existing SQL Stored Procedures to LINQ
code?

3. Is LINQ as powerful as SQL Stored Procedures?

4. Do I still need to define relationships between tables?

5. Where can I find some LINQ resources, examples and foruns?

Thank You,

Miguel
 
Back
Top