A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
For visual studio/vs code in Mac OS. i have researched lot of documents but can't found anything. after i found one solution. Its working fine for me.
open
- visual studio in Mac
- view --> terminal
- For more context. Run -->
dotnet ef migrations add InitialCreate --context ApplicationDbContext
dotnet ef database update -c ApplicationDbContext