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



Software Development (RSS)

Software Development
Cannot convert local time to universal time
I have this game I play. It's called "Make blog posts for error messages no-one else has ever seen". This is the latest for MS CRM 3.0. There is an error in XML document (1, 1523). ---> Microsoft.Crm.CrmException: Cannot convert local time to universal Read More

posted Monday, November 05, 2007 1:10 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