Série: Blazor #9 - Entity Framework Core
ฝัง
- เผยแพร่เมื่อ 29 ต.ค. 2024
- Este é o novo vídeo da série sobre Blazor, desta vez falando sobre utilização de Entity Framework Core. Caso tenha perdido os outros vídeos da série, dá uma olhada na playlist aqui no canal.
Playlist: / alexandremalavasi
Twitter: / alemalavasi
Linkedin: / alexandremalavasi
Medium: / alexandre.malavasi
Meu livro (Implementação de Design Patterns utilizando C# e .NET 5) em inglês:
www.amazon.com... - วิทยาศาสตร์และเทคโนโลยี
finalizado
hola buenas noches, estoy siguiendo tus manuales.. me sale este error al generar la migración
Unable to create an object of type 'SystemContext'. For the different patterns supported at design time, see go.microsoft.com/fwlink/?linkid=851728
Hi Carlos. I had the same problem, adding the System.Context.cs class to Startup.cs class, solved it.
Inside "public void ConfigureServices(IServiceCollection services)" method add the following line at the end: services.AddDbContext();