Hill IT Solutions
Tweet Tweet
- #knockoutjs is really amazing. Whatever problem I throw at it, it can solve it quickly and cleanly. This is how web development should be. 5 days ago
- @brisbaneazureug Count me in once I moved to Australia in March. 6 days ago
- Alcohol prepared (rum punch), dessert ready (black forest cake), #beaglebone running, I'm ready for Christmas. 1 month ago
- The joy of consuming a service, documentation says email max 100 chars, in reality max 80 chars, actual RFC says 254. 1 month ago
- Bugfixing with Häagen-Dazs Vanilla Caramel Brownie, which will be finished first? 2 months ago
-
Recent Posts
Categories
Tags
Tag Archives: WCF
WCF Routing
As a little experiment I’ve been playing with a WCF router. Basically a router will accept any request on a certain binding and forward the request to the real service. There are quite some examples available on the internet but … Continue reading
Use your WCF proxies in a safe way
In a lot of WCF examples you’ll see that the proxy is called in a using statement, this is actually not the best or safest way to call your proxy. When you write using (ServiceProxy proxy = new ServiceProxy()) { … Continue reading
Tracing WCF messages
When you need to see the actual WCF message that gets over the wire you could use tools such as TcpTrace but this won’t work immediatly. The security of WCF doesn’t allow communication when the "To" header of the message … Continue reading
MaxItemsInObjectGraph and keeping references when serializing in WCF
Yesterday when I was implementing a new WCF service I encountered a problem that the response of the service contained too much items ("System.Runtime.Serialization.SerializationException : Maximum number of items that can be serialized or deserialized in an object graph is … Continue reading


