Welcome to MSDN Blogs Sign in | Join | Help

August 2006 - Posts

Good Practice to implement IUnkownSerilaizationData

Implementing the IUnknownSerializationData interface provides the advantage as it allows the different versions of the same data contract to evolve independently of each other, but still be used together. As the IUnkonwnSerilaizationData interface is
Posted by ashishme | 0 Comments

XML Fetish

XML Formatter is the default XML Serializer in WCF present in System.Runtime.Serialization. But one can go ahead and use XMLSerializerFormat for serialization for which a reference to System.XML.Serialization. As practice service oriented progrsamming
Posted by ashishme | 0 Comments

WCF and Contract first development

Few points on Contract first Developement If you start by defining what you’ll exchange you are starting from an aspect of the contract, regardless of the syntax you use for defining it (decorated classes as opposed to schemas). Using DataContract does
Posted by ashishme | 0 Comments

Major differences between WinFX June CTP and July CTP

Don’t have many class library (API) changes between June CTP and July CTP Few more bugs have been resolved in July CTP ta cater some scenarios You can force the Visual Studio Extensions released with the June CTP to install after installing the July CTP
Posted by ashishme | 0 Comments

Security at both Message and Transport Level

When using webservices we usually want the messages encrypted and also use SSL. This configuration as of now is not supported out of the box. We could use either tranport or message or a type called TransportWithMessageCredentials. The 3rd type does not
Posted by ashishme | 0 Comments
 
Page view tracker