Steven Cheng's MSDN Notes

[SilverLight]How to debug silverlight application via SOS extension

A good note from Tess's blog #Debugging Silverlight applications with windbg and...

Author: Steven Cheng - MSFT Date: 02/02/2009

[ASP.NET]Good reference about troubleshooting ASP.NET application restart problem

Application restart is a common issue in ASP.NET web application. Here is a very good blog entry...

Author: Steven Cheng - MSFT Date: 02/02/2009

[WCF]How to expose WCF service to .NET 2.0 client

[WCF]How to expose WCF service to .NET 2.0 client WCF is provided in .NET 3.0 and much enhanced in...

Author: Steven Cheng - MSFT Date: 01/22/2009

How to disable web.config Inheritance for Child Applications in Subfolders in ASP.NET

Just found a useful FAQ about exclude some httpmodule inheritance in ASP.NET web application(from...

Author: Steven Cheng - MSFT Date: 01/21/2009

[CRYPTO]Use RSA keyset generated by .NET sn.exe tool

[CRYPTO]Use RSA keyset generated by .NET sn.exe tool I’ve found some public articles about how to...

Author: Steven Cheng - MSFT Date: 01/21/2009

[ASPNET]ASP.NET Event Validation and “Invalid Callback Or Postback Argument” Troubleshooting info

[ASPNET]ASP.NET Event Validation and “Invalid Callback Or Postback Argument” Troubleshooting info...

Author: Steven Cheng - MSFT Date: 01/16/2009

[ASPNET]"System.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control." error in nested databinding scenario

[ASPNET]"System.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind()...

Author: Steven Cheng - MSFT Date: 01/15/2009

[WCF]Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous client requests/connections)

[WCF]Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous...

Author: Steven Cheng - MSFT Date: 01/06/2009

[Debug]Method for automatically launch debugger at application's startup time

Just a reference to the following MSDN document: #How to: Launch the Debugger...

Author: Steven Cheng - MSFT Date: 12/26/2008

[WSS]Use RPC protocol to access WSS v3 site

[WSS]Use RPC protocol to access WSS v3 site The SharePoint Web Services Application Programming...

Author: Steven Cheng - MSFT Date: 12/17/2008

[WSS]WSS V3 Custom WebPart Features Gothrough

[WSS]WSS V3 Custom WebPart Features Gothrough Windows Sharepoint Service V3 is built upon ASP.NET...

Author: Steven Cheng - MSFT Date: 12/11/2008

[ASP.NET]Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context

Linked to original entry on MSDNTS blog: Manage database of ASP.NET 2.0 Membership & Role...

Author: Steven Cheng - MSFT Date: 12/03/2008

[WCF]How to supply dedicated credentials for webproxy authentication in WCF client

[WCF]How to supply dedicated credentials for webproxy authentication in WCF client I’ve found...

Author: Steven Cheng - MSFT Date: 12/03/2008

[WCF]Some good reference about WCF Extensibility

Windows Communication Foundation provides a unified platform for developing distributed and...

Author: Steven Cheng - MSFT Date: 10/21/2008

[WSS]Quick reference of WSS 3.0 asmx webservices

Here is a list of WSS 3.0 asmx webservices, just for your quick reference. Web Service Methods Admin...

Author: Steven Cheng - MSFT Date: 04/17/2008

[ASP.NET]Use LINQ to XML to construct XML document from database records

LINQ to XML provides us powerful component to manipulate XML data in .NET application. One common...

Author: Steven Cheng - MSFT Date: 03/05/2008

[CRYPTO]Basic programming resource on X509 certificates

X509 certificates is an important component and concept in Public Key Infrastructure(for Network...

Author: Steven Cheng - MSFT Date: 11/11/2007

[WebService]Good articles about customizing .NET webservice client proxy generation

Sometimes we may need to customize the auto-generated webservice proxy(such as change some type...

Author: Steven Cheng - MSFT Date: 03/08/2007

<Previous