Browse by Tags

All Tags » C# (RSS)

Simple Cryptography Block by sodablue

I was looking around for a piece of code which would take a string and encrypt it into a Base64 encoded string such that I could later decrypt the string and obtain the message. This was to be used in a confirmation email. The message being urlencoded...
Filed under: , ,

A Method to Handle Audit Fields in LINQ to SQL by sodablue

Subsonic has this convention where it does this automatically for you, if the table had columns CreatedOn, CreatedBy, ModifiedOn, ModifiedBy. DLINQ doesn't really have anything like this built-in. This isn't something one wishes to do manually, as to...
Filed under: , ,
More Posts