Sign in
Steven Cheng's MSDN Notes
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
ASP.NET
book
CONFIGURATION
Cookbook
CRYPTO
DATA
Debug
encrypt
Gadget
message
moss
MSDN
MVC
NETWORK
News
Packt
performance
PLACEHOLDER
Security
TROUBLESHOOTING
WCF
WEBSERVICE
WSS
XML
Archive
Archives
March 2013
(3)
December 2012
(2)
November 2012
(1)
September 2012
(2)
May 2012
(1)
February 2012
(1)
August 2011
(3)
July 2011
(6)
January 2011
(3)
December 2010
(4)
October 2010
(1)
December 2009
(2)
August 2009
(1)
July 2009
(1)
June 2009
(2)
April 2009
(4)
March 2009
(8)
February 2009
(7)
January 2009
(6)
December 2008
(5)
October 2008
(1)
August 2008
(1)
April 2008
(1)
March 2008
(1)
November 2007
(1)
March 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steven Cheng's MSDN Notes
[WCF]How to inspect and modify WCF message via custom MessageInspector
Posted
over 4 years ago
by
Steven Cheng - MSFT
6
Comments
[WCF]How to inspect and modify WCF message via custom MessageInspector Recently I received some questions about how to modify message content of WCF operation calls. By checking the WCF extensibility, it seems “ MessageInspector ” is the proper...
Steven Cheng's MSDN Notes
[WCF]Secure a dynamically added message header via behavior extension (part 1)
Posted
over 4 years ago
by
Steven Cheng - MSFT
3
Comments
[WCF]Secure a dynamically added message header via behavior extension (part 1) Recently I receive some questions about how to sign/encrypt a custom message header which is dynamically added when calling WCF service. Sure, sign/encrypt means...
Steven Cheng's MSDN Notes
[WCF]Secure a dynamically added message header via behavior extension(part 2)
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
[WCF]Secure a dynamically added message header via behavior extension(part 2) This article is the continue of my previous one demonstrating how to secure a custom message header added dynamically in WCF message. In the previous part 1 , I use a...
Steven Cheng's MSDN Notes
[SilverLight]How to debug silverlight application via SOS extension
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
A good note from Tess's blog #Debugging Silverlight applications with windbg and sos.dll http://blogs.msdn.com/tess/archive/2008/08/21/debugging-silverlight-applications-with-windbg-and-sos-dll.aspx
Steven Cheng's MSDN Notes
[ASP.NET]Useful resource for ASP.NET AJAX development
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
#Offical Site http://www.asp.net/ajax/ #ASP.NET AJAX roadmap: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14924 #jQuery and ASP.NET http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft...
Steven Cheng's MSDN Notes
[DEBUG]Resources for debugging ASP.NET application
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
Just a placeholder for ASP.NET debugging resource, will continue to update them. #How to use ADPlus to troubleshoot "hangs" and "crashes" http://support.microsoft.com/kb/286350 #Troubleshooting ASP.NET using WinDbg and the SOS extension http://support...
Steven Cheng's MSDN Notes
[ASP.NET]Good reference about troubleshooting ASP.NET application restart problem
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
Application restart is a common issue in ASP.NET web application. Here is a very good blog entry providing information on how to deal with such issue. Thanks Tess for the informative stuff: #ASP.NET Case Study: Lost session variables and appdomain...
Page 1 of 1 (7 items)