An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by ffernandolima

A curated list of projects in awesome lists by ffernandolima .

https://github.com/ffernandolima/ef-core-data-access

It's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.

Last synced: 29 Jun 2025

https://github.com/ffernandolima/mongo-db-data-access

It's a modern and generic data access structure for .NET and MongoDB. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes DbContext, IdGenerators and transactions support with replica set.

Last synced: 05 Apr 2025

https://github.com/ffernandolima/confluent-kafka-core-dotnet

🚀 Kafka Core empowers developers to effortlessly build robust .NET applications on top of Confluent Kafka, focusing on simplicity, maintainability, and extensibility. With intuitive abstractions and builders, it introduces powerful features that enhance functionality and extend the official library's capabilities.

c-sharp consumers dotnet kafka kafka-client kafka-clients kafkacore producers workers

Last synced: 16 Aug 2025

https://github.com/ffernandolima/data-table-plus

DataTablePlus provides some helpful extensions in order to transform list of objects into data tables (it's able to use the object definitions and/or EntityFramework/EntityFrameworkCore mappings for creating the data table schema as well as its data) and also some SQL helpers capable of performing some batch operations using those data tables which were cited before. This application is focused on solving performance issues while ingesting or updating a lot of data.

Last synced: 21 Jul 2025

https://github.com/ffernandolima/log4netcore-sqlserver

log4net AdoNetAppender for .NET Core.

Last synced: 30 Apr 2025

https://github.com/ffernandolima/extensions-dependency-injection

Exposes service factories. Exposes dependency injection modularization. Also, exposes some AOP (Aspect Oriented Programming) extensions which help registering and resolving proxies instead of concrete implementations through Microsoft built-in container with the main purpose of providing lazy loading/instantiation of resources.

Last synced: 08 Sep 2025

https://github.com/ffernandolima/extensions-hosting

Exposes Startup extensions to be used with generic host. Also, it exposes task scheduling utilities based on cron expressions.

Last synced: 18 Jul 2025

https://github.com/ffernandolima/stop-forum-spam-api

StopForumSpamApi is a .NET wrapper for Stop Forum Spam API.

Last synced: 02 Jun 2026

https://github.com/ffernandolima/ffernandolima

Github Profile Repository

Last synced: 19 Mar 2026

https://github.com/ffernandolima/in-memory-database-app

In-memory database app is an implementation of a database which uses only memory for storing data. It implements some commands from the very known in-memory database called Redis (https://redis.io/).

Last synced: 02 Jun 2026

https://github.com/ffernandolima/extensions-configuration

Exposes configuration factory including legacy xml files support.

Last synced: 13 Aug 2025

https://github.com/ffernandolima/web-screenshot-taker-app

Web Screenshot Taker App is an application which uses the most known web brower named ChromiumWebBrowser in order to take web screenshots and save them locally. Also the application is able to generate thumbnails based on the web screenshots which have been taken.

Last synced: 02 Jun 2026

https://github.com/ffernandolima/aws-ses

Provides features for sending emails via AWS SES, intelligently handling rate limiting through effective retry strategies.

Last synced: 04 Aug 2025

https://github.com/ffernandolima/books-api

POC related to the usage/comparison of non-relational database MongoDB and the JSON columns from MySQL and PostgreSQL relational databases using .NET and EF Core 3.1.

Last synced: 01 Jul 2025

https://github.com/ffernandolima/distributed-unit-of-work

DistributedUnitOfWork is a simple .NET application demonstrating distributed and ambient transactions coordinated via a two-phase commit (2PC) protocol. The app uses a unit-of-work pattern to manage transactions across two different databases—MS SQL Server and PostgreSQL—leveraging .NET's TransactionScope to coordinate a distributed transaction.

Last synced: 13 Apr 2026

https://github.com/ffernandolima/order-calculator-app

Order Calculator App is a console application (command line application) which has been developed in order to solve an existent problem related to calculate the total price of an order based on some arguments that must be provided by the consumer.

Last synced: 13 Oct 2025

https://github.com/ffernandolima/data-analysis-service

The data analysis system is a system which is able to import lots of flat files, read and analyse the data, and output a report based on many rules.

Last synced: 15 Oct 2025

https://github.com/ffernandolima/net-core-logging-structure

Net Core Logging Structure is a full logging structure in order to write logs into files and database tables which uses .NET Core platform

Last synced: 02 Jun 2026

https://github.com/ffernandolima/aws-wrappers

AWS Wrappers contains some wrappers which provide features in order to make the management of Amazon S3 and Amazon SQS easier.

Last synced: 02 Jun 2026

https://github.com/ffernandolima/wcf-dependency-injection

WCF Dependency Injection is a sample solution in order to inject and invoke Web Services (WCF) using StructureMap as Dependency Injector.

Last synced: 02 Jun 2026