DEV Community

Cover image for 🔥 dotnet add package ActiveLogic
Tea
Tea

Posted on

🔥 dotnet add package ActiveLogic

Active Logic (AL) is now available as a nuget package, yay.

Was having a look wondering how to explain this neat library to developers on dev.to. Specifically I got to thinking okay, how would we do an async web request in AL?

Perhaps something like:

Console.WriteLine( HttpGet("URL") );
Enter fullscreen mode Exit fullscreen mode

I'll have another look to make sure this isn't off by a mile (I mean, yea sure, now that we have a nuget package I should probably make a sample app).

What the above does not get wrong, is how AL does async without callbacks.

〜 Going to call it a Sunday.

You may also find AL on Github and it isn't really a new thing either. I see an initial commit in July 2019, which probably was migrated/squashed from an incubator. Got 100% coverage on November 23rd (2020), which felt... anticlimactic?

Have my cake, and eat it 🎂

Image: Arecibo Observatory (from Wikipedia)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay