News

ABP CLI and the Get Started page already provides an option to create a new solution with SQLite. See that document to learn how to use. This document provides guidance for who wants to manually ...
Saving and retrieving data is a fundamental part of all but the simplest of applications. In this article, Nick walks through getting started using Entity Framework with SQLite to persist application ...
Entity Framework Core 8, SQLIte compabylity Ubuntu 16.04 LTS The standard Microsoft.EntityFrameworkCore.Sqlite 8.0 NUGET package does not work on the Linux Ubuntu 16.04 operating system.
Entity Framework is an ORM, providing the translation between the object world of .NET and the underlying data store. By releasing Entity Framework for SQLite, Microsoft has significantly reduced the ...