January 24, 2008
A classic mistake in BizTalk is to think that you can control more than you really can through schemas. For example, although you can specify default values within a schema (say for a attribute value), this has no effect on message construction and output. Schemas are for validation, mapping, data-typing.etc. They don’t control message construction [...]
Filed by Paul Gu at January 24th, 2008 under Dot Net
No comments on this post yet
January 24, 2008
When do query page in ASP.NET, the special characters(é,ç,ë etc.,) are comming as ??…
The Response contains both ASCII and non-ASCII characters…
This might be a consequence of the proxy class they generated. It should be able to set the HTTPContentType to “text/xml;charset=utf-8″. This is the header that ‘packs’ the soap, since it is handled by the [...]
Filed by Paul Gu at January 24th, 2008 under Dot Net
No comments on this post yet
January 22, 2008
By Mark Russinovich
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don’t need a debugger to catch the debug output your applications or device drivers [...]
Filed by Paul Gu at January 22nd, 2008 under Dot Net
No comments on this post yet