This explains about implicit data contracts and explicit data contracts in WCF. It also explains how to create explicit data contract and how to call it from client.
This article discuss about different ways to host the WCF service. It explains about Self Hosting of WCF Service in detail. It discuss about WCF service self hosting technique using windows service.
This explains about how to create our own custom validation control in Asp.Net with our own functionality.
This discuss about how to implement multiple interfaces which have method with same name and same signature.
This discuss about how to share forms authentication for different applications which are running on different web servers. This explains forms authentication for multiple applications which are running on different web servers by using machineKey.
This discuss about how to handle same forms authentication for multiple applications on same web server. This explains forms authentication for multiple applications by using machineKey
This discuss about various session modes available in Asp.Net. It explains about session mode Off, InProc, StateServer, SQLServer and custom. It also discuss about advantages of StateServer and SQLServer modes over InProc.
This explains about C# keyword base. It discuss about what are the advantages of base keyword, when can we use base keyword and how to call base class constructor and its methods from derived class by using base keyword in C#.
This discuss about what is the use of "this" keyword in .Net, when can we use "this" keyword in C# and how can avoid scope ambiguity in C#.Net. It also explains about constructor chaining in C#.
This discuss about object serialization in C#.Net. It explains about BinaryFormatter Serialization, SoapFormatter Serialization, XmlSerializer in C# and what are the advantages of serialization in .Net