Entity Framework - getting started

  • Thread starter Thread starter Kareninstructor
  • Start date Start date
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.

1566697.png

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

1566696.png

  • 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
7218100.png

Continue reading...
 

Similar threads

K
Replies
0
Views
212
Kareninstructor
K
K
Replies
0
Views
140
Kareninstructor
K
K
Replies
0
Views
155
Kareninstructor
K
K
Replies
0
Views
124
Kareninstructor
K
Back
Top