Thursday, September 28, 2017

Microsoft 70-487: Manage packages by using NuGet

Exam Objectives

Create and configure a NuGet package; install and update an existing NuGet package; connect to a local repository cache for NuGet, set up your own package repository


Quick Overview of Training Materials



Wednesday, September 27, 2017

Monday, September 25, 2017

Microsoft 70-487: Host and manage services

Exam Objectives

Manage services concurrency (single, multiple, reentrant); create service hosts; choose a hosting mechanism; choose an instancing mode (per call, per session, singleton); activate and manage a service by using AppFabric; implement transactional services; host services in an Azure worker role


Quick Overview of Training Materials

[PluralSight] WCF End-to-End -

Wednesday, September 13, 2017

Microsoft 70-487: Version a WCF service

Exam Objectives

Version different types of contracts (message, service, data); configure address, binding, and routing service versioning


Quick Overview of Training Materials


Monday, September 4, 2017

Microsoft 70-487: Consume WCF services

Exam Objectives

Generate proxies by using SvcUtil; generate proxies by creating a service reference; create and implement channel factories


Quick Overview of Training Materials


Exam Ref 70-487 - Chapter 3.5
[Book] Programming WCF Services

Saturday, September 2, 2017

Microsoft 70-487: Configure WCF services by using the API

Exam Objectives

Configure service behaviors; configure service endpoints; configure binding; specify a service contract; expose service metadata (XSDs, WSDL, and metadata exchange); WCF routing and discovery features


Quick Overview of Training Materials

Exam Ref 70-487 - Chapter 3.3
[Book] Programming WCF Services (in particular, Appendix C: Discovery)
[MSDN] Configuring WCF Services in Code (.NET 4.5+)