Skip to content

.Net Core Central

C#/.NET/Cloud Tutorials

  • About
  • Contact Us
  • Privacy

sqlite

How to use SQLite with Dapper (In ASP.NET Core 3.1)

November 23, 2020August 2, 2020 by Nirjhar Choudhury

SQLite is a small, fast, full-featured SQL database engine, that is written in C. And it runs in the same process as the application itself. It is highly reliable and self-contained. In this blog post, I am going to walk through how to use SQLite with Dapper (a Micro-ORM). Just like any other database, if … Read more

Categories .Net Core, ASP.Net Core Tags asp.net core, dapper, sqlite

SQLite for Unit Testing in .Net Core

November 24, 2020July 22, 2019 by Nirjhar Choudhury

Hello everyone, and welcome back to dotnetcorecentral. I have been receiving requests from a few of you to create a post and YouTube video on unit testing with SQLite and .Net Core. So here it is. What is SQLite SQLite is a fully-featured SQL database engine. It is a small, fast, self-contained and highly reliable … Read more

Categories .Net Core, Unit Testing Tags .net core, sqlite, unit test

Search Topics:

Subscribe to Newsletter:

Please verify that you are human.

Recent Posts

  • C# Tips & Tricks You Wish You Knew Sooner
  • Mastering C# Tuples: Advanced Features and Best Practices
  • ChatGPT for Advanced C# Code Refactoring & Clean-Up
  • Elevate Your C# Development: Harnessing ChatGPT for Code Enhancement
  • Mastering File System Operations with LINQ in C#
  • LINQ Set Operations: The Hidden Gems That Will Transform Your C# Collections
  • Mastering LINQ Partitioning Operators in C#: A Developer’s Guide
  • Mastering Request Timeout Middleware in ASP.NET Core
  • Introduction to FusionCache: Simplifying Caching in .NET
  • Simplify CSV Handling in C# with CSVHelper
© 2025 .Net Core Central • Built with GeneratePress