Tag: wcf
All the articles with the tag "wcf".
ServiceStack
Published: at 01:59 PMAn overview of ServiceStack, a modern alternative to WCF, highlighting its advantages for building high-performance, scalable REST and RPC web services.
WCF JSON Serialization error with DateTime.MinVal and UTC
Published: at 02:51 PMAn overview of a WCF JSON serialization error with DateTime.MinVal and UTC, and a solution to fix the issue by specifying the DateTimeKind as UTC.
Supporting the WS-I Basic Profile Password Digest in a WCF client proxy
Published: at 03:31 PMAn overview of how to use the message inspector and custom behaviors to implement the WS-I Basic Profile Password Digest in a WCF client proxy, including a detailed guide and code examples.