Business Apps Made Simple with Asp.Net Core MVC / TypeScript
-
Updated
Dec 8, 2025 - C#
CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.
| CRUD | SQL | HTTP |
|-|-|-|
| Create | INSERT | POST |
| Read | SELECT | GET |
| Update | UPDATE | PUT to replace, PATCH to modify |
| Delete | DELETE | DELETE |
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
CRUD operations with Dapper made simple.
Wraps the .NET SDK for Azure Cosmos DB abstracting away the complexity, exposing a simple CRUD-based repository pattern
Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
Some of the projects i made when starting to learn c#, winfroms and wpf
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
WebApi toolset that allows you to make CRUD REST APIs with one line of code and to create gRPC and SignalR from reusable components too
World's first no-code low-code app builder focuses on a data-first approach, allowing users to create applications from scratch. The code generator builds a drag-and-drop React application along with a .NET Core API and a MySQL database.
Onsite Pet Grooming CRM for Windows
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable .NET (C#) + Angular web app
Some of the projects i made when starting to learn .NET Core
Asp.Net Core Ecommerce Api application
Lightweight CRUD framework for heavy lifting using ASP.net and MS-SQL Server.
.NET 7.0 + Dapper + SQLite - CRUD API Tutorial in ASP.NET Core
A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cache, SAP HANA, Exadata, OLTP, etc.).
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
C# .NET Core implementation of the repository pattern using DynamoDB using single table and hierarchical data modelling approach