February 2012 S M T W T F S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Tags
Categories
-
Recent Posts
Archives
Login
Author Archives: Shawn Meyer
Don’t Just Say You’re Doing Code Reviews
I keep hearing how wonderful code reviews are to help improve the quality of code. There is a lot of information about how code reviews can improve code design, reduce defects, and share knowledge. I have participated in a number of code reviews, and I can definitely say they have the potential to be a powerful tool. My problem with code reviews is not the concept, but the follow through. Continue reading
ASP.NET Scalability and Optimization Part 2
In the last post I showed a few ways to reduce bandwidth usage by taking advantage of the Microsoft CDN, ScriptManager, and the AJAX Minifier. In this post I will explain a scalable approach used to better manage session state while scaling with a changing environment.
Continue reading
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
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 .NET, Encryption, Enterprise Library, Java, Rijndael
View Comments