I need in education to do win-forms app, recently I done project on asp.net, there I created without any problem new SQL Server database and send it to SQL Server, and added it to project.
But how can I do this using simple windows forms? Are there any good tutorials? (also I need something like db designer).
On asp.net mvc I use linq... But couldn't find good tutorial for create, send and attach SQL Server database on winforms.
I do this with .net 4.0 and SQL Server 2008 and Microsoft Visual Studio 2010
mssql) - and there is no SQL Server 2010 version - you have 2005, 2008, 2008 R2 and 2012 (Visual Studio 2010 comes with SQL Server 2008 Express, if that's what you're using) - marc_s