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

4 years ago2476

Open source library or nuget package built with .net standard and c# by @Prototypist1.

hobbyist, United States


Embed shield: or

Related projects

Screenshot for .net library or nuget package App.Metrics.Health.Extensions.Hosting

App.Metrics.Health.Extensions.Hosting

4 years ago241

"Microsoft.Extensions.Hosting (IHostBuilder) support for App Metrics Health e.g. provide the ability to continuously report health via a Microsoft.Extensions.Hosting.Back…"

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

unknown, Unknown country

Screenshot for .net library or nuget package AWSSDK.AWSSupport

AWSSDK.AWSSupport

4 years ago265

"The AWS Support API provides methods for creating and managing AWS Support cases and for retrieving the results of AWS Trusted Advisor checks."

Library or NuGet package built with .net standard and c# by Amazon Web Services.

unknown, Unknown country

Screenshot for .net library or nuget package Google.Cloud.Diagnostics.Common

Google.Cloud.Diagnostics.Common

4 years ago273

"Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components."

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.VisualStudio.Debugger.Interop.11.0

Microsoft.VisualStudio.Debugger.Interop.11.0

4 years ago278

"Microsoft.VisualStudio.Debugger.Interop.11.0"

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

unknown, Unknown country

Screenshot for .net library or nuget package SonarAnalyzer.CSharp

SonarAnalyzer.CSharp

4 years ago305

"Analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio, which is a free e…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Xam.Plugin.HtmlLabel

Xam.Plugin.HtmlLabel

4 years ago304

"Xam.Plugin.HtmlLabel: display HTML content in labels"

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

unknown, Unknown country

A little bit about this site

Hello, I'm Corstiaan. I'm a .net 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.

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