sobota, 17 grudnia 2016

70-487 Create a WCF Service part 3

Visual studio simplifies creating of WCF service by providing project templates.

First way to create WCF service is to use the New Web Site option and then choose WCF Service.
It will create a new web site with a sample WCF service implementation linked to a .svc file, with related configuration in the web.config file. In this approach Visual Studio does not just create the core WCF project and add the needed assembly references, but it also builds the host application.

środa, 14 grudnia 2016

poniedziałek, 12 grudnia 2016

70-487 [WCF] Create a WCF Service part 1

The first problem raised on the exam from WCF technology is Creating a WCF Service.
Here are the subtasks for the problem:
  • Create contracts (service, data, message callback, and fault);
  • Implement message inspectors;
  • Implement asynchronous operations in the service;
First let's start from question what WCF is?

Notki z nauki - 70-487

Hej, ostatnio dużo się u mnie dzieje prywatnie i zawodowo przez co zmuszony zostałem do wstrzymania serii postów o DDD. Na pocieszenie chciałem poinformować o tym, że zaczynam przygotowania do examinu 70-487 Developing Microsoft Azure and Web Services i notki z nauki (po angielsku) podsumowujące wymagane zagadnienia wraz z kodem będę publikował na blogu w formie mini serii Notki z nauki.