Pinned Repositories
API-SendEmail
MVC Core project example showing how to use a net core web api for sending emails
API-UploadFiles
MVC Core project example showing how to use a core web API for multiple file uploads
AspNetCore.Upload
This application is a clone of the homonymous application of the one developed by BrightSoul. In this version, sanitization of the file name uploaded by the user has been added.
BackgroundEmailSender
This application is a clone of the homonymous application of the one developed by BrightSoul.
BackgroundEmailSender.EFCore
This application is an updated clone with .NET 6.x and EFCore of the homonymous application of the one developed by BrightSoul
BackgroundEmailSender.OutboxPattern
This application is a clone of the homonymous application of the one developed by BrightSoul.
BackgroundEmailSender.v2
This is version 2.0 of the homonymous application developed by BrightSoul using ADO.NET technology
CustomLibrary.EFCore
Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.
RazorPaging-AdoNet
Razor project example showing how to insert data into an SQLite database and display it in table format.
SampleAPI.ComuniItaliani
NetDevForLife's Repositories
NetDevForLife/AspNetCore.Upload
This application is a clone of the homonymous application of the one developed by BrightSoul. In this version, sanitization of the file name uploaded by the user has been added.
NetDevForLife/RazorPaging-AdoNet
Razor project example showing how to insert data into an SQLite database and display it in table format.
NetDevForLife/SampleAPI.ComuniItaliani
NetDevForLife/API-SendEmail
MVC Core project example showing how to use a net core web api for sending emails
NetDevForLife/API-UploadFiles
MVC Core project example showing how to use a core web API for multiple file uploads
NetDevForLife/BackgroundEmailSender
This application is a clone of the homonymous application of the one developed by BrightSoul.
NetDevForLife/BackgroundEmailSender.EFCore
This application is an updated clone with .NET 6.x and EFCore of the homonymous application of the one developed by BrightSoul
NetDevForLife/BackgroundEmailSender.OutboxPattern
This application is a clone of the homonymous application of the one developed by BrightSoul.
NetDevForLife/BackgroundEmailSender.v2
This is version 2.0 of the homonymous application developed by BrightSoul using ADO.NET technology
NetDevForLife/CustomLibrary.EFCore
Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.
NetDevForLife/CustomLibrary.ProblemDetails
Collection of tools related to problem management (exceptions) that can be generated by applications. This library is an ad hoc code customization used in my private/work projects thus avoiding the duplication of repetitive code.
NetDevForLife/Docker.Application
This is a public personal repository of application docker configurations (templates) useful for development and production environments
NetDevForLife/Docker.Database
This is a public personal repository of database docker configurations (templates) useful for development and production environments
NetDevForLife/EFCoreGeneric
NetDevForLife/GestioneSagreWeb
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.
NetDevForLife/GestioneSagreWeb.Tools
Connected to the GestioneSagreWeb repository
NetDevForLife/MailKitCustomExtensions
NetDevForLife/MultiLanguageApiCustomExtensions
NetDevForLife/NET6CustomLibrary
Collection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code. (only compatible with .NET 6).
NetDevForLife/RabbitMQMassTransit.Backend
Backend of example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
NetDevForLife/RabbitMQMassTransit.Frontend
Frontend of example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
NetDevForLife/SagreEventi.SQLServer
Application that keeps track of food and wine festivals and events reported by users
NetDevForLife/SampleAPI.FastEndpoints
.NET 6 API development demo with FastEndpoints library and in-memory databases
NetDevForLife/SampleRabbitMQMassTransit
Example of how to use MassTransit with the help of RabbitMQ in .NET 6 microservices
NetDevForLife/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