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...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 3

  • @evertontomazi
    @evertontomazi 2 ปีที่แล้ว

    finalizado

  • @PONCHO6182
    @PONCHO6182 3 ปีที่แล้ว +1

    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

    • @valves100able
      @valves100able 3 ปีที่แล้ว +2

      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();