On CBSSports.com: Mike Tyson's daughter dies in accident
86 Resources for

windows communication foundation

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Windows Communication Foundation (86 results)

TechRepublic Resources

Book reviews: Get up to speed on .NET's Windows Communication Foundation
How long are these books?Most developers I know barely have time to read really huge tomes... how long are these books?J.Ja
Tags: Justin James, Windows Communication Foundation, Microsoft .NET
Discussion threads 2007-10-09
Book reviews: Get up to speed on .NET's Windows Communication Foundation
Keeping up with technology is a full-time job. This is especially true for Microsoft .NET developers as more and more technologies are introduced by the Redmond giant. A good example is the numerous updates to the .NET Framework with 2.0 followed by 3.0 and then 3.5. Even the most diligent...
Tags: Microsoft .NET, Appendix, Windows Communication Foundation, Technology, Programming, Programming Windows Communication Foundation Services, Tony Patton
Blog posts 2007-10-09
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.
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation
Webcasts 2009-06-16
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...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, RESTful
Webcasts 2009-06-18
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 12 of 15): Reliable Messaging (Level 200)
The presenter of this webcast introduces to reliable sessions, a binding feature in Windows Communication Foundation WCF that provides assurance at the message level using WS-ReliableMessaging (WS-RM). The attendee of this webcast will learn how to enable reliable sessions on standard bindings, see how WS-RM works, and discover how to...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Messaging, WS-ReliableMessaging
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 01 of 15): Overview (Level 100)
Windows Communication Foundation WCF is the Microsoft messaging platform for building service-oriented applications. Released with the Windows Vista operating system, and part of the Microsoft .NET Framework version 3.0, WCF unifies the programming model for how components and services communicate: be they distributed or not, accessible beyond firewalls, or available...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Microsoft Corp.
Webcasts
Live From Redmond: VB9 - Building Service-Oriented Applications With WCF
This web cast will show how to produce and consume WCF services using the new WCF support with Visual Basic and build applications that take advantage of the next-generation service architecture.
Tags: Windows Communication Foundation
Webcasts
Programming WCF Services: WCF Essentials
This paper describes the essential concepts and building blocks of WCF and its architecture, enabling the reader to build simple services. The reader will learn the basic terms regarding addresses, bindings, contracts, and endpoints; see how to host a service, learn how to write a client; and understand some related...
Tags: O'Reilly Media Inc., Windows Communication Foundation, Programming
Book chapters 2007-02-01
Learning WCF: Hello Indigo
Windows Communication Foundation WCF, formerly code-named "Indigo," is a new distributed messaging platform released with Windows Vista as part of the .NET Framework 3.0. The .NET Framework 3.0, formerly code-named "WinFX," includes four pillars: Windows Presentation Foundation WPF, Windows Workflow Foundation WF, Windows Communication Foundation WCF, and Windows CardSpace. .NET...
Tags: Microsoft .NET Framework 3.0, Indigo, Windows Communication Foundation, Microsoft Windows, .Net, Application Servers, Operating Systems, Middleware, Software, Software Development, Software/Web Development, Enterprise Software
Book chapters 2007-05-01
MSDN Architecture Webcast: Windows Communication Foundation and Windows Workflow Foundation in Retail and Hospitality (Level 200)
Workflow, rules, and communications are both omnipresent and critical in the retail and hospitality industries, whether it is the checkout process in a brick and mortar store, or the check-in process at a hotel; the calculation of tax or loyalty card points, or communicating to a third-party payment provider. This...
Tags: Retail, Microsoft Developer Network, Webcast, Windows Communication Foundation, Microsoft Windows, Operating Systems, Software
Webcasts 2006-05-22
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...
Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Windows Communication Foundation, .Net, AJAX, Middleware, Software Development, Software/Web Development, Internet, Web Development, Web 2.0, Enterprise Software, Software
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,...
Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Windows Communication Foundation, Client Library, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts 2007-11-13
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 03 of 15): Contract Versioning (Level 200)
Clients rely on contracts defined by the Web Services Description Language WSDL to communicate with services. The WSDL contract describes the operations available at each service endpoint and the format and schema for messages related to each operation, including the schema for complex types exchanged between parties. Making changes to...
Tags: Microsoft Developer Network, Contract, Webcast, WSDL, Windows Communication Foundation, Web Services, Enterprise Software, Software
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 04 of 15): Exceptions and Faults (Level 200)
In a distributed system, exceptions that occur remotely must traverse process or computer boundaries before they reach the client. In a service-oriented architecture SOA, the boundary is a service boundary that may be located in the same process, or across process or computer boundaries. Beyond these distribution boundaries, there may...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Boundary, Exception, SOAP, Service-Oriented Architecture (SOA), Web Services, Productivity, .Net, Middleware, Enterprise Software, Software, Software Development, Software/Web Development
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 15 of 15): Extensibility (Level 200)
As rich in features as Windows Communication Foundation WCF is, the developer can make it even richer by hooking into the many points of extensibility provided by the service model. There are many reasons why one might write custom extensions, for example to standardize coding practices, provide sound defaults for...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Messaging, Extensibility, Instant Messaging, Groupware, Internet, Online Communications, Enterprise Software, Software
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 14 of 15): Message Queuing (Level 200)
Queued calls are yet another way to achieve reliability in a distributed system. When a person sends messages using a classic request/reply pattern, the response traditionally indicates whether the request was successful. In the case of one-way messages, it is difficult to be sure that the message arrived at its...
Tags: Message, Microsoft Developer Network, Webcast, Windows Communication Foundation, Microsoft Corp.
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 13 of 15): Transactions (Level 200)
Transactions are critical for system reliability. Transactions are necessary when two or more activities must be coordinated as a single operation - ensuring that the system is always left in a consistent state. The only two viable options are to complete the two activities successfully, or to leave the system...
Tags: Microsoft Developer Network, Transaction, Webcast, Windows Communication Foundation
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 11 of 15): Federated Security (Level 200)
The security model in Windows Communication Foundation WCF supports a rich, claims-based approach to authorization. Virtually any security token can be represented as a set of claims, including tokens that contain Windows credentials, username and password, or X509 certificates. Normalized claims are at the heart of any federated security model,...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Claim, Security
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 08 of 15): Instancing Modes (Level 200)
Windows Communication Foundation WCF services can be configured so that the lifetime of the service instance is limited to the duration of the request, for the duration of a client session proxy instance, or forever, as in the case of singleton services. Instancing modes in WCF control the way that...
Tags: Microsoft Developer Network, Webcast, Windows Communication Foundation, Mode
Webcasts
MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 07 of 15): Messaging Patterns (Level 200)
When a distributed enterprise system is build, many types of message exchange are available to meet the needs of different communication patterns. This webcast discusses a variety of messaging patterns and describes how they satisfy different deployment and communication requirements for the services. The presenter of this webcast explores approaches...
Tags: Microsoft Developer Network, Webcast, Pattern, Windows Communication Foundation, Messaging, Instant Messaging, Groupware, Internet, Online Communications, Enterprise Software, Software
Webcasts


PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

SmartPlanet