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 ago3054

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 WebBackgrounder.EntityFramework

WebBackgrounder.EntityFramework

6 years ago564

"WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Humanizer.Core.bg

Humanizer.Core.bg

6 years ago619

"Humanizer Locale Bulgarian (bg)"

Library or NuGet package built with .net standard and c# by Mehdi Khalili & Claire Novotny.

unknown, Unknown country

Screenshot for .net library or nuget package NServiceBus.Hosting.Azure.HostProcess

NServiceBus.Hosting.Azure.HostProcess

6 years ago529

"The process used when sharing an azure instance between multiple NServiceBus endpoints"

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

unknown, Unknown country

Screenshot for .net library or nuget package AspNetCore.HealthChecks.NpgSql

AspNetCore.HealthChecks.NpgSql

6 years ago623

"HealthChecks.NpgSql is a health check for Postgress Sql."

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

unknown, Unknown country

Screenshot for .net library or nuget package Nancy.Authentication.Stateless

Nancy.Authentication.Stateless

6 years ago564

"A stateless authentication provider for Nancy."

Library or NuGet package built with .net standard and c# by Andreas Håkansson & Steven Robbins and contributors.

unknown, Unknown country

Screenshot for .net library or nuget package Volo.Abp.Caching

Volo.Abp.Caching

6 years ago552

"Package Description"

Library or NuGet package built with .net standard and c# by Volo.Abp.Caching.

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