bugnet
bugnet copied to clipboard
Migrate to Entity Framework
Create a new branch to migrate the application to entity framework
Create two projects:
- BugNET.Models
- BugNET.DataAccess
- Generate DbContext and Entity models using Entity Framework 6
- Wire up existing Business classes to use the new DAL