For .NET developers coming from the safe environment of Visual Studio and C#, the wild west that is the current JavaScript landscape can be very intimidating and confusing. Hopefully, this post will provide a little bit of guidance for your
Loosely coupled events in .NET (and harvesting Open Source projects)
This post is about how Open Source projects can be very beneficial in creating the best solution for your own development challenges. A little while ago, I needed something to handle events in a loosely coupled manner due to a
Staying out of .NET Open Source dependency hell
Probably all consumers of Open Source .NET libraries have run into the following situation: you’re using specific versions of library X and library Y in your application but library X also uses library Y, but a different incompatible version. Aaarrrghh!!!