- Varese
-
18:33
(UTC +01:00) - https://dev.to/angelodotnet
- in/pirolaangelo
- @angeloIT87
Highlights
- Pro
Lists (2)
Sort Name ascending (A-Z)
Stars
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
A lightweight generic mock server, built with ASP.NET Core, Entity Framework Core, and SQLite database.
Application that keeps track of food and wine festivals and events reported by users
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.
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.
Example of how to use Rebus with the help of RabbitMQ in .NET 8 microservices
Example showing how to implement the Mediator Pattern without using the MediatR Nuget package
Example showing how it is possible to create with minimal api the management of user claims through the User Manager of Asp Net Core Identity
Dynamic manager of users, roles, claims and more for access control in Asp.Net Mvc Core and Web API
Examples showing how to configure 3 types of relationships (OneToOne, OneToMany, ManyToMany) between tables with Entity Framework Core
Example showing how to send SignalR notifications from an API project to a Blazor WebAssembly project
This application is a clone of the application of the same name developed by BrightSoul, migrated to .NET 8
A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles"
Minimal APIs protected by centralized Identity