WCF - Links to documents and tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
[[Category:English pages]] | [[Category:English pages]] | ||
[[Category:Software development]] | [[Category:Software development]] | ||
<google>ENGELSK</google> | |||
* [http://cgeers.wordpress.com/2008/04/12/a-combination-of-wcf-essentials/ A Combination of WCF Essentials] | * [http://cgeers.wordpress.com/2008/04/12/a-combination-of-wcf-essentials/ A Combination of WCF Essentials] | ||
* [http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx ServiceContractAttribute..::.CallbackContract Property] | * [http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx ServiceContractAttribute..::.CallbackContract Property] |
Revision as of 05:48, 23 September 2008
<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
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
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
AsyncPattern
- WCF and the AsyncPattern property (part 1)
- WCF and the AsyncPattern property (part 2)
- WCF and the AsyncPattern property (part 3)
<google>ENGELSK</google>