Sponsored White Papers, Webcasts, and Downloads
ZDNet Dictionary Definition
- Windows Communication Foundation
- The messaging subsystem in the Vista version of Windows. Part of the .NET Framework 3.0 programming interface API, Windows Communication Foundation WCF provides a service-oriented architecture SOA for passing...
- Full Windows Communication Foundation Definition >>
ZDNet Resources
- sort by:
- Relevance
- Date
- Popularity
- MSDN Webcast: RESTful Services With WCF 3.5 SP1 (Part 1 of 2): Concepts and Introduction (Level 200)
- This webcast is for one who has been looking for an overview of REpresentational State Transfer REST and gaining an understanding about the REST support of Windows Communication Foundation WCF 3.5 Service Pack 1 (SP1). The presenter of this webcast shows how to build an Asynchronous JavaScript and XML AJAX-friendly...
- Webcasts 2009-06-18
- MSDN Webcast: Migrating From ASMX to WCF (Level 200)
- The presenter of this webcast provides guidelines and best practices for migrating the ASMX services to WCF. The attendee will learn how to build a WCF service that can directly support existing ASMX clients, how to implement commonly used ASMX patterns in WCF, and how to avoid common pitfalls.
- Webcasts 2009-06-16
- WCFStorm 1.0 (Windows)
- WCFStorm is a full-featured tool capable of testing both WCF and Web Services. It allows users to create functional test cases and load/performance test cases which can be saved into a project. It features a object editing capabilities making the task of editing complex objects very easy.
- Software downloads 2009-04-18
- MSDN Webcast: Southern Fried Road Show Presents REST With Windows Communication Foundation 3.5 (Level 200)
- The presenter of this webcast focuses on the new capabilities in Windows Communication Foundation WCF version 3.5 for implementing REST architectures. The presenter examines the new webHttpBinding, and shows how to build services as resource endpoints, and explain how to map HTTP verbs onto WCF services. The presenter also shows...
- Webcasts 2008-10-22
- Microsoft readies new 'Dublin' distributed app server
- In conjunction with the rollout of its next-generation .Net Framework 4.0 release, Microsoft is readying a new distributed application server, code-named "Dublin." by Mary Jo Foley
- Blog posts 2008-10-01
- MSDN Webcast: geekSpeak: REST and Windows Communication Foundation 3.5 With Adnan Masood (Level 200)
- The geekSpeak webcast series brings the industry experts in a "Talk-radio" format hosted by developer evangelists from Microsoft. The presenter of this webcast introduces the Representational State Transfer REST architectural style and its design principles, and he discusses how they can be implemented using Windows Communication Foundation WCF 3.5. The...
- Webcasts 2008-09-03
- Create a Durable and Reliable WCF Service With MSMQ 4.0
- Windows Communication Foundation WCF endpoints often need to guarantee delivery. Take, for example, a WCF-based e-commerce application that accepts a credit card entry and performs some basic validation of the customer. At that point, the application must guarantee that the transaction gets processed. That's why developers have to ensure that...
- White papers 2008-09-03
- MSDN Webcast: geekSpeak: Windows Communication Foundation as the New .NET With Juval Lowy (Level 200)
- Windows Communication Foundation WCF provides off-the-shelf plumbing for connecting services together. The more granular the services are the more use the application makes of the WCF infrastructure and the less plumbing the developers have to write. Taken to the ultimate conclusion, every class and primitive should be a service to...
- Webcasts 2008-08-13
- MSDN Webcast: Bringing Enterprise Data to Life With SharePoint Server and Windows Communication Foundation (Level 300)
- With Windows Communication Foundation WCF and the WCF Line-of-Business Adapter Software Development Kit SDK, it is now possible to provide this level of integration to any Line-Of-Business LOB application. Whether one is using Microsoft Dynamics, SAP, JD Edwards, or any other business application, he or she can develop Microsoft Office...
- Webcasts 2008-07-18
- MSDN Webcast: Using Windows Workflow Foundation to Build Services With Jon Flanders (Level 300)
- Windows Workflow Foundation WF is a programming model, set of tools, and runtime environment which allows to write declarative and reactive programs for Windows operating systems. WF is part of the Microsoft .NET Runtime, and it first appeared in Microsoft .NET 3.0. Windows Communication Foundation WCF is also a programming...
- Webcasts 2008-07-09
- MSDN Webcast: Transactional Windows Communication Foundation Services With Juval Lowy (Level 200)
- Transactions are the key to building robust, high quality service-oriented applications. Windows Communication Foundation WCF provides a simple, declarative transaction support for service developers, enabling to configure parameters such as enlistment and voting, all outside the scope of the service. In addition, WCF allows client applications to create transactions and...
- Webcasts 2008-07-07
- MSDN Webcast: Windows Communication Foundation and Windows Workflow Foundation Integration in Depth With Jesus Rodriguez (Level 400)
- The combination of Windows Communication Foundation WCF and Windows Workflow Foundation WF provides the building block for the next generation of Microsoft .NET applications. With the release of Microsoft .NET Framework 3.5, developers now have multiple alternatives to build applications that combine WCF and WF. This webcast illustrate some of...
- Webcasts 2008-06-25
- MSDN Webcast: geekSpeak: Workflow Services in .NET 3.5 With Jon Flanders (Level 200)
- Windows Communication Foundation WCF and Windows Workflow Foundation WF are powerful technologies that were first introduced in the Microsoft .NET Framework 3.0. In release 3.5 of the .NET Framework, these two technologies work even better together. This webcast introduces to workflow services, and describes how workflow services unites WCF and...
- Webcasts 2008-06-18
- MSDN Webcast: geekSpeak: WCF Strategies for Windows Mobile With Jim Wilson (Level 200)
- Writing connected application for Windows Mobile-powered devices presents some unique challenges. Devices may only be occasionally connected, and network connectivity can change from one moment to the next. How to overcome these challenges and write robust, network-aware mobile applications? The presenter of this webcast answers the questions about writing connected...
- Webcasts 2008-05-12
- MSDN Webcast: Windows Communication Foundation Tools in Visual Studio 2008 (Level 200)
- What is the big deal with Windows Communication Foundation WCF anyway? This paper takes a brief look at why WCF is cool and how Microsoft Visual Studio 2008 makes writing WCF applications even cooler.
- Webcasts 2008-04-15
- MSDN Webcast: Windows Communication Foundation Web-Centric Capabilities in .NET Framework 3.5 (Level 100)
- The presenter of this webcast will cover the new design and development features in the Microsoft Visual Studio 2008 development system for creating rich Web applications. Topics include the new Cascading Style Sheets CSS and HTML design tools, the much improved Javascript Intellisense and debugging support, and the new Microsoft...
- Webcasts 2008-03-10
- MSDN Webcast: Calling Windows Communication Foundation Services With ASP.NET AJAX Client Libraries (Part 2 of 2) (Level 200)
- This webcast covers more details regarding calling Windows Communication Foundation WCF services from the Microsoft ASP.NET AJAX client libraries. The presenter of this webcast discusses how to configure get versus post, and JSON versus XML responses. Rob goes further into detail regarding ASP.NET compatibility mode (which enables the features of...
- Webcasts 2007-11-20
- MSDN Webcast: Calling Windows Communication Foundation Services With ASP.NET AJAX Client Libraries (Part 1 of 2) (Level 200)
- This webcast covers the basics of calling Windows Communication Foundation WCF services from the Microsoft ASP.NET AJAX client libraries. He discusses the new WCF binding, webHttpBinding that enables easy consumption of WCF services via the client libraries. The webcast includes a full example of creating a WCF service from scratch,...
- Webcasts 2007-11-13
- Technical Overview of Microsoft Windows HPC Server 2008 Beta 1
- Microsoft Windows HPC Server 2008 brings the power of high-performance computing HPC to the commercial mainstream. The centralized management and deployment interface helps to simplify deployment for both large and small compute clusters and provide a simple and effective management experience in order to increase cluster administrator productivity. The Microsoft...
- White papers 2007-11-01
- MSDN Webcast: Load Balancing, Deployment, and Performance for Windows Communication Foundation (Level 200)
- This webcast dives into some best practices that can help to ensure the highest level of performance and availability with Windows Communication Foundation WCF. It examines guidelines for load balancing services across a Web farm and it take a look at various properties that are designed to help prevent undue...
- Webcasts 2007-10-29
- << Previous
- page 1 of 5
- Next >>
Content Types
Refining Tags
- Microsoft Developer Network (57 results)
- Webcast (57 results)
- Software (35 results)
- Enterprise Software (24 results)
- Microsoft Corp. (23 results)
- Microsoft Windows (20 results)
- Software/Web Development (16 results)
- Operating Systems (16 results)
- Software Development (15 results)
- Middleware (13 results)
- .Net (10 results)
- Internet (10 results)
- Messaging (9 results)
- Web Services (9 results)
- Application Servers (6 results)
- Groupware (6 results)
- Instant Messaging (6 results)
- Microsoft Windows Presentation Foundation (6 results)
- Online Communications (6 results)
- Web Development (4 results)
- Programming (4 results)
- Microsoft .NET (4 results)
- SOA (4 results)
- Joe McKendrick (4 results)
- Cloud Computing (4 results)
- Microsoft ASP.NET (3 results)
- Web 2.0 (3 results)
- Development Tools (3 results)
- AJAX (3 results)
- Developer (3 results)
- Service-Oriented Architecture (SOA) (3 results)
- Productivity (3 results)
- Microsoft Windows Vista (3 results)
- SOAP (3 results)
- Microsoft .NET Framework 3.5 (3 results)
- Management (3 results)
Meet Doc
-
Here to help you with your Document Management Needs
- Doc is an enigma. Born to a Russian ballerina and a German electrical engineer, he grew up in various locations in the United States. He’s seen the insides of more brands, versions, and generations of printer and printer-related hardware than almost anyone.
- To learn more about this mysterious figure check out his blog on ZDNet and his Workspace on TechRepublic. You’ll be glad you did.
-
Produced by
ZDNet and

