Does C# have it’s own kind of database system like Access/ADO alternative.
I would like to make sure it’s in the .NET framework no external libraries.
If no which one would you recommend I should use for a compact, small and lightweight database.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A combination of Entity Framework and MS SQL Server Compact that ships with Windows 7 and is a free database engine is an ideal, almost “embedded” into .Net data solution for your purpose.