Alessandro Lacava’s Blog

Google
 

April 18, 2006

Producing Professional MSDN-style Documentation with .NET and NDoc

Filed under: Computer, .NET, C# — alessandrolacava @ 11:51 pm

Tired of trying to keep your documentation synchronized with the source? You can help alleviate the problem by creating professional documentation directly from the built-in XML documentation features of the C# language using the brilliant NDoc open-source application.
Read the Online article.


Keeping Secrets Secret: Steganography with .NET

Filed under: Computer, .NET, C#, Security — alessandrolacava @ 11:42 pm

Steganography is a way to protect information by hiding it “in plain sight” within other types of digital content. Steganography complements rather than replaces encryption by adding another layer of security�it’s much more difficult to decrypt a message if you don’t know that there is a message. See how to leverage .NET to create steganographic techniques that hide encrypted information inside common digital data files.
Read the Online article.