i have a sql server that i use and i am trying to code up a solution using LINQ to SQl in visual studio.
is there a way i can:
download the database from my server to my local desktop and have it as a mdf file so i can bring it into the app_data folder and it use this for LINQ to SQL code generation.
also, please let me know if there is a better way to achieve what i am trying to do.