Projects in Awesome Lists by AngeloDotNet
A curated list of projects in awesome lists by AngeloDotNet .
https://github.com/angelodotnet/backgroundemailsender
This application is a clone of the homonymous application of the one developed by BrightSoul.
hacktoberfest hacktoberfest-accepted
Last synced: 13 May 2025
https://github.com/angelodotnet/net8-efcore-genericrepository
Collection of a generic implementation of Entity Framework Core for .NET 8 mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
aspnetcore c-sharp entity-framework-core generic-repository hacktoberfest hacktoberfest-accepted nuget-package
Last synced: 25 Jan 2026
https://github.com/angelodotnet/minimalapi.authjwtidentity
Minimal APIs protected by centralized Identity
Last synced: 30 Aug 2025
https://github.com/angelodotnet/docker.application
This is a public personal repository of application docker configurations (templates) useful for development and production environments
application docker docker-compose examples hacktoberfest hacktoberfest-accepted templates
Last synced: 13 May 2025
https://github.com/angelodotnet/adminarea.identitybase
MVC Core project example with identity scaffolder authentication and graphics managed by a bootstrap template
aspnetcore-identity aspnetcoremvc aspnetcorewebapi entity-framework-core example-project net6
Last synced: 13 May 2025
https://github.com/angelodotnet/api.protectwithjwt
MVC Core project example showing how to use Swagger with extending the documentation in a basic web API
Last synced: 16 Oct 2025
https://github.com/angelodotnet/backgroundemailsender.outboxpattern
This application is a clone of the homonymous application of the one developed by BrightSoul.
background-service csharp hacktoberfest hacktoberfest-accepted net6 onion-architecture outbox-pattern sendmail
Last synced: 11 Apr 2025
https://github.com/angelodotnet/blazor.facilebudget
Second version of the application designed for family budget management, developed with .NET 6 technology, Blazor WebAssembly, Entity Framework Core, SQLite database and distributable via docker
Last synced: 13 Feb 2026
https://github.com/angelodotnet/gestionesagrev3
Free software that allows the web management of parties and village festivals.
Last synced: 18 Jul 2025
https://github.com/angelodotnet/multipleapi.authidentityjwt
Example showing how to centrally secure several .NET Core Web API applications using ASP.NET Core Identity.
Last synced: 04 Oct 2025
https://github.com/angelodotnet/net8-microservices
Example showing a simple implementation of two microservices communicating with each other via RabbitMQ.
Last synced: 25 Jul 2025
https://github.com/angelodotnet/mailkit.custom
A library that allows you to easily integrate email sending with MailKit into a .NET application.
alternative custom library mailkit net7 open-source
Last synced: 12 Jun 2025
https://github.com/angelodotnet/identityjwtlibrary
Simple ASP.NET Core Identity with JWT library
Last synced: 25 Apr 2026
https://github.com/angelodotnet/gestionesagre
Open source project that was born with the idea of wanting to create free software that allows the management of festivals, events or shows where it is necessary to check orders for the kitchen and/or bar.
docker events festivals free-software management-system opensource-projects orders
Last synced: 02 Sep 2025
https://github.com/angelodotnet/facilebudget
.NET 6 version of an application designed to manage the family budget, developed in MVC Core and SQLite databases, with layout functions and csv report generation
budget family management-system net6 opensource-apps portable-apps
Last synced: 28 Apr 2026
https://github.com/angelodotnet/hangfire-api.sqlserver
Project example showing how to use Hangfire with SQL server and a net core api application
Last synced: 06 Oct 2025
https://github.com/angelodotnet/docker.database
This is a public personal repository of database docker configurations (templates) useful for development and production environments
database docker docker-compose examples hacktoberfest hacktoberfest-accepted templates
Last synced: 13 May 2025
https://github.com/angelodotnet/samplejwt.aspnetcoreidentity
Project (master branch) developed following the viewing of Marco Minerva's Youtube videos relating to ASP.NET Core Identity, Authentication, Authorization and JWT Token
Last synced: 09 Feb 2026
https://github.com/angelodotnet/gswcloudapp
Gestione Sagre Web Cloud App - Project born with the idea of creating a free software that allows the management of festivals or events in which it is necessary to control the orders for the kitchen and/or the bar.
docker microservices opensource
Last synced: 11 Jun 2025
https://github.com/angelodotnet/net8-sampleauthjwt
Example that simplifies the creation of endpoints for Microsoft Identity authentication with JWT token, developing with Minimal API (instead of controllers).
Last synced: 03 Mar 2026
https://github.com/angelodotnet/rabbitmqmasstransit.frontend
Frontend of example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
docker example-project frontend-app hacktoberfest hacktoberfest-accepted masstransit microservice net6 rabbitmq webapi
Last synced: 14 May 2026
https://github.com/angelodotnet/net8-sagreeventi.sqlserver
Application that keeps track of food and wine festivals and events reported by users
blazor-application database free-software localstorage net8 pwa-apps sql-server webassembly
Last synced: 24 Dec 2025
https://github.com/angelodotnet/mediatorpatternwithoutnugetpackages
Example showing how to implement the Mediator Pattern without using the MediatR Nuget package
example mediator pattern project
Last synced: 17 Feb 2026
https://github.com/angelodotnet/efcore-genericrepository
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.
aspnetcore csharp entity-framework-core generic-repository hacktoberfest hacktoberfest-accepted nuget-package
Last synced: 17 Feb 2026
https://github.com/angelodotnet/razorpage.staticdynamicselectlist
MVC Core project example showing how to use a select list from both static and dynamic enum (loaded from a database with EFCore)
Last synced: 22 Jul 2025
https://github.com/angelodotnet/mywebsite
Developed, customized and maintained with Astro
Last synced: 13 May 2025
https://github.com/angelodotnet/net8-rabbitmq.message
Customization of the WhiteRabbit.Messaging library developed by Marco Minerva (https://github.com/marcominerva/QueueMessaging) which only uses RabbitMQ, excluding the Azure Service Bus part.
Last synced: 13 May 2025
https://github.com/angelodotnet/webapi-hashicorpvault
Example showing how to use HashiCorp Vault in a .NET 8 Web Api project
hacktoberfest hacktoberfest-accepted hashicorp hashicorp-vault net8 vault webapi
Last synced: 18 Feb 2026
https://github.com/angelodotnet/hangfire-api.sqlite
Project example showing how to use Hangfire with SQLite and a net core api application
Last synced: 06 Apr 2025
https://github.com/angelodotnet/aspnetcore.clientcallapi
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.
Last synced: 01 Sep 2025
https://github.com/angelodotnet/net8-samplerabbitmq
Example showing how to use RabbitMQ as a message broker using the Advanced Message Queuing Protocol (AMQP).
Last synced: 29 Sep 2025
https://github.com/angelodotnet/tinyrepository
A lightweight generic repository pattern implementation for Entity Framework Core, designed to simplify data access and management in .NET applications.
database dotnet entity-framework-core generic-repository library management orm-library repository-pattern
Last synced: 24 May 2026
https://github.com/angelodotnet/webapi.identityjwt
Project developed following the reading of the article on BlazorDev (https://bit.ly/3BApJGL), but a refactoring is performed to use it with .NET 6 technology as well as a customization of the components
hacktoberfest hacktoberfest-accepted
Last synced: 05 Jan 2026
https://github.com/angelodotnet/samplerabbitmqmasstransit
Example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
backend-api docker frontend-app hacktoberfest hacktoberfest-accepted masstransit microservices net6 rabbitmq webapi
Last synced: 05 Jan 2026
https://github.com/angelodotnet/sampleapi.fastendpoints
.NET 6 API development demo with FastEndpoints library and in-memory databases
hacktoberfest hacktoberfest-accepted
Last synced: 18 Jun 2025
https://github.com/angelodotnet/blazor.aspnetcoreidentity
Project migrated to .NET 6 coming soon
coming-soon hacktoberfest hacktoberfest-accepted net5 net6
Last synced: 14 Apr 2026
https://github.com/angelodotnet/net8-samplerabbitmqmasstransit
Example of how to use MassTransit with the help of RabbitMQ in .NET 8 microservices
Last synced: 10 Oct 2025
https://github.com/angelodotnet/sample-efcore-relationship
Examples showing how to configure 3 types of relationships (OneToOne, OneToMany, ManyToMany) between tables with Entity Framework Core
Last synced: 14 Oct 2025
https://github.com/angelodotnet/net8-microserviceshashicorpvault
Example showing how to use HashiCorp Vault in a .NET 8 microservices project
hacktoberfest hacktoberfest-accepted hashicorp hashicorp-vault masstransit microservices net8 rabbitmq sqlserver vault
Last synced: 28 Jan 2026
https://github.com/angelodotnet/sample-api-sendnotify-blazorwasm
Example showing how to send SignalR notifications from an API project to a Blazor WebAssembly project
Last synced: 11 Feb 2026
https://github.com/angelodotnet/dynamicclaimsuser
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
Last synced: 12 Feb 2026
https://github.com/angelodotnet/sampleapi.mediatr
Simple example of an ASP.NET Core Web API project using MediatR and CQRS
Last synced: 25 Apr 2026
https://github.com/angelodotnet/rabbitmqmasstransit.backend
Backend of example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
backend-api docker example-project hacktoberfest hacktoberfest-accepted masstransit microservice net6 rabbitmq webapi
Last synced: 28 Apr 2026
https://github.com/angelodotnet/net8-sampledynamicallyaddapiendpoints
.NET 8 example with Minimal API showing how you can dynamically add separate API endpoints in different class libraries.
aspnetcore c-sharp dynamic-programming endpoints minimal-api visual-studio
Last synced: 24 Aug 2025
https://github.com/angelodotnet/notifycontroller.signalr
Project example showing how to send messages to all clients with SignalR via an API call in an mvc web application
Last synced: 04 Jan 2026
https://github.com/angelodotnet/efcoregeneric
hacktoberfest hacktoberfest-accepted
Last synced: 05 Jan 2026
https://github.com/angelodotnet/mailkitcustomextensions
custom extension hacktoberfest hacktoberfest-accepted library mailkit net6
Last synced: 05 Jan 2026
https://github.com/angelodotnet/sampleapi.netcoreidentity
Scaffolding example of ASP.NET Core Identity in ASP.NET Core Web Api project
Last synced: 06 Apr 2025
https://github.com/angelodotnet/identitymanager
Example showing a management of users, roles, permissions, modules and licenses using .NET 8 Minimal API and Entity Framework Core
Last synced: 11 Mar 2025
https://github.com/angelodotnet/blazor.wasmcrud
Clone of the BlazorApp WebAssembly Demo project
Last synced: 26 Apr 2026
https://github.com/angelodotnet/net8-backgroundemailsender
This application is a clone of the application of the same name developed by BrightSoul, migrated to .NET 8
Last synced: 05 Apr 2025
https://github.com/angelodotnet/appointmentcalendar
Calendar with appointments in blazor wasm
Last synced: 11 Oct 2025
https://github.com/angelodotnet/sampleapi.uploadfilessendemail
Project updated to .NET 6
Last synced: 10 Oct 2025
https://github.com/angelodotnet/api.swagger-efcore
Demo API with SQLite database, Entity Framework Core and Swagger that can be used to test front-end applications.
Last synced: 06 Apr 2025
https://github.com/angelodotnet/swagger
MVC Core project example showing how to use Swagger in a basic web API
Last synced: 09 Sep 2025
https://github.com/angelodotnet/angelodotnet
My public GitHub profile
github profile profile-website public readme
Last synced: 25 May 2026
https://github.com/angelodotnet/angelodotnet.github.io
Web page containing the public GitHub profile.
Last synced: 24 Jul 2025
https://github.com/angelodotnet/samplewebapi
Simple example of WebAPI in .NET 6, using Entity Framework Core for persisting data on SQLite databases
Last synced: 13 Jun 2025
https://github.com/angelodotnet/aspnetcoreidentity.mysql
This application is an updated clone of the homonymous application of the one developed by BrightSoul.
Last synced: 06 Apr 2025
https://github.com/angelodotnet/chat.signalr
Project example showing how to use SignalR in a mvc web application
Last synced: 06 Apr 2025
https://github.com/angelodotnet/swagger.v2
MVC Core project example showing how to use Swagger with extending the documentation in a basic web API
Last synced: 06 Apr 2025
https://github.com/angelodotnet/webapi.client.identity
MVC Core project example showing how to use a core web API, secured with JWT authentication and AspNetCore Identity on API calls.
Last synced: 06 Apr 2025