- Cross Platform Encryption using AES-256 (NodeJS, PowerShell, C#)
Oct 13, 2024
-
5 min read
Cross-platform encryption is a pain - different languages, same algorithm, different implementations. Here’s working AES-256 code for C#, Node.js, and PowerShell that actually interoperates correctly, so you don’t have to debug crypto edge cases.
- 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.