leandromoh
.NET developer and MCP in C#, with exceptional interesting about programming paradigms. Degree in System Analysis and Development
@stone-paymentsSão Paulo, Brazil
Pinned Repositories
COBOL
Exercicios de COBOL da FATEC-SP - Linguagem de Programação I - Prof. Hiromasa Nagata
cpf-cnpj-validator
Biblioteca C# para gerar e validar CPF e CNPJ com zero alocação de GC (Garbage Collector)
Curryfy
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
fminhacarteira
Calcula posição e rentabilidade da carteira com base em um arquivo contendo operacoes realizadas (compra e venda)
NullPropagationVisitor
Expression visitor that applies null conditional member access the same way the C# null propagation operator (?.) does.
RecordParser
Zero Allocation Writer/Reader Parser for .NET Core
TCC
PARADIGMAS DE PROGRAMAÇÃO: UMA ABORDAGEM COMPARATIVA
topics_to_read
leandromoh's Repositories
leandromoh/RecordParser
Zero Allocation Writer/Reader Parser for .NET Core
leandromoh/Curryfy
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
leandromoh/TCC
PARADIGMAS DE PROGRAMAÇÃO: UMA ABORDAGEM COMPARATIVA
leandromoh/cpf-cnpj-validator
Biblioteca C# para gerar e validar CPF e CNPJ com zero alocação de GC (Garbage Collector)
leandromoh/NullPropagationVisitor
Expression visitor that applies null conditional member access the same way the C# null propagation operator (?.) does.
leandromoh/topics_to_read
leandromoh/minhacarteira
Calcula posição e rentabilidade da carteira com base em um arquivo contendo operacoes realizadas (compra e venda)
leandromoh/uteis
alguns códigos interessantes que desenvolvi, seja como desafio, estudo ou resolvendo um problema real
leandromoh/fminhacarteira
Calcula posição e rentabilidade da carteira com base em um arquivo contendo operacoes realizadas (compra e venda)
leandromoh/fsharp-study
code examples, notes and others things of my F# study
leandromoh/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
leandromoh/Benchmarks
Benchmarks for various .NET libraries.
leandromoh/csharplang
The official repo for the design of the C# programming language
leandromoh/csv-serializer
string csv = CsvSerializer.Serialize(items);
leandromoh/Dapper
Dapper - a simple object mapper for .Net
leandromoh/directoryDiff
shows files differences between many directories (file existence, different length)
leandromoh/docker-cheat-sheet
Docker Cheat Sheet
leandromoh/ExpressionTreeVisualizer
Debugging visualizer for expression trees
leandromoh/Fastest-CSV-parser-in-C-sharp
This project compares the performance of CSV parsing libraries in C#. It seeks to identify the fastest parser by measuring the time taken for reading CSV files and processing data. It evaluates libraries such as Sylvia, SoftCircuitsCsvParser, csvHelper, StringSplit, RecordParser and shows how long each library takes to process the csv file.
leandromoh/game-of-life
leandromoh/github-stats
Better GitHub statistics images for your profile, no external server required
leandromoh/language-ext
C# functional language extensions and 'Erlang like' concurrency system
leandromoh/leandromoh
leandromoh/mongo-csharp-driver
.NET Driver for MongoDB
leandromoh/MoreLINQ
Extensions to LINQ to Objects
leandromoh/NCsvPerf
A test bench for various .NET CSV parsing libraries
leandromoh/Performance-Wars-Benchmarking-CSharp
🔥Performance Wars Benchmarking C# - This repository contains a collection of C# benchmarks to compare the performance of different approaches to solve the same problem.
leandromoh/rust-fsharp
Rust - F# - Rust reference
leandromoh/SOS
Species Observation System (SOS)
leandromoh/Sylvan
A collection of .NET libraries, including the fastest CSV parser for .NET.