WCF - Links to documents and tutorials: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
Line 58: Line 58:
* [http://www.microsoft.com/whdc/system/vista/services.mspx Impact of Session 0 Isolation on Services and Drivers in Windows Vista]
* [http://www.microsoft.com/whdc/system/vista/services.mspx Impact of Session 0 Isolation on Services and Drivers in Windows Vista]


==Startig a service without admin rights==
* [http://www.codeproject.com/KB/vista-security/UAC_Shield_for_Elevation.aspx Add a UAC shield to a button when elevation is required for admin tasks]
* [http://www.codeproject.com/KB/vista-security/UAC_Shield_for_Elevation.aspx Add a UAC shield to a button when elevation is required for admin tasks]
* [http://www.codeproject.com/KB/WCF/AppWatcher.aspx Windows Vista aware NT Service interacting with the desktop]


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

Revision as of 12:13, 2 October 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

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

<google>ENGELSK</google>

id=siteTree