Monthly Archives: October 2010

ASP.NET Scalability and Optimization Part 1

Part 1 of ASP.NET Scalability and Optimization series. In this part of the series we look at how to limit bandwidth and enhance user experience. We take a look at ways to improve strategies around hosting JavaScript content. Continue reading

Posted in ASP.NET, Optmiization | Tagged , , , | View Comments

Using Enterprise Library to Decrypt a Java Encrypted Message

Decrypting a message using Microsoft’s Enterprise Library can be a difficult task when working with other encryption frameworks. In this scenario I look at how to decrypt a message encrypted using a Java Rijndael implementation. Continue reading

Posted in Encryption, Java and .NET Integration | Tagged , , , , | View Comments