How-to create Web API Project with ASP.NET Core and SQLite

Reading Time: 8 minutes Nowadays it is easy to build HTTP services using ASP.NET Core Web API framework. It is popular as it reaches browsers and mobile devices and is light-weight. To store data we will use SQLite and Entity Framework Core. Entity Framework is an open-source ORM framework for .NET applications supported by Microsoft. It enables developers to work with …