Which one is better : JSON vs. Xml serialization?
One of the hot topics of discussion in building enterprise applications is whether one should use JSON or XML based serialization for data serialization and...
One of the hot topics of discussion in building enterprise applications is whether one should use JSON or XML based serialization for data serialization and...
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...
One of the questions that lot of developers ask is – Is there any difference between string and System.String and what should be used? Short Answer Th...
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...
There are several approaches in understanding the encoding mechanism. The approach we will take today is to see data conversion and storage using bytes...