Day of the Developer

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

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

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