Did you mean
Windows Communication Foundation (86 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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
- 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...
- 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.
- 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...
- 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...
- 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...
- 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.
- 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...
- 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...
- 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...
- 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...
- 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
- 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...
- 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...
- 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...
- 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...
- 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...
- 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,...
- 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...
- 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...
- Webcasts
- << Previous
- page 1 of 5
- Next >>
Content Types
Refining Tags
- Webcast (57 results)
- Microsoft Developer Network (57 results)
- Software (35 results)
- Enterprise Software (23 results)
- Microsoft Windows (19 results)
- Microsoft Corp. (18 results)
- Operating Systems (16 results)
- Software/Web Development (15 results)
- Software Development (14 results)
- Middleware (11 results)
- Internet (10 results)
- Messaging (9 results)
- .Net (9 results)
- Web Services (8 results)
- Groupware (6 results)
- Instant Messaging (6 results)
- Online Communications (6 results)
- Programming (5 results)
- Microsoft .NET (5 results)
- Application Servers (5 results)
- Microsoft Windows Presentation Foundation (5 results)
- Web Development (4 results)
- Cloud Computing (4 results)
- Development Tools (3 results)
- Management (3 results)
- Web 2.0 (3 results)
- Microsoft ASP.NET (3 results)
- AJAX (3 results)
- Jupitermedia Corp. (3 results)
- Service-Oriented Architecture (SOA) (3 results)
- Microsoft .NET Framework 3.5 (3 results)
- SOAP (3 results)
- Productivity (3 results)
