Blogposts categorized with: OData
Author:
Robert Bonay March 11th, 2016
There is no question: our goal is to build the the best OData v4 JavaScript tool, ever. There are a lot things to improve, but we release our next Community Technology Preview to show our latest results.
How to try the ...
Read more
odata, odatav4
Author:
Robert Bonay January 27th, 2016
This article series guides you through the OData 4.0 features and helps you to build apps on OData platform using Microsoft ASP.NET WebAPI OData 2.2 on the server-side and JayData library on the client-side. Each chapter demonstrates the server-side and ...
Read more
ASP.NET, odata
Author:
Robert Bonay January 21st, 2016
This short post presents snippets for publishing and consuming OData services that operate with enums.
Requirements:
Microsoft ASP.NET WebAPI 2.2 for OData v4.0 5.8.0
JayData 1.5
.NET server-side data model
public partial class User {
...
public UserType UserType { get; set; }
... }
Publish custom ...
Read more
odata
Author:
Robert Bonay December 8th, 2014
We were flattered to read the December 2014 Issue of MSDN Magazine and see Le Long’s wonderful article - Building Web Apps on the MEAN Stack with OData in Microsoft Azure
Teaser:
Microsoft .NET developers typically build great apps using JavaScript on ...
Read more
JayData, node.js, odata, odata-server
Author:
Robert Bonay September 10th, 2013
We collected all the currently available JayData types and supported EDM types for OData developers. These types can be used to manage typed entities in JavaScript environment with JayData, no matter if you consume or provide OData services or store ...
Read more
EDM, JayData, types
Author:
Robert Bonay June 26th, 2013
This tutorial will introduce the OData capabilities of the JayData library and gives you all the necessary information to succeed with your OData service via JavaScript. After going through the concept, we will implement a Northwind product editor – full ...
Read more
odata, online-offline, online-offline sync, sync
Author:
Peter Aron Zentai June 13th, 2013
JaySvcUtil generates a fully working client environment from OData metadata document by creating the necessary client classes (types) and boilerplates required to access the service. If you are new to JaySvcUtil read the announcement post.
Up until now the metadata document ...
Read more
Dynamics CRM, jaysvcutil, odata
Author:
Robert Bonay June 12th, 2013
JayData supports relationships since the first version, but it worths a short post to cover this feature.
If your application does more than saving and retrieving key-value pairs for configuration, you might arrive to a point when you want to manage ...
Read more
navigation properties, relationship
Author:
Gábor Dolla April 30th, 2013
Geography is an important aspect, just think of the many online apps that use various map services such as Google Maps, OSM, Bing Maps, Nokia Here, etc. OData V3 also has support for Geography and Geometry data types. In JayData ...
Read more
Geo, JSLQ, odata
Author:
Robert Bonay April 30th, 2013
Most of the OData examples and applications operate with EntitySets, which is a very flexible way for data collaboration if we want the client applications to implement the business logic. OData service operations, entity-level and entityset-level actions provide us the ...
Read more
JSLQ, odata