Important points while writing any WCF Services

Important points while writing any web / WCF Services should be taken care are as -  a)      Availability If you go to a known restaurant for which that is famous and after reaching you come to know that they are not providing services. How do you feel? So services sh... [More]

New programming job trend

MVC, Entity framework with WCF is in demand. HTML5 is expected to be launched by the end of year 2014 but it is buzzing more than others. Others in race are: CSS3,Entity Framework, jQuery, Cloud computing, KnockoutJs... [More]

The underlying connection was closed: The connection was closed unexpectedly

"The underlying connection was closed: The connection was closed unexpectedly." This exception can be avoided by checking- 1) The return type and make sure it is serializable. and 2) Make sure your Enum values are matched with the values stored inside tables. This is the very critical situation because you don't expect it. [More]

What is SOAP - Simple Object Access Protocol

SOAP is XML based protocol, format-for-sending-messages and used over HTTP.

Web services are used to handle interoperability problem and have given a way to exchange the data in different platforms.

It uses Simple Object Access Protocol (SOAP) to transport data over networks. XML is widely used for structuring, coding data and decoding data. [More]