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)

Top comments (0)

Agent.ai Challenge image

Congrats to the Agent.ai Challenge Winners 🏆

The wait is over! We are excited to announce the winners of the Agent.ai Challenge.

From meal planners to fundraising automators to comprehensive stock analysts, our team of judges hung out with a lot of agents and had a lot to deliberate over. There were so many creative and innovative submissions, it is always so difficult to select our winners.

Read more →

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay