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

Projects in Awesome Lists by StefH

A curated list of projects in awesome lists by StefH .

https://github.com/stefh/fluentbuilder

A project which uses Source Generation to create a FluentBuilder for a specified model or DTO

Last synced: 15 May 2025

https://github.com/StefH/FluentBuilder

A project which uses Source Generation to create a FluentBuilder for a specified model or DTO

Last synced: 17 Apr 2025

https://github.com/stefh/simmetrics.net

SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). This library support multiple .NET versions including .NET Core (NETStandard 1.x)

algorithms distance-metric string string-metrics

Last synced: 07 Apr 2025

https://github.com/StefH/SimMetrics.Net

SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). This library support multiple .NET versions including .NET Core (NETStandard 1.x)

algorithms distance-metric string string-metrics

Last synced: 16 Mar 2025

https://github.com/StefH/AnyOf

Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.

anyof multiple type typed types

Last synced: 17 Apr 2025

https://github.com/stefh/anyof

Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters or return values for methods.

anyof multiple type typed types

Last synced: 07 Apr 2025

https://github.com/StefH/RandomDataGenerator

This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, MAC-Addresses, IP-Addresses, Guids and DateTime.

generation generator integers ipsum-generator names random text

Last synced: 04 May 2025

https://github.com/stefh/randomdatagenerator

This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, MAC-Addresses, IP-Addresses, Guids and DateTime.

generation generator integers ipsum-generator names random text

Last synced: 07 Apr 2025

https://github.com/stefh/icsharpcode.texteditorex

Extended version based on ICSharpCode.TextEditor which support Search/Replace and Goto

texteditor

Last synced: 30 Apr 2025

https://github.com/stefh/openssl-x509certificate2-provider

Parses OpenSSL public and private key components and returns a X509Certificate2 with RSACryptoServiceProvider. Based on opensslkey

Last synced: 10 Apr 2025

https://github.com/stefh/kendogridbinderex

This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.

automapper binder dynamic grid kendo-ui

Last synced: 19 Apr 2025

https://github.com/stefh/serverless-aws-lambda-typescript-examples

Examples for AWS Lambda functions created with the Serverless framework

Last synced: 30 Apr 2025

https://github.com/stefh/proxyinterfacesourcegenerator

This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use Dependency Injection.

code-generation

Last synced: 15 Apr 2025

https://github.com/stefh/angular-odata-es5

OData Service for Angular.io (es5 version)

angular angular2 fluent odata service

Last synced: 09 Oct 2025

https://github.com/StefH/NETStandard.HttpListener

HttpListener for .NET Core (NETStandard 1.3) and Universal Windows Platform (UWP)

http-listener netstandard uwp

Last synced: 16 Mar 2025

https://github.com/stefh/netstandard.httplistener

HttpListener for .NET Core (NETStandard 1.3) and Universal Windows Platform (UWP)

http-listener netstandard uwp

Last synced: 23 Apr 2025

https://github.com/StefH/Blazor.DownloadFileFast

Fast download from files to the browser from Blazor without any javascript library reference or dependency.

Last synced: 14 May 2025

https://github.com/stefh/blazor.downloadfilefast

Fast download from files to the browser from Blazor without any javascript library reference or dependency.

Last synced: 17 Mar 2026

https://github.com/StefH/ProxyInterfaceSourceGenerator

This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use Dependency Injection.

code-generation

Last synced: 17 Apr 2025

https://github.com/stefh/mediainfo.dotnetwrapper

A C# .NET Wrapper for the MediaInfo.Native and MediaInfo.dll

dll dotnet mediainfo wrapper

Last synced: 30 Apr 2025

https://github.com/stefh/xpath2.net

Lightweight XPath2 for .NET

linq xml xpath xpath-expression xpath2 xquery

Last synced: 05 Oct 2025

https://github.com/stefh/howler.blazor

A Blazor JSInterop wrapper for Howler.js.

audio audio-player blazor howler html5 javascript jsinterop

Last synced: 15 Apr 2025

https://github.com/StefH/Howler.Blazor

A Blazor JSInterop wrapper for Howler.js.

audio audio-player blazor howler html5 javascript jsinterop

Last synced: 26 Mar 2025

https://github.com/stefh/distributedcache.azuretablestorage

IDistributedCache implementation for AzureTableStorage

Last synced: 30 Apr 2025

https://github.com/stefh/queryinterceptor.core

Provides a generic way to intercept IQueryable expression trees using custom expression visitors.

expression-tree expression-visitor netstandard query

Last synced: 05 Sep 2025

https://github.com/StefH/WebDAV-AudioPlayer

An AudioPlayer based on CSCore to play music from a WebDAV location using WebDAV-Client

audio-player mediainfo mp3 mp3-player mp3player webdav

Last synced: 18 Nov 2025

https://github.com/stefh/githubreleasenotes

Generate Release Notes in markdown format from GitHub projects using Oktokit and LibGit2Sharp.

generate github libgit2sharp markdown notes oktokit release releasenotes

Last synced: 01 May 2025

https://github.com/StefH/ReflectionBridge

ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.

netstandard reflection type typeinfo

Last synced: 18 Apr 2025

https://github.com/stefh/reflectionbridge

ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.

netstandard reflection type typeinfo

Last synced: 01 May 2025

https://github.com/stefh/system.text.json.enumextensions

An extended version from the JsonStringEnumConverter which supports attributes like EnumMember, Display and Description

Last synced: 15 Apr 2025

https://github.com/StefH/GitHubReleaseNotes

Generate Release Notes in markdown format from GitHub projects using Oktokit and LibGit2Sharp.

generate github libgit2sharp markdown notes oktokit release releasenotes

Last synced: 05 May 2025

https://github.com/stefh/webdav-audioplayer

An AudioPlayer based on CSCore to play music from a WebDAV location using WebDAV-Client

audio-player mediainfo mp3 mp3-player mp3player webdav

Last synced: 04 May 2025

https://github.com/stefh/restease-client-generator

A Visual Studio Extension to generate a RestEase compatible client based on a Swagger / OpenAPI specification files

Last synced: 15 Jun 2025

https://github.com/StefH/McpDotNet.Extensions.SemanticKernel

Microsoft SemanticKernel integration for the Model Context Protocol (MCP). Enables seamless use of MCP tools as AI functions.

Last synced: 12 Jun 2025

https://github.com/stefh/jsmind.blazor

A Blazor JSInterop wrapper for jsMind

blazor interop javascript jsmind mindmap

Last synced: 16 Apr 2025

https://github.com/StefH/jsMind.Blazor

A Blazor JSInterop wrapper for jsMind

blazor interop javascript jsmind mindmap

Last synced: 14 May 2025

https://github.com/stefh/blazorwasmgrpcwithaadauth

Blazor + Wasm + Grpc + Azure AD Authentication

azure-ad blazor grpc wasm webassembly

Last synced: 28 Jul 2025

https://github.com/StefH/BlazorWasmGrpcWithAADAuth

Blazor + Wasm + Grpc + Azure AD Authentication

azure-ad blazor grpc wasm webassembly

Last synced: 16 Mar 2025

https://github.com/stefh/matroska

An Ebml based serializer to deserialize a Matroska file (.mkv or .webm)

csharp deserialize deserializer ebml matroska mkv ogg-opus serializer webm

Last synced: 31 Jul 2025

https://github.com/StefH/Replicate.Net

A C# RestEase client for Replicate (A latent text-to-image diffusion model capable of generating photo-realistic images given any text input).

Last synced: 03 May 2025

https://github.com/stefh/replicate.net

A C# RestEase client for Replicate (A latent text-to-image diffusion model capable of generating photo-realistic images given any text input).

Last synced: 02 Jul 2025

https://github.com/stefh/webdav-client

An easy-to-use async WebDAV client for .NETStandard, Portable and .NET

async-webdav-client netcore netstandard portable webdav webdav-client

Last synced: 06 May 2025

https://github.com/stefh/graphql.entityframeworkcore.dynamiclinq

GraphQL extensions for EntityFrameworkCore.DynamicLinq to automatically configure the query arguments and execute the query

Last synced: 24 Jun 2025

https://github.com/stefh/hotchocolate.data.extensions

Contains some "IgnoreCase" String filters for eq, contains, endsWith and startsWith.

Last synced: 09 Mar 2026

https://github.com/stefh/blazor.webassembly.authentication.auth0

Blazor WebAssembly Auth0 Oidc Authentication with support for Audience

auth0 authentication blazor oidc webassembly

Last synced: 07 May 2025

https://github.com/stefh/blazor.youtubedownloader

Example Blazor WebAssemblyApp to download the Audio from a YouTube video

Last synced: 08 May 2025

https://github.com/stefh/primeng-datatable-extensions

OData extensions for the PrimeNG DataTable

Last synced: 07 May 2025

https://github.com/stefh/excelformulaparser

Excel Formula Parser

excel formula parser

Last synced: 07 May 2025

https://github.com/stefh/blazorwasmgrpcwithauth0

Blazor + Wasm + Grpc + Auth0 Authentication

Last synced: 07 May 2025

https://github.com/StefH/BlazorWasmGrpcWithAuth0

Blazor + Wasm + Grpc + Auth0 Authentication

Last synced: 16 Mar 2025

https://github.com/stefh/coverageconverter

Convert .coverage files (binary format) to .coveragexml (xml format) files to support SonarCloud code-coverage when using VSTest@2

Last synced: 09 May 2025

https://github.com/stefh/wsdlgenerator

A tool to generate a WSDL file from a C# DLL which contains one more Microsoft WebServices.

Last synced: 08 May 2025

https://github.com/stefh/dutch-coronacheck-qr-code-decoder-and-verifier

Decoding and verifying the Dutch CoronaCheck QR Code

Last synced: 07 Mar 2026

https://github.com/stefh/mcpservers

A collection of MCP (Model Context Protocol) servers as dotnet tools. And some projects to easily build Stdio or SSE MCP Servers.

Last synced: 07 Mar 2026

https://github.com/stefh/linq.propertytranslator.core

This is a .NET Core port of the PropertyTranslator (https://github.com/peschuster/PropertyTranslator).

entity-framework linq linq-provider netstandard translation

Last synced: 09 May 2025

https://github.com/stefh/nethereum-codegenerator

A web based Generator which creates a Nethereum based C# Interface and Service based on Solidity Smart Contracts

abi bytecode ethereum generate generator interface nethereum service smart-contracts solc solc-js solcjs solidty vuejs

Last synced: 12 May 2025

https://github.com/stefh/qrcode

QR Code : Encoder, Decoder and Fixer

Last synced: 20 Jul 2025

https://github.com/stefh/jsonconverter

Common interface for Json Converters (Newtonsoft.Json, System.Text.Json, SimpleJson and more)

Last synced: 03 Oct 2025

https://github.com/StefH/Nethereum-CodeGenerator

A web based Generator which creates a Nethereum based C# Interface and Service based on Solidity Smart Contracts

abi bytecode ethereum generate generator interface nethereum service smart-contracts solc solc-js solcjs solidty vuejs

Last synced: 12 May 2025

https://github.com/stefh/openai

OpenAI related projects

Last synced: 16 Oct 2025

https://github.com/stefh/uzipdotnet

This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files. The source is copied from http://www.codeproject.com/Articles/359758/Processing-Standard-Zip-Files-with-Csharp-compress. The original license is CPOL by the author is Uzi Granot.

Last synced: 15 Mar 2025

https://github.com/stefh/system.io.enhancedfilesystemwatcher

EnhancedFileSystemWatcher, which can be used to suppress duplicate events that fire on a single change to the file.

changed deleted file filesystemwatcher multiple renamed watcher

Last synced: 12 Jun 2025

https://github.com/stefh/stef.validation

Guard methods for argument validation (NotNull, NotEmpty, ...)

Last synced: 08 May 2025

https://github.com/stefh/qboxnext

QboxNext is a modified clone of Qplatform, based on https://bitbucket.org/qboxnext/qboxnext

Last synced: 09 Sep 2025

https://github.com/stefh/filewatcher

FileWatcher

Last synced: 08 May 2025

https://github.com/stefh/embeddedimagegrabber

Extracting Embedded Images from an Assembly

Last synced: 21 Jun 2025

https://github.com/stefh/dsmrparser.example

An example on how to parse a P1 DSMR Telegram using .NET

Last synced: 15 Mar 2025

https://github.com/stefh/portable.concurrentdictionary

Portable, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 implementation of the ConcurrentDictionary

Last synced: 15 Mar 2025

https://github.com/stefh/pulumi.azure.constants

Additional constants for creating and configuring Microsoft Azure resources with Pulumi.Azure

azure constants pulumi resources

Last synced: 14 Sep 2025

https://github.com/stefh/protobufjsonconverter

Convert a protobuf message to a JSON string or object using the proto definition file.

Last synced: 24 Dec 2025

https://github.com/stefh/ghaction-compressfiles

A GitHub Action for compressing files using Brotli or GZip

Last synced: 15 Mar 2025

https://github.com/stefh/ramltoopenapiconverter

Converts a RAML to Open API Specification (native C# dotnet)

convert converter csharp json openapi-specification openapi3 raml yaml yml

Last synced: 09 Apr 2026

https://github.com/stefh/dotnetcore-windows-service

A .NET Core Windows Service example

Last synced: 23 Oct 2025

https://github.com/stefh/mcpserver.azuredevops

A Stdio MCP server as dotnet tool to access Azure DevOps.

Last synced: 01 Oct 2025

https://github.com/stefh/bower-kendo-ui-web

Bower package for KendoUIWeb (2014.1.318)

Last synced: 16 Feb 2026

https://github.com/stefh/pactexample

Some examples for Pact.Net and WireMock.Net

Last synced: 26 Jul 2025

https://github.com/stefh/system.appdomain.core

A replacement for AppDomain.CurrentDomain.GetAssemblies() call which is not present for NetCoreApp/NetStandard.

appdomain assemblies

Last synced: 08 May 2025

https://github.com/stefh/mydbutils

Generate script file from a MSSQL database to create or alter: Stored Procedures, Functions, Views and Triggers

Last synced: 01 Apr 2025

https://github.com/stefh/coronadashboard

Een Corona Dashboard gebaseerd op cijfers van Nederland gemaakt in Blazor en Blazorise

blazor blazorise corona covid-19 dashboard nederland

Last synced: 18 May 2026

https://github.com/stefh/system.linq.dynamic.core.testapps

System.Linq.Dynamic.Core.TestApps

Last synced: 01 Apr 2025

https://github.com/stefh/hotchocolateexample

HotChocolate Example

Last synced: 15 Oct 2025

https://github.com/stefh/blazorapphandlebarsdemo

BlazorApp WASM Handlebars.Net.Helpers Demo

Last synced: 13 Feb 2026

https://github.com/StefH/mcpservers

A collection of MCP (Model Context Protocol) servers as dotnet tools

Last synced: 12 Jun 2025

https://github.com/stefh/longguid

A LongGuid solution with 512 bits per identifier as opposed to the default 128 bits.

Last synced: 01 Apr 2025

https://github.com/stefh/resteaseexamples

RestEase examples

Last synced: 01 Apr 2025

https://github.com/stefh/presidio.sdk

Unofficial RestEase C# Client for Microsoft Presidio

Last synced: 14 Mar 2026

https://github.com/stefh/kubernetesexample

A example project about Kubernetes and C# WebApi

Last synced: 19 Aug 2025

https://github.com/stefh/aspnetcoregraphql

ASPNetCore GraphQL Example

Last synced: 11 Feb 2026

https://github.com/stefh/jpush.net

JPush.NET is SDK for .NET for sending and monitoring JPush messages, following JPush official REST API V2 and V3.

c-sharp jpush jpush-messages

Last synced: 31 Aug 2025

https://github.com/stefh/webapplicationstructuremap

WebApplication (WebAPI ) with StructureMap

Last synced: 26 Oct 2025

https://github.com/stefh/amazons3createpresignedurlexample

AmazonS3 Example for "Create PreSignedUrl with Expire date"

Last synced: 16 Jul 2025

https://github.com/stefh/infura.io-api

API for Infura.io based on RestEase

api api-client csharp infura restease

Last synced: 28 Jul 2025

https://github.com/stefh/pdfutils

Some Pdf Utilities

Last synced: 11 Feb 2026

https://github.com/stefh/ihttpclient

This project uses source generation to generate an IHttpClient interface and HttpClientProxy from the HttpClient to make it injectable and unit-testable.

Last synced: 07 Apr 2025

https://github.com/stefh/span.readerwriter

SpanReader and SpanWriter which wraps a `Span<byte>` and provide a convenient functionality for reading and writing.

Last synced: 01 Apr 2025

https://github.com/stefh/freecurrencyapi

RestEase Client for Freecurrency API

Last synced: 02 Jan 2026

https://github.com/stefh/blazor.browserextension.authentication.microsoft

Blazor.BrowserExtension.Authentication.Microsoft

Last synced: 01 Oct 2025

https://github.com/stefh/smartcontractfunction

An Azure Function to call Ethereum Smart Contracts

azure-functions functions smartcontracts solidity

Last synced: 30 Apr 2026