På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.

WCF - Links to documents and tutorials

From Yggenyk
Jump to navigation Jump to search

<google>ENGELSK</google>

Microsoft

WCF

When creating the clients "Service Reference check" select: Generate asynchronus classes Implements the INotifyPropertyChanged interface on all Data Contract types to enable data binding. Short Form: /edb


DataSet

Data Contract Names and Data Contract Equivalence

Configuration files

Hosting a WCF service in a Windows Service

If you receive the following message: The xxx service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly read the explanation in this document:

Startig a service without admin rights

Using ChannelFactory Vs. Proxies in WCF

Per-call services Per-session services and Singleton services

Using Callback

These two samples gives a great introduction to WCF callback.

AsyncPattern

Threading

Data binding

<google>ENGELSK</google>