CSharpFeeds - All your C# feeds in one place.

Monday, March 29, 2010

Silverlight 4 + RIA Services - Ready for Business: Exposing WCF (SOAP\WSDL) Services

by BradA via Brad Abrams on 3/29/2010 4:31:00 PM

Continuing in our series, I wanted to touch on how a RIA Services can be exposed as a Soap\WSDL service.   This is very useful if you want to enable the exact same business logic\data access logic is available to clients other than Silverlight.    For example to a WinForms application or WPF or even a console application.  SOAP is a particularly good model for interop with the Java\JEE world as well.    First you need to add a reference to Microsoft.Servi ...

[ read more ]

Putting a base in the middle

by Eric Lippert via Fabulous Adventures In Coding on 3/29/2010 1:16:00 PM

UPDATE: I have rewritten this article based on new information I’ve just learned. I should have looked at the design notes archive first! Here’s a crazy-seeming but honest-to-goodness real customer scenario that got reported to me recently. There are three DLLs involved, Alpha.DLL, Bravo.DLL and Charlie.DLL. The classes in each are: public class Alpha // In Alpha.DLL{  public virtual void M()  {    Console.WriteLine("Alpha");  }} public class Bravo: Alpha // In Bra ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us