Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do I need to set up a development environment for developing in C# & SQL Server? [closed]

I have Visual Studio 2010 installed, but that's about it.

I am not sure what else is needed to be installed in order to start going through the many C# (accessing SQL Server) available out there.

Tips and links to a step-by-step dev env setup instruction are greatly appreciated.

like image 682
Not So Sharp Avatar asked Dec 20 '22 15:12

Not So Sharp


2 Answers

You have Visual Studio 2010,, you are done, it comes installed with a SQL compact library and an SQL express server. You are good to go.

For SQL server management you can download Microsoft SQL Server 2008 Management Studio Express

like image 165
SynerCoder Avatar answered Dec 23 '22 05:12

SynerCoder


SQL Server express will definitely help you.

In fact you need two basic thing:

  1. visual Studio (you got!)
  2. SQL Server. For most case, SQL server express will do the job.

Just do the full install, all tools should be included: SQL Server Express

like image 43
Bestter Avatar answered Dec 23 '22 04:12

Bestter