hongmeig's WebLog

How to let ASPNET process run the Whidbey bits

This should be quite easy. After installing the right version of Whidbey, go to your framework...

Author: hongmeig Date: 12/01/2004

System.Runtime.CompilerServices.InternalsVisibleTo works

This is a very sneaky feature which has been discovered or blogged by quite a few .net gurus. I just...

Author: hongmeig Date: 11/17/2004

Private Key is not available

When you use X509Certificate to encrypt a message, sometime you will see an error like "Private Key...

Author: hongmeig Date: 11/10/2004

SymmetricKeyEncryption in WSE 2.0 ( part 2 )

As promised, i would talk about a second approach to achieve symmetric key based encryption in WSE...

Author: hongmeig Date: 10/17/2004

Symmetric key based encryption in WSE 2.0 ( part 1 )

In WSE 1.0, symmetric key encryption could be done through decryption key provider. Moving to WSE...

Author: hongmeig Date: 09/15/2004

SecurityTokenManager in WSE 2.0

The idea of SecurityTokenManager is very powerful. It provides one single place to extend the WSE...

Author: hongmeig Date: 08/25/2004

WSE 2.0 SP1

In case you don't know, WSE 2.0 SP1 has already shipped. You can download it from...

Author: hongmeig Date: 08/19/2004

Marshal.Sizeof(typeof(char)) is not equal to sizeof(char)

Yes, believe your eyes. Marshal.SizeOf(typeof(char)) = 1, however sizeof(char) = 2. Reason? Not sure...

Author: hongmeig Date: 08/19/2004

WSE 2.0 RTM

Yes! The second version of Web Service Enhancements for Microsoft .NET has recently shipped! There...

Author: hongmeig Date: 06/09/2004

About me

Currently, I am a developer in Adanced Web Services team. The product I am working on is called Web...

Author: hongmeig Date: 04/29/2004

Welcome to the hongmeig's web blog

This is really cool!

Author: hongmeig Date: 04/28/2004

<Previous