Suwat Ch.'s Blogs

Connected Framework and Silverlight developer

Posts
  • Suwat Ch.'s Blogs

    WCF Silverlight: Exception and Serialization

    • 1 Comments
    Exception is used as a mechanism to report issue by an application. In WCF webservice implementation, an application may throw exception which will be wrapped with Fault and sends over to the client. However, if an application chooses to return Exception...
  • Suwat Ch.'s Blogs

    WCF and Fault

    • 1 Comments
    Fault is generally used as a way for webservices to report rich error information to clients who perform webservice call (think .Net exception). WCF has a rich support for webservice to provide fault information. 1) Throw typical exception 2) Throw...
  • Suwat Ch.'s Blogs

    WCF Duplex Channel State and Exception

    • 1 Comments
    While testing the Duplex Channel with Callback implementation, I found out how the fault or various exceptions on the callback would affect the Duplex channel state. 1) Callback implementation received a message with an invalid or an unexpected action...
  • Suwat Ch.'s Blogs

    RemotingException: “All pipe instances are busy.” or “The system cannot find the file specified.”

    • 0 Comments
    Today, I ran into an interesting issue. One of our customers was using the .Net Remoting IPC client in the asp.net application communicating with a local service. The asp.net application was configured with impersonation. The IPC client was simply making...
  • Suwat Ch.'s Blogs

    Tutorial: Using Silverlight web service client configuration

    • 2 Comments
    Overview Microsoft Silverlight provides a rich platform to write internet applications. One of its key features is to enable the applications to communicate with the web services. Microsoft Silverlight Beta1 version was equipped with the web service...
  • Suwat Ch.'s Blogs

    X509 and WCF Security

    • 4 Comments
    WCF security provides confidentiality and integrity for message exchanges. We support both symmetric and asymmetric cryptography implementation. In this blog, I like to discuss WCF security using X509 (asymmetric) specifically. By the end of this blog...
Page 1 of 1 (6 items)