Cross Origin Resource Sharing with WCF JSON REST Services
My KonfDB platform provides a reliable way of configuration management as a service for cross-platform multi-tenant applications. When we refer to cross-plat...
My KonfDB platform provides a reliable way of configuration management as a service for cross-platform multi-tenant applications. When we refer to cross-plat...
Performance Optimization process starts when you are provided with Non-Functional Requirements such as Availability, Concurrent Users, Scalability and so on....
In Windows 8, when hosting WCF in a managed application running under a normal user privileges and NetTcp binding, you might get an exception Verify that the...
When running WCF services on Windows 7+ (actually, includes Vista too) operating systems when you write a simple code at the service side to open the service...
[slideshare id=16622012&doc=5-stepstooptimizingwcfservices-130219063219-phpapp02]
Microsoft .NET framework provides multiple out-of-the-box data serializers for data transformations. The most famous one used since .NET 1.0 version is XmlS...
So great, to create WCF Rest services for Windows Phone, you have to follow just 5 steps. This post will have more code than words, making it neat and to-th...
A question that boggles our mind and makes us think many times. Which binding should be used when? Let's throw some light on this. Case 1: Interaction with ...
While I was working on a project that involved designing WCF services as Backend layer, I ended up defining a class [Serializable] public class ProgramDetail...