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

6 years ago3101

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 Microsoft.VisualStudio.Azure.Containers.Tools.Targets

Microsoft.VisualStudio.Azure.Containers.Tools.Targets

6 years ago550

"Targets files to enable the Visual Studio Tools for Containers."

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

unknown, Unknown country

Screenshot for .net library or nuget package Gelf4Net.AmqpAppender

Gelf4Net.AmqpAppender

6 years ago544

"GELF log4net AmqpAppender - graylog2. Built for log4net"

Library or NuGet package built with .net standard and c# by micahlmartin, jjchiw & contributors.

unknown, Unknown country

Screenshot for .net library or nuget package zipkin4net.middleware.aspnetcore

zipkin4net.middleware.aspnetcore

6 years ago521

"Asp.net core middleware for zipkin4net"

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

unknown, Unknown country

Screenshot for .net library or nuget package runtime.opensuse.13.2-x64.runtime.native.System.Net.Http

runtime.opensuse.13.2-x64.runtime.native.System.Net.Http

6 years ago515

"Internal implementation package not meant for direct consumption.  Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4."

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

unknown, Unknown country

Screenshot for .net library or nuget package SQLite.Net.Core-PCL

SQLite.Net.Core-PCL

6 years ago646

"SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases.         …"

Library or NuGet package built with .net standard and c# by Øystein Krog, Frank Krueger & Tim Heuer.

unknown, Unknown country

Screenshot for .net library or nuget package Xamarin.Google.iOS.SignIn

Xamarin.Google.iOS.SignIn

6 years ago595

"C# bindings for Google APIs Sign In iOS Library"

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

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