Home

How to create a new EF Core DbContext, add migration and update db in LINQPad?

Hi All,

Is it possible for us to create a new DbContext class in LINQPad, and then we do something like "dotnet ef migrations add InitialCreate" and "dotnet ef database update" just within LINQPad + CLI only?

Thank you.

Sign In or Register to comment.