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
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.