what is this WCF ? i used web services little bit but don't know about theses WCF, read a lot on google but couldn't get its technical terms like http://www.codeproject.com/Articles/139787/What-s-the-Difference-between-WCF-and-Web-Services or msdn.
It says like communcation over HTTP and SOAP , serialization, soap etc but yet i'm not qualified to understand these. Help me, guide me and please in easy wordings.

WCF is really just a more powerful sibling of web services. HTTP is the transport protocol of the web, and SOAP is a messaging protocol for packaging data. Serialization takes raw data and converts it to a convenient storage or transport mechanism like binary or XML.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.