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 ago3431

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 DocuSign.eSign.dll

DocuSign.eSign.dll

7 years ago1075

"The DocuSign NuGet package makes integrating DocuSign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the …"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.WindowsDesktop.App.Runtime.win-x86

Microsoft.WindowsDesktop.App.Runtime.win-x86

7 years ago1033

"Internal implementation package not meant for direct consumption. Please do not reference directly. 3f7b76f5e2c6216a265daff3e403e61ae24815dc When using NuGet 3.x this pa…"

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

unknown, Unknown country

Screenshot for .net library or nuget package StackExchange.Redis.Extensions.AspNetCore

StackExchange.Redis.Extensions.AspNetCore

7 years ago1262

"StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core"

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

unknown, Unknown country

Screenshot for .net library or nuget package S22.Imap

S22.Imap

7 years ago1029

"Features of S22.Imap - Supports IMAP IDLE notifications - Supports IMAP over SSL/TLS - API designed to be very easy to use - Allows selectively fetching parts of mail me…"

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

unknown, Unknown country

Screenshot for .net library or nuget package TelerikMvcExtensions

TelerikMvcExtensions

7 years ago1418

"Version 2013.2.611 is the last release of Telerik Extensions for ASP.NET MVC. More info is available at http://www.telerik.com/products/aspnet-mvc/getting-started/mvc-ke…"

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

unknown, Unknown country

Screenshot for .net library or nuget package McMaster.NETCore.Plugins

McMaster.NETCore.Plugins

7 years ago1120

"Provides API for dynamically loading assemblies into a .NET application.This package should be used by the host application which needs to load plugins.See https://githu…"

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

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