Sundeep Kamathtrystwithcode.hashnode.dev·Aug 31, 2015Setting up Entity Framework connection string in web.configWhile I explain how the connection string and database provider information can be set in the web.config for Entity Framework, I'll be assuming that you are aware of the differences between localdb, Sql Server Express and Sql Server Compact Edition.I...28 readsLocalDb
Sundeep Kamathtrystwithcode.hashnode.dev·Aug 28, 2015Difference between localDb, SQL Server CE and SQL Server ExpressWhile the different versions of SQL servers help cater to different needs of a developer, many a time they also end up creating confusion for those who aren't aware of their respective roles.Many articles try to explain this difference, I've tried to...30 readsLocalDb