Browse by Tags

Developer Network

Forums, blogs, and downloads for SaaSGrid developers.
Related Posts
  • Forum Post: Re: Which bindings are supported?

    Good Question! SaaSGrid supports three types of bindings for your WCF Services: the netTcpBinding , basicHttpBinding, and wsHttpBinding . For performance reasons, we recommend using the netTcpBinding for all communication, unless you are constructing a Silverlight application which does not support the...
  • Forum Post: Which bindings are supported?

    Hi, I'm constructing the services for my applications and am generally wondering which bindings SaaSGrid supports and when it is appropriate to choose one over the other. Thanks!
  • Forum Post: Custom WCF extensions

    If I have to do some operations based on the users's locale in WCF service, How do I access the locale information of end user in my service? I could have done this by adding my own endpoint extension and adding the users local information to the message and retrieving it back on the service end...
  • Forum Post: Single WCF service per assembly

    Hi, We want to know why there is a limitation as part of SaaSGrid application archive to have one service per service library?. If i have 25 (just a number to say) services in my app then to deploy it on SaaSGrid I have to create 25 assemblies? Why is this restriction? Regards Badal