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 ago3467

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 System.Data.Odbc

System.Data.Odbc

7 years ago920

"Provides a collection of classes used to access an ODBC data source in the managed spaceCommonly Used Types:System.Data.Odbc.OdbcCommandSystem.Data.Odbc.OdbcConnectionSy…"

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

unknown, Unknown country

Screenshot for .net library or nuget package runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit

runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit

7 years ago901

"Internal implementation package not meant for direct consumption.  Please do not reference directly. The .NET JIT compiler. When using NuGet 3.x this package requir…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.IdentityModel

Microsoft.IdentityModel

7 years ago793

"Windows Identity Foundation enables .NET developers to externalize identity logic from their application, improving developer productivity, enhancing application securit…"

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

unknown, Unknown country

Screenshot for .net library or nuget package MongoDbGenericRepository

MongoDbGenericRepository

7 years ago1107

"A generic repository implementation using the MongoDB C# Sharp 2.0 driver."

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

unknown, Unknown country

Screenshot for .net library or nuget package CNTK.Deps.MKL

CNTK.Deps.MKL

7 years ago758

"Microsoft Cognitive Toolkit Libraries, MKL dependencies"

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

unknown, Unknown country

Screenshot for .net library or nuget package Castle.Windsor.MsDependencyInjection

Castle.Windsor.MsDependencyInjection

7 years ago1098

"Package Description"

Library or NuGet package built with .net standard and c# by Castle.Windsor.MsDependencyInjection.

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.

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