Urda on Mastodon

I am happy to announce I have launched my own Mastodon at urda.social/@urda and added an icon to the bottom of my website. You can follow me at @urda@urda.social from any Mastodon server.

Read More
Build Objects With Interfaces

Being able to drop certain chunks of code from one piece of software to another piece of unrelated software is a powerful thing. Not only does this save time, but it will also allow you to build a small library of tools you find useful in all your applications. Interfaces in C# is just one of many ways to build more modular objects that have similar behavior.

Read More