- Cross Platform Encryption using AES-256 (NodeJS, PowerShell, C#)
Oct 13, 2024
-
7 min read
I have had to implement encryption in code for services that are implemented in different languages, and getting that to work properly takes a little bit of time. I decided to share the code I used to do it so that others can spend less time figuring it out.
- Google Analytics .NET Integration
Dec 27, 2010
-
9 min read
How I built an integration with Google Analytics with ASP.NET
- Creating a Simple Function to Get a Short URL with Bit.ly API
Jul 2, 2010
-
2 min read
I wanted a quick and easy way to get a short URL for my blog posts, so I used the bit.ly API and created a simple function in C# to handle it. With this function, you can easily shorten any URL by passing it as an argument.