K
Kareninstructor
Guest
I just published Entity Framework trackable entities on Microsoft TechNet Wiki which has more than trackable entities if interested in medium level code samples for Entity Framework 6 and one code sample in Entity Framework Core. One of the code samples mimics Microsoft Access in regards to saving data in a DataGridView when exiting a cell.
If you are interested in getting started with Entity Framework, here is a GitHub repository I just uploaded with basic CRUD operations.
Screenshot for GitHub repository
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
StackOverFlow
Continue reading...
If you are interested in getting started with Entity Framework, here is a GitHub repository I just uploaded with basic CRUD operations.
Screenshot for GitHub repository
- Both use SQL-Server, created in VS2017.
- Both have database scripts to create the database and tables.
- Both projects store connection strings in app.config, you need to change the server to match your server
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
StackOverFlow
Continue reading...