It has been a couple of years since I posted here, time spent developing and testing code rather than writing about it, but this bug brought me back to the blog. As it happens, it has also been a couple of years since I published and tested an Azure App Service, but the last time I did it this did not happen.
Continue reading →Category Archives: ASP.Net Core
Specifying Schema Names in Entity Framework Core Code-First Models
This seemed like such a simple thing, and it turned out to be, but I couldn’t for the life of me find a simple explanation by searching. I am building my first ASP.Net Core Razor app using .Net Core 2.2 and EF Core, and my database uses schema names other than “dbo”.
Continue reading →