Browse by Tags
All Tags »
NETWORK (RSS)
If you're interested in the underlying transfered bits of WCF messages or if you want to build a custom WCF client based on raw network programming interfaces, here are some useful resource about WCF message framing: #[MC-NMF]: .NET Message Framing Protocol
Read More...
[ASPNET]ASP.NET Event Validation and “Invalid Callback Or Postback Argument” Troubleshooting info There are many community members encountering this problem. Symptom is just as the following exception on ASPX page when postback. Invalid postback or callback
Read More...
[WCF]Things that will impact concurrency & capacity behavior of WCF service (with simoultaneous client requests/connections) I have found that many guys have encountered some concurrent connection limit problems when calling WCF service in their .NET
Read More...
[WSS]Use RPC protocol to access WSS v3 site The SharePoint Web Services Application Programming Interface (API) offers an extensive interface that helps to communicate remotely with SharePoint 2007. However, this SharePoint Web Services layer is not the
Read More...
[WCF]How to supply dedicated credentials for webproxy authentication in WCF client I’ve found several issue request on how to supply credentials for webproxy(intermediate proxy server) authentication in client application which consumes WCF service. When
Read More...