Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity Framework 6 examples updated to use MsSqlCE. #100

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Opzet
Copy link
Contributor

@Opzet Opzet commented Mar 20, 2024

This pull request is for a migration of the Entity Framework 6 examples from using Microsoft SQL Server Express (MsSqlExpress) to Microsoft SQL Server Compact Edition (MsSqlCE).

MsSqlCE offers a simpler, file-based approach to local databases, which eliminates the need for a Ms SqlExpress Local Db database server installation and initialisation. This can significantly lower the barrier to entry for new contributors and evaluators of the EFDesigner examples.

It is hoped that this change will encourage more developers to explore and contribute to the EFDesigner project by lowering the initial setup barriers and promoting a more streamlined development workflow.

I look forward to your feedback and any suggestions for further improvements.

Mantic-says-hi and others added 7 commits March 19, 2024 13:34
…quires installation of SqlExpress MSSQLLocalDB to Microsoft SQL Server Compact Edition (SqlCE 4.0): Server Less local Db - no installlation/external dependancy so an easy deploy
Change App.config and .efmodel files
Add NuGet dependencies
.gitignore large files
/src/DslPackage/VSIX
/dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants