The ultimate compatibility test: ASP.NET Core Identity + OpenIddict running on WitDatabase. User registration and login with password hashing, account lockout, email confirmation tokens. Role based au...
Run a real database in the browser using IndexedDB as the storage backend. Contacts app : add/edit/delete contacts, categories, favorites, full text search — all client side. Notes app : create notes ...
Build an e commerce API with proper relational modeling using Entity Framework Core. Domain model : Users, Products, Orders, OrderItems — with foreign keys and navigation properties. LINQ queries : fi...
Build a complete REST API using WitDatabase's ADO.NET provider — when you need full SQL control instead of ORM abstractions. Users API : CRUD endpoints, search with LIKE queries, pagination with LIMIT...
A runnable console app with 5 interactive demos. Basic CRUD : create tables, insert/update/delete rows, query with SQL. Transactions : begin/commit/rollback, savepoints for partial rollback, isolation...