In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer. When the application runs, LINQ to SQL translates into SQL the language-integrated queries in the object model and sends them to the database for execution. When the database returns the results, LINQ to SQL translates them back to objects that you can work with in your own programming language. You may want to make a data access layer that separates the data...
I use Windows Vista Business with all features turned on. When I installed SQL Server 2005 Developer Edition, I found Full Text Search service can't start itself. I tried running it from Management Console -> Services. It still fails with message: "The dependency service does not exist or has been marked for deletion." So, what I did to remove the dependencies: Opened Registry Editor (regedit.exe) Went to HKEY_LOCAL_MACHINE\SYSTEM\C... Removed the contents...