[dismiss]
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
Jump to navigation
Jump to search
(→WCF) |
No edit summary |
||
Line 40: | Line 40: | ||
* [http://pstaev.blogspot.com/2008/04/passing-dataset-to-wcf-method.html Passing DataSet to a WCF Method] | * [http://pstaev.blogspot.com/2008/04/passing-dataset-to-wcf-method.html Passing DataSet to a WCF Method] | ||
==COnfiguration files== | |||
* [http://blogs.msdn.com/wenlong/archive/2006/02/21/read-configuration-data-from-hosted-wcf-services.aspx Read Configuration Data from Hosted WCF Services] | |||
<google>ENGELSK</google> | <google>ENGELSK</google> |
Revision as of 21:38, 14 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
COnfiguration files
<google>ENGELSK</google>