Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

I just learned something new the other day about how BizTalk initializes variables that is used in Expression shapes. I have always since my tests with BizTalk 2004 betas performed explicit new of variables that I have declared, i.e. I have called a constructor Read More...
The first utility class I intend to describe is timerHelper. The purpose of this class is to provide a high-precision timing function. Please note that it is not a timer that issues events, instead is used to measure how long something has taken to execute. Read More...
In a series of four articles (including this) I will discuss three utility classes that I frequently use when I as a consultant write code for my customers. These classes have been in development for a long time, timerHelper since 2001 and the other for Read More...
As you have already heard it was annonced some two weeks ago that WinFX will now be called .NET Framework 3.0. While it might make sense from a markering perspective to do this it will probably create confusion among developers. The reason is that .NET Read More...
A tool that I have recently made use of is a library from Code Project. The library helped me to easily build MIME messages. As I was providing a high-level API to another caller I created a wrapper around the specific classes and methods exposed by this Read More...
During my adventures in CryptoAPI land I found a web site that has helped me to create appropriate P/Invoke declarations. The site is called www.pinvoke.net and it contains P/Invoke declarations for a large number of Win32 APIs (always in C# and sometimes Read More...
Due to a number of reasons we needed to ensure that the sender of a message, which we were going to sign, really knew the secret password/pincode to the certificate. The basic design of this is actually flawed but we could not change this as we only replace Read More...
Recently I've been working in a BizTalk project where my main task has been to develop a module that is used to help signing and encrypting messages. I have then had the opportunity to dive a bit deeper into the functionality provided by the classes in Read More...
There are lots of interesting stuff happening right now! Primarily I'm thinking about BizTalk Server 2006 R2 and .NET Framework 3.0 which was both announced last week. Therefore I felt that this was a great time start blogging, lots of news to keep the Read More...
 
Page view tracker