From Silverlight to Blazor: How to keep using current RIA Seivices

584 views Asked by At

I need to update a current application written in Silverlight + RIA Services. The idea is to replace the Silverlight client by a Blazor client.

Is there a possibility that we write a new Blazor-base client app and consume the current available RIA Services?

If yes, will the RIA Services be called directly from the client Blazor app or it would be better to do that in the server side (aspnet core)?

Thanks

1

There are 1 answers

4
Ehsan Vali On

the short answer is yes. the WCF Ria services has next version called OpenRiaServices.

you can use this sample to add http binding for xamarin and blazor clients.