WCF Performance Tuning
WCF framework
Basis of a WCF service
WCF bindings
Defining "fast" WCF service:
Choosing fast data contract formats
Google protocol buffers
Serialization benchmarks
Demo #1. Pluging-in custom serializers
Code available at: https://github.com/donatasm/WCF-Performance-Tuning
Gotcha
Tuning ServiceThrottlingBehavior
WCF service instance management
ServiceThrottlingBehavior properties
Demo #2. Tuning ServiceThrottlingBehavior
Code available at: https://github.com/donatasm/WCF-Performance-Tuning
Handling burst of requests after being idle
WCF slowiness issue after being idle for 15 sec
Demo #3. WCF slowiness issue after being idle for 15 sec
Code available at: https://github.com/donatasm/WCF-Performance-Tuning
Asynchronous operations
Demo #4. AsyncPattern=true
Code available at: https://github.com/donatasm/WCF-Performance-Tuning
Thanks! Further topics for this evening