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 ago3292

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 GeoTimeZone

GeoTimeZone

7 years ago754

"Provides an IANA time zone identifier from latitude and longitude coordinates."

Library or NuGet package built with .net standard and c# by Matt Johnson-Pint & Simon Bartlett.

unknown, Unknown country

Screenshot for .net library or nuget package WebConfigTransformRunner

WebConfigTransformRunner

7 years ago766

"This is a commandline tool that will run an ASP.Net web.config tranformation"

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

unknown, Unknown country

Screenshot for .net library or nuget package CachingFramework.Redis

CachingFramework.Redis

7 years ago894

"Redis client library based on StackExchange.Redis with features like an extensible serialization strategy, a tagging mechanism to group keys and hash fields, and more, a…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Unipluss.Sign.ClientNET35

Unipluss.Sign.ClientNET35

7 years ago667

"Client library to communication with Signere.no REST API.      The library contains relevant model classes and a client class with methods to ac…"

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

unknown, Unknown country

Screenshot for .net library or nuget package EnterpriseLibrary.ExceptionHandling.Logging

EnterpriseLibrary.ExceptionHandling.Logging

7 years ago714

"This exception handler lets you log formatted exception information in locations specified in the configuration file."

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

unknown, Unknown country

Screenshot for .net library or nuget package Spring.Web

Spring.Web

7 years ago664

"Interfaces and classes that provide web application support in Spring.Net"

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

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