A Blog full of Web Projects

A Blog full of Web Projects

.NET 7 Web API using Dapper SQLite

16-March-2024

.NET 7 Web API with C# and Dapper ORM + SQLite DB towards an Angular 14 Client + Unit Testing

Unit Testing:

  • XUnit - Used with one of the .NET Web API
  • Karma + Jasmine - Used with the Angular Client

Try the demo...

Dapper is a lightweight Micro-ORM which can be an alternative to Entity Framework Core ORM

SQLite is local DB and fine for testing and small applications

Traditional webhosting is used for this Application

A Blog made with Gatsby React and GraphQL