- Varese
-
10:20
(UTC +02:00) - https://dev.to/angelodotnet
- in/pirolaangelo
- @angeloIT87
Highlights
- Pro
Lists (2)
Sort Name ascending (A-Z)
Stars
This sample demonstrates how to use complex types in .NET 10.
This project demonstrates how to implement automatic custom keyed service registration using the `IServiceCollection` extension method.
Example in .NET 8 showing how the DbContext can automatically register entities and configurations distributed across N linked projects / assemblies
An example showing how to implement a generic repository pattern for Entity Framework Core (supports soft delete), for managing data in .NET applications.
Demonstrates how to use Wolverine as a single framework for both in-process messaging (Mediator / CQRS pattern) and distributed messaging via Azure Service Bus — covering queues, topics, subscripti…
Example showing a simple implementation of two microservices communicating with each other via RabbitMQ and Rebus (replaces MassTransit)
A lightweight implementation of the Command Query Responsibility Segregation (CQRS) pattern in C#.
An example of how to handle localization through a database with ASP.NET Core Web APIs, Entity Framework Core, and a Blazor frontend
An example showing how to implement a generic repository pattern for Entity Framework Core (supports soft delete), for managing data in .NET applications.
A lightweight library to support localization from a database in .NET applications.
Starting template for a web (or console) application solution.
Starting template for a class library solution
Example scaffold for a generic CRM (backend + frontend + mobile MAUI)
The first project shows how to use a .NET Core console application to make a call to a web API, secured with JWT. The second project shows how to implement a web API protected by JWT.
An example of applying DDD and repository patterns in .NET
4 examples showing how to use Coravel to schedule manual jobs
A lightweight generic mock server, built with ASP.NET Core, Entity Framework Core, and SQLite database.
Sagre ed eventi enogastronomici is a web application that allows users to keep track of food and wine festivals and events. Users can report new events, view existing ones, and manage their own eve…
The simplest CRM engine to start with, built with ASP.NET Core and Entity Framework Core
A simple example showing how to keep two Postgres databases synchronized using Coravel jobs.
A lightweight generic repository pattern implementation for Entity Framework Core, designed to simplify data access and management in .NET applications.
Example REST API backend with .NET 8 and C# implementing Domain-Driven Design (DDD), CRUD operations, Event Handling with RabbitMQ, Event Sourcing
Collection of a generic implementation of Entity Framework Core for .NET 10 mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
A set of libraries to easily integrate and extend authentication in ASP.NET Core projects, using ASP.NET Core Identity.
.NET 8 example with Minimal API showing how you can dynamically add separate API endpoints in different class libraries.