
I realized the benefits of Linq to Sql Classes while developing this forum. This is the dot net frameworks 3.5's powerful feature. I want to tell you little bit about the advantages of linq to sql classes.
SQL Injection Proof.
Intellisense
Compile check when database changes
Faster development
Auto-generated domain objects that are usable small projects
STEP 1:
Open Visual Studio 2008 File-->New-->ASP.NET WEBApplication.
Give name as "Forum_Linq to SQL".
Goto Solution...
