C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » WCF »

What is wcf?


Posted Date: 16 Oct 2009      Posted By: sajith      Member Level: Silver     Points: 1   Responses: 5



What is WCF? in which version this is available .also give me a sample to
run my first WCF sample.What all thinks i need to run this


Regards,
sajith





Responses

Author: seema    16 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

http://msdn.microsoft.com/en-us/library/ms735119.aspx


Author: ranipriya    16 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

WCF is Windows Communication Foundation

It is an application programming interface in the .NET Framework for building connected, service-oriented applications.

Windows Communication Foundation (WCF) provides a unified framework for rapidly building service-oriented applications that makes it easy to build and consume secure, reliable, and transacted Web services.

WCF’s single programming model unifies the capabilities in ASMX, WSE, Remoting, COM+, and MSMQ; therefore developers need to learn only one programming model.


http://en.wikipedia.org/wiki/Windows_Communication_Foundation
also http://www.microsoft.com/net/WindowsCommunicationFoundation.aspx



Author: satya    16 Oct 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Windows Communication Foundation (formerly code-named "Indigo") is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture.

What Is Windows Communication Foundation?
The global acceptance of Web services, which includes standard protocols for application-to-application communication, has changed software development. For example, the functions that Web services now provide include security, distributed transaction coordination, and reliable communication. The benefits of the changes in Web services should be reflected in the tools and technologies that developers use. Windows Communication Foundation (WCF) is designed to offer a manageable approach to distributed computing, broad interoperability, and direct support for service orientation.
WCF simplifies development of connected applications through a new service-oriented programming model. WCF supports many styles of distributed application development by providing a layered architecture. At its base, the WCF channel architecture provides asynchronous, untyped message-passing primitives. Built on top of this base are protocol facilities for secure, reliable, transacted data exchange and broad choice of transport and encoding options.
The typed programming model (called the service model) is designed to ease the development of distributed applications and to provide developers with expertise in ASP.NET Web services, .NET Framework remoting, and Enterprise Services, and who are coming to WCF with a familiar development experience. The service model features a straightforward mapping of Web services concepts to those of the .NET Framework common language runtime (CLR), including flexible and extensible mapping of messages to service implementations in languages such as Visual C# or Visual Basic. It includes serialization facilities that enable loose coupling and versioning, and it provides integration and interoperability with existing .NET Framework distributed systems technologies such as Message Queuing (MSMQ), COM+, ASP.NET Web services, Web Services Enhancements (WSE), and a number of other functions.



Author: Ehsan Hafeez    21 Oct 2009Member Level: BronzeRating: 2 out of 52 out of 5     Points: 2

WCF (Window Communication Foundation) is a communication interface to build the service oriented application. using this technology fast, reliable, secure and distributed application can be build.


Author: atulpatel    06 Nov 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

WCF is unified programming model which is used to develop service oriented architecture.

You can find more details:
http://msdn.microsoft.com/en-us/library/ms734712.aspx

Thanks,
Atul



Post Reply
You must Sign In to post a response.
Next : Wcf - data isolation between services
Previous : Wcf - client wait other client
Return to Discussion Forum
Post New Message
Category: WCF

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use