Using SQLite With ASP.NET And Azure App Service
July 08, 2024
I’m a fan of using SQLite for small projects where a full MSSQL instance is not warranted, but I wasn’t sure whether it could be packaged and shipped with the app when deploying to Azure App Service. Turns out it can and it works well. There are a couple of considerations around…