Building an application that includes a DB, and need recommendations
Posted
by Rubys
on Stack Overflow
See other posts from Stack Overflow
or by Rubys
Published on 2010-04-18T12:44:00Z
Indexed on
2010/04/18
12:53 UTC
Read the original article
Hit count: 286
I'm going to build a little system for personal use, and I want it to save data to a database.
The language is going to be C#, and so I'd like to use this opportunity to get my head around LINQ to SQL.
I have some DB experience and I know my SQL, but it was all in school using Access, which is giving me trouble, and so I'd like to use another DB, something that is small in size, easy to install, and should work with LINQ to SQL.
The problem is: I don't know any except Access, and am looking for recommendations.
To sum it up: I need a lightweight, easy to install, linq-to-sql supporting database for a small system on a home computer, any recommendations?
© Stack Overflow or respective owner