Skip to content
C# Corner
Search
articles
videos
blogs
forums
interview questions
articles
Tech
Articles
Blogs
News
Videos
Interviews
Forums
Books
Events
More
Jobs
Stories
Login
Contribute
Article
Blog
Video
Ebook
Interview Question
Loading
Steve Owens - C# Corner
SO
Steve Owens
Marysville
(USA)
NA
Rank
1.2k
Reads
803
Points
Silver
Member
NA
Top author
Sign in to connect
Contributions
Articles
0
Ebooks
0
Forums
1
Videos
0
Blogs
0
About
Not Available
Activity
Entity Framework Core Migration - FluentAPI - Extraneous DB Columns
1y
Updated Jan 4, 2025, 3:56 PM
Forum
I'm having some trouble with Microsoft .NET Entity Framework Core. I am converting a project from database first to code first. The project also needs to be uplifted from .NET Framework v4.8 to .NET 8 and it is moving from EF6 to EF Core. I ran some kind of a project upgrade thing to create 2 new projects - the data model and the forms/UI stuff. I also created a completely separate solution and installed EF Core Power Tools. In this new project I requested that my database be Reverse Engineered. With the classes that were produced I went back to my new project folders and added the data entities, fixed up the namespace and so on.
Post
1y
Updated Jan 4, 2025, 3:38 PM
Expertise
Entity Framework
100%