Day of the Developer

Living the life of a developer. What is development work really like?

<July 2010>
SuMoTuWeThFrSa
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Post Categories

Article Categories

News

I'm a dad :) Welcome to a new life.

Navigation

Software Business Tips

My Sites

Subscriptions



ASP.NET (RSS)

ASP.NET Development
TypeInitializationException - What, Why, and How to fix
So what is a TypeInitializationException? "The exception that is thrown as a wrapper around the exception thrown by the class initializer" So what is a "class initializer"? A static constructor But I don't have a static constructor on my class. If Read More

posted Friday, October 27, 2006 10:16 PM by admin with 1 Comments

.NET 2.0 code for encryption of PayPal buttons
public sealed class PayPalEncrypt{     private static byte[] SignMsg(byte[] msg, X509Certificate2 signerCert)     {          // Place message in a ContentInfo object.          // This is required to build a SignedCms object.          ContentInfo contentInfo Read More

posted Thursday, June 08, 2006 9:50 AM by admin with 0 Comments

Powered by Community Server, by Telligent Systems