WCF NetTcp Port Sharing on Windows 8+
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...
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...
About an year ago, I had a chance to work on ASP.NET MVC and Claims-based identities for an enterprise application. Claims-based identity, though...