BuiltWithDot.Net
Projects built with .net framework, .net core, xamarin, mono, mono game, unity, or godot
submit project
don't be shy :-)
Screenshot for .net library or nuget package Function Flow

"Function Flow is a library that takes a set of algorithms and wires them together in to a single composite algorithm. Without Function Flow, one might right. public Enchilada MakeEnchilada(Oil oil, Spices spices, Flour flour, Broth broth, Tortillas tortillas, Cheese cheese, Onion onion){ var sauce = Mix(oil, spices, flour, broth); var browned = Fry(oil, tortillas); var grated = Grate(cheese); var assembled = Assemble(sauce, browned, grated); var almost = Bake(assembled); var chopped = Chop(onion); return Garnish(almost, sauce, chopped); } With Function Flow this becomes: public Enchilada MakeEnchilada(Oil oil, Spices spices, Flour flour, Broth broth, Tortillas tortillas, Cheese cheese, Onion onion){ return new FlowBuilder() .Then(Mix) .Then(Fry) .Then(Grate) .Then(Assemble) .Then(Bake) .Then(Chop) .Then(Garnish) .Run(oil, spices, flour, broth, tortillas, cheese, onion); } It has very specific use-cases. For more details please see the github page."

Function Flow

7 years ago3354

Open source library or nuget package built with .net standard and c# by @Prototypist1.

hobbyist, United States


Embed badge: or

Related projects

Screenshot for .net library or nuget package Selenium.WebDriver.WaitExtensions

Selenium.WebDriver.WaitExtensions

7 years ago649

"WebDriver extension methods to make WebDriverWait easier to use."

Library or NuGet package built with .net standard and c# by Chris Lee.

unknown, Unknown country

Screenshot for .net library or nuget package MessagePack

MessagePack

7 years ago901

"Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin)."

Library or NuGet package built with .net standard and c# by neuecc & aarnott.

unknown, Unknown country

Screenshot for .net library or nuget package Topshelf.Log4Net

Topshelf.Log4Net

7 years ago870

"Topshelf is an open source project for hosting services without friction. By referencing Topshelf, your console application *becomes* a service installer with a comprehe…"

Library or NuGet package built with .net standard and c# by Chris Patterson, Dru Sellers & Travis Smith.

unknown, Unknown country

Screenshot for .net library or nuget package Pdfium.Net.SDK

Pdfium.Net.SDK

7 years ago1279

"Pdfium.NET SDK it's a class library based on the PDFium project for viewing, text extracting, navigating and editing PDF files in your .NET projects. With the PDF Vi…"

Library or NuGet package built with .net standard and c# by patagames.com.

unknown, Unknown country

Screenshot for .net library or nuget package PdfSharpCore

PdfSharpCore

7 years ago2336

"PdfSharp for .NET CorePdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally MigraDoc has been ported as well (from version 1.32). Images have bee…"

Library or NuGet package built with .net standard and c# by Stefan Steiger and Contributors.

unknown, Unknown country

Screenshot for .net library or nuget package Serilog.Sinks.Graylog

Serilog.Sinks.Graylog

7 years ago1506

"The Serilog Graylog Sink project is a sink (basically a writer) for the Serilog logging framework. Structured log events are written to sinks and each sink is responsibl…"

Library or NuGet package built with .net standard and c# by Anton Volkov.

unknown, Unknown country

A little bit about this site

Hello, I'm Corstiaan. I'm a software developer from the Netherlands and I manage BuiltWithDot.Net. I created this site as a place where developers working with .net technology can showcase their projects and inspire other developers.

There's so much you can build with .net these days that I thought it would be nice to have a corner of the web dedicated to the breadth of .net. Enjoy!

What is the .net community working on?

Get weekly updates about new projects built with .net tech

Great! Click the link in the e-mail to confirm. Check the spam folder if you can't find it.

No spam. Unsubscribe any time.

© 2025 - created by Corstiaan Hesselink - submit project - RSS feed - contact