Tag Archives: .NET

Producing Professional MSDN-style Documentation with .NET and NDoc

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. The .NET … Continue reading

Posted in IT, Programming | Tagged , , | Leave a comment

Keeping Secrets Secret: Steganography with .NET

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 … Continue reading

Posted in IT, Programming | Tagged , , | Leave a comment