Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 26 May 2015
Recording network traffic between clients and WCF services to a database
›
Developers working with WCF services might have come accross the excellent tool Fiddler - which is a HTTP web debugging proxy. In some produ...
4 comments:
Sunday, 24 May 2015
Programatically compress data contracts saving bandwidth between clients and WCF
›
This article will explain how to achieve compression when transferring data contracts between a WCF service and a client. Many developers us...
2 comments:
Saturday, 23 May 2015
Logging WPF binding errors to the Event Log and testing this
›
WPF developers know that WPF binding errors are elusive. The XAML code is populated with binding expressions that are not strongly bound, bu...
‹
›
Home
View web version