·2 min read
How to use the My Namespace in C#
When I was first trying to transition from VB.NET to C I found it pretty odd that the "My" Namespace wasn't available in C.
When I was first trying to transition from VB.NET to C I found it pretty odd that the "My" Namespace wasn't available in C.
I recently had to upgrade some Classic ASP code to .NET for some data encryption. The routines use RC4 encryption and make the result database friendly.