DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Integrating PostgreSQL Databases with ANF: Join this workshop to learn how to create a PostgreSQL server using Instaclustr’s managed service

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • How to Develop an ASP.NET Web Service Application with WCF Service
  • A Direct Comparison of WCF and ASP.NET Core Functionalities

Trending

  • The Convergence of Testing and Observability
  • Microservices With Apache Camel and Quarkus (Part 5)
  • What Is Kubernetes RBAC and Why Do You Need It?
  • REST vs. Message Brokers: Choosing the Right Communication
  1. DZone
  2. Coding
  3. Frameworks
  4. Introduction to WCF

Introduction to WCF

Santhakumar Munuswamy user avatar by
Santhakumar Munuswamy
·
Feb. 05, 15 · Interview
Like (1)
Save
Tweet
Share
2.75K Views

Join the DZone community and get the full member experience.

Join For Free

overview
wcf is a platform for building distributed businesses and deploying services among various endpoints in windows. wcf was initially called name “indigo” and we can build service-oriented applications and provide interoperability.

microsoft first released the wcf bundle with .net framework 3.0 in visual studio .net 2008. it provides many useful features for developing services like hosting service instance management, asynchronous calls, reliability, transaction management, disconnected queued calls and security.

microsoft was the second release of the wcf bundle with .net framework 3.5 in visual studio .net 2008. this version supported additional tools and communication options.

microsoft's third release of the wcf bundle came with .net framework 4.0 in visual studio.net 2010. this version released a couple of features, like configuration changes, a few extensions, discovery and routers.

wcf also supports the windows azure platform and supported operating systems such as windows xp, windows server 2003, windows vista, windows server 2008, windows 7 and later versions.

wcf is a combination of multiple existing .net technologies like asmx, .net remoting, enterprise services, wse and msmq.



advantages of wcf

  • wcf provides better reliability and security compared to asmx web services.
  • in wcf, there is no need to make much of a change to code to use the security model and alter the binding.
  • small changes in the configuration file will match your requirements.
  • wcf provides interoperability between services.

disadvantage of wcf

  • wcf does not support method overloading functions.

conclusion
this article will help to understand wcf and respective versions in visual studio.

Windows Communication Foundation

Opinions expressed by DZone contributors are their own.

Related

  • How to Develop an ASP.NET Web Service Application with WCF Service
  • A Direct Comparison of WCF and ASP.NET Core Functionalities

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: