which lightweight SQL Server type could I use on my Dev machine for a C# VS2010 project?
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2010-05-15T08:08:38Z
Indexed on
2010/05/15
8:14 UTC
Read the original article
Hit count: 256
Hi,
Which lightweight SQL Server type could I use on my Dev machine for a C# VS2010 project? (e.g. sql server express, sql server ce, full version etc).
That is, I'm running on a VMWare fusion instance on my MacBook, and just want something to develop against for a C# VS2010 project. I'm planning on having a simple database (not many tables) but will use Entity Framework.
I haven't used SQL Server before so a quick pointer re what is the best database admin interface/app to use for the version you recommend (e.g. to create database, tables etc).
© Stack Overflow or respective owner