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: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
Line 64: Line 64:
* [http://www.codeproject.com/KB/WCF/WCFWPFChat.aspx Codeproject - WCF / WPF Chat Application]
* [http://www.codeproject.com/KB/WCF/WCFWPFChat.aspx Codeproject - WCF / WPF Chat Application]


==AsyncPattern==
* [http://pfelix.wordpress.com/2008/06/27/wcf-and-the-asyncpattern-property-part-1/ WCF and the AsyncPattern property (part 1)]
* [http://pfelix.wordpress.com/2008/06/28/wcf-and-the-asyncpattern-part-2/ WCF and the AsyncPattern property (part 2)]
* [http://pfelix.wordpress.com/2008/07/11/wcf-and-the-asyncpattern-property-part-3/ WCF and the AsyncPattern property (part 3)]
<google>ENGELSK</google>
<google>ENGELSK</google>

Revision as of 05:02, 23 September 2008

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

Using ChannelFactory Vs. Proxies in WCF

Per-call services Per-session services and Singleton services

Using Callback

AsyncPattern

<google>ENGELSK</google>