Print Page | Close Window

Will Breeze support WCF RIA service ?

Printed From: IdeaBlade
Category: Breeze
Forum Name: Community Forum
Forum Discription: Build rich JavaScript apps using techniques you already know
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3632
Printed Date: 21-May-2024 at 6:40am


Topic: Will Breeze support WCF RIA service ?
Posted By: zbrong
Subject: Will Breeze support WCF RIA service ?
Date Posted: 17-Sep-2012 at 2:25am
Will Breeze support WCF RIA service ?



Replies:
Posted By: ting
Date Posted: 18-Sep-2012 at 2:03pm
Breeze does not officially support WCF RIA Services at this time. However, if you have an Entity Framework domain model backing RIA Services, you can expose that to Breeze through WebAPI quite easily. For an example, see TodosController.cs in the Breeze Todo sample app or reference this page:
http://www.breezejs.com/documentation/web-api-controller - http://www.breezejs.com/documentation/web-api-controller

Breeze also supports OData backends, so you could enable OData in WCF RIA Services and connect to that. However, saving through OData is not yet supported in Breeze and I don't know how much of the OData spec is implemented in RIA Services.

What type of application are you considering for Breeze? Will it be replacing or running side-by-side with your Silverlight app?



Posted By: zbrong
Date Posted: 18-Sep-2012 at 10:30pm
thank u ting !



Print Page | Close Window