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 ago2924

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 PerseusLibS

PerseusLibS

6 years ago487

"PerseusApi implementation"

Library or NuGet package built with .net standard and c# by Max-Planck-Institute of Biochemistry.

unknown, Unknown country

Screenshot for .net library or nuget package ServiceStack.Razor

ServiceStack.Razor

6 years ago479

"ServiceStack Razor Documentation: http://razor.servicestack.net/      - Turns ServiceStack into a Complete Web + REST Services Stack. Replaces n…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Microsoft.AspNet.Authentication.Cookies

Microsoft.AspNet.Authentication.Cookies

6 years ago498

"ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication."

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

unknown, Unknown country

Screenshot for .net library or nuget package dnx-coreclr-linux-x64

dnx-coreclr-linux-x64

6 years ago474

"Microsoft .NET Execution environment for CoreCLR on Linux x64"

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

unknown, Unknown country

Screenshot for .net library or nuget package CraigsUtilityLibrary-IO

CraigsUtilityLibrary-IO

6 years ago428

"Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption…"

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

unknown, Unknown country

Screenshot for .net library or nuget package Igor.Gateway.Dtos

Igor.Gateway.Dtos

6 years ago503

"SDK for the Igor Gateway Software API (compatible Gateway version - 5.4.0)"

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

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.

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