WCF - Links to documents and tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 50: | Line 50: | ||
==Hosting a WCF service in a Windows Service== | ==Hosting a WCF service in a Windows Service== | ||
* [http://bloggingabout.net/blogs/dennis/archive/2008/02/28/hosting-a-wcf-service-in-a-windows-service.aspx Hosting a WCF service in a Windows Service] | * [http://bloggingabout.net/blogs/dennis/archive/2008/02/28/hosting-a-wcf-service-in-a-windows-service.aspx Hosting a WCF service in a Windows Service] | ||
* [http://msdn.microsoft.com/en-us/library/50614e95.aspx Installer Tool (Installutil.exe)] | |||
* [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] | ||
<google>ENGELSK</google> | <google>ENGELSK</google> |
Revision as of 09:51, 17 September 2008
- 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
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
<google>ENGELSK</google>