How do I create queries to SQL Server tables via Visual Studio when no knowledge about SQL nor Linq?
- by Kent S. Clarkson
Let´s be frank, my knowledge regarding SQL language is very low.
Nevertheless, my boss gave me the task to build a database application using the following tools: SQL Server and Visual Studio 2008; C#. I use the VS DataSet as a local mirror of the SQL Server.
And let´s be frank again, my understanding of the VS Query builder is also very small,…