Monthly Archives: January 2013
Call WCF Service Asynchronously
Why would we want to call a WCF Service asynchronously? The biggest reason to move from synchronous to asynchronous is performance. When a synchronous call is made, the current thread locks till the call is completed. It varies by OS … Continue reading
@media and IE8 and below
So this week I have been working on creating an adaptive UI for the various screen resolutions that our users operate on. Currently the page was static and looked horrible on high resolution screens. Playing around with HTML/JS Windows 8 … Continue reading