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 54: Line 54:
* [http://dotnetbyexample.blogspot.com/2008/03/running-and-debugging-windows-managed.html Running and debugging a Windows Managed Service directly from Visual Studio.NET]
* [http://dotnetbyexample.blogspot.com/2008/03/running-and-debugging-windows-managed.html Running and debugging a Windows Managed Service directly from Visual Studio.NET]
* [http://www.codeproject.com/KB/system/SystemTrayIconInSvc.aspx?display=Print Create a system tray icon and a dialog for a Windows Service]
* [http://www.codeproject.com/KB/system/SystemTrayIconInSvc.aspx?display=Print Create a system tray icon and a dialog for a Windows Service]
* [http://www.microsoft.com/whdc/system/vista/services.mspx Impact of Session 0 Isolation on Services and Drivers in Windows Vista]


==Using ChannelFactory Vs. Proxies in WCF==
==Using ChannelFactory Vs. Proxies in WCF==

Revision as of 16:26, 26 September 2008

<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

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

<google>ENGELSK</google>

id=siteTree