Author:
Robert Bonay June 20th, 2012
Functions with IQueryable return value were supported in previous JayData versions, JayData 1.1.0 supports the following return values:
Return value
further querying
primitives (int, string)
no
object known by the context
no
IQueryable<primitiveType>
no
IQueryable<knownType>
yes
ICollection<primitiveType>
no
ICollection<knownType>
no
Accessing service methods defined with WebGet attributes are supported, but methods implemented with WebInvoke aren’t.
Server-side ...
Read more
JayData examples, odata, WCF
Author:
Peter Aron Zentai May 31st, 2012
It’s been a month since the new version of both OData protocol and it’s Microsoft implementation the WCF Data Service 5.0 have been released. I am pleased to announce that support for the new goodies found in OData 3.0 has ...
Read more
odata, release, WCF
Author:
Peter Aron Zentai May 21st, 2012
By completing this tutorial you will be able to consume an OData service from JavaScript with the elegance and simplicity of the JavaScript Language Query, without ever writing down an $.ajax statement or manually building OData query strings or payloads.
Notes:
...
Read more
Ajax, featured post, html5, JayData examples, JSLQ, odata, WCF
Author:
Peter Aron Zentai May 11th, 2012
As of RC1 Refresh 1 you can use service operations (server side functions) with JayData. To create one and then consume it with JavaScript is just a matter of minutes and a couple of line of codes – with the ...
Read more
entity framework, JayData examples, northwind, odata, WCF
Author:
Peter Aron Zentai April 29th, 2012
Update: we've created JaySvcUtil for node, which is our recommended tool to generate JavaScript data model from OData v4 endpoints. Read this article below only if you would like to generate data model from OData v2/v3 endpoints.
JaySvcUtil.exe is a command line ...
Read more
html5, odata, WCF
Author:
Daniel Jozsef April 15th, 2012
I wrote this guide for JavaScript developers who are new to serverside coding. As clients have gotten smarter and smarter, especially with the extensions heralded by HTML5, we have finally reached the level where one can code an immersive, complex ...
Read more
html5, JayData examples, odata, serverside, WCF