WCF - Links to documents and tutorials
<google>ENGELSK</google>
- A Combination of WCF Essentials
- ServiceContractAttribute..::.CallbackContract Property
- supporting multiple callbacks
- Foundations - Code Access Security in WCF, Part 1 - Juval Lowy
Microsoft
- How to: Publish Metadata for a Service Using a Configuration File
- How to: Publish Metadata for a Service Using Code
- Is WCF better than Remoting, what should I choose?
WCF
- Enabling WPF Magic Using WCF - Part 1
- Enabling WPF Magic Using WCF - Part 2
- Enabling WPF Magic Using WCF - Part 3
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
- Hosting a WCF service in a Windows Service
- Installer Tool (Installutil.exe)
- Running and debugging a Windows Managed Service directly from Visual Studio.NET
- Create a system tray icon and a dialog for 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
- Add a UAC shield to a button when elevation is required for admin tasks
- Windows Vista aware NT Service interacting with the desktop
Using ChannelFactory Vs. Proxies in WCF
Per-call services Per-session services and Singleton services
- Discover Mighty Instance Management Techniques For Developing WCF Apps
- What happens when InstanceContext.Release/GetServiceInstance() is called on a Singleton
Using Callback
These two samples gives a great introduction to WCF callback.
- WCF: Duplex Operations and UI Threads
- Codeproject - WCF / WPF Chat Application
- WCF Callbacks; a beginners guide
AsyncPattern
- WCF and the AsyncPattern property (part 1)
- WCF and the AsyncPattern property (part 2)
- WCF and the AsyncPattern property (part 3)
Threading
Data binding
- Windows Presentation Foundation Data Binding Overview
- How to: Make Data Available for Binding in XAML
- Data binding with WPF
- Data Binding, the WPF way
- codeproject - A Guided Tour of WPF – Part 3 (Data binding)
<google>ENGELSK</google>