Posts by Clausemberg Rodrigues de Olive • 3 points
2 posts
-
0
votes0
answers52
viewsQ: Error adding mvc controller using the Entity framework
I’m trying to create a MVC application using Entity Framework Core, and Asp.Net Core MVC 5, using Mysql through Pomelo.EntityFrameworkCore.Mysql, the domain class is defined as: public class Aluno {…
-
-2
votes1
answer117
viewsQ: The latest versions (after version 5.0.0 ) of the Entity core framework are experiencing a failure to install in my project. Is this a general error?
When trying to install the latest version of Entity Framework Core in a project, using Visual Studio 2019, via Microsoft’s Install-Package command.Entityframeworkcore, I came across the following…