2010. november 16., kedd

Deploying your Silverlight and WCF RIA Services application

WCF Service on shared hosting

http://blog.infaloom.com/?p=57

2010. november 15., hétfő

WCF Service Binding Explained

http://www.c-sharpcorner.com/UploadFile/pjthesedays/bindwcf05032009012251AM/bindwcf.aspx

This collection already contains an address with scheme http.

http://www.chapleau.info/cs/blogs/fchapleau/archive/2009/09/12/this-collection-already-contains-an-address-with-scheme-http.aspx

Example
<system.serviceModel>
<serviceHostingEnvironment>
<baseAddressPrefixFilters>
        <add prefix=”http://payroll.myorg.com:8000”/>      
</baseAddressPrefixFilters>
</serviceHostingEnvironment>
</system.serviceModel>
http://blogs.msdn.com/b/rampo/archive/2008/02/11/how-can-wcf-support-multiple-iis-binding-specified-per-site.aspx

Configuring Services Using Configuration Files

http://msdn.microsoft.com/en-us/library/ms733932.aspx

WCF Error: This collection already contains an address with scheme http

http://stackoverflow.com/questions/561823/wcf-error-this-collection-already-contains-an-address-with-scheme-http

Calling WCF from Silverlight controls - Part II

http://www.dotnetspider.com/tutorials/Silverlight-Tutorial-315.aspx

Silverlight Tip of the Day #42: How to Create a Web Service for your Silverlight App

http://blogs.silverlight.net/blogs/msnow/archive/2008/09/17/silverlight-tip-of-the-day-42-how-to-create-a-web-service-for-your-silverlight-app.aspx

Consuming WCF Services in Silverlight 3

http://visualstudiomagazine.com/articles/2009/06/22/consuming-wcf-services-in-silverlight-3.aspx

Silverlight + WCF Service futtatás

Step By Step - Using Silverlight to Access a WCF Service Hosted In a Console Application

http://www.dotnetcurry.com/ShowArticle.aspx?ID=208

WCF sample

WCF Simple Example in Visual Studio 2010

http://bloggingabout.net/blogs/dennis/archive/2010/06/16/wcf-simple-example-in-visual-studio-2010.aspx

A Simple Sample: WCF Service

http://www.codeproject.com/KB/WCF/WCF-Service-Create-Config.aspx