DCSIMG
OData,DEV - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » OData » DEV (RSS)
VSLive Chicago Sessions Slide Decks and Demos
VSLive Chicago Sessions Slide Decks and Demos Just finished delivering three sessions in VSLive Chicago. It was nice meeting all the attendees and talking about technologies that I like like HTML5, OData and Entity Framework. Here is a list of the sessions that I delivered: Working with Client-Side HTML5 Storage Technologies OData - Oh Yeah Not Just a Designer: Code First and Entity Framework You can find the slide decks and demos in this link .
Why My WCF Data Service isn’t Returning JSON Format?
Why My WCF Data Service isn’t Returning JSON Format? Lately, I had the need to use WCF Data Services in a project. It has been a while since I used and wrote about WCF Data Services and a lot was changed in the framework. The scenario I needed to implement was calling a data service using jQuery. So I wrote the relevant service and used the code I wrote a few years ago and nothing happened… I got a HTTP error – HTTP Error 415 Unsupported media type . Since I know that WCF Data Services support JSON...
New Speaking Engagement – VSLive Chicago
New Speaking Engagement – VSLive Chicago Lately, I have been chosen to speak at VSLive Chicago conference. The conference will take place in May 13-16 at Hilton Chicago, USA. This is going to be the second time that I’m speaking in VSLive conferences and I’m very excited. In the conference I’ll have three sessions: Working with Client-Side HTML5 Storage Technologies HTML is the markup language that every web developer uses in order to structure and present content in the Internet. HTML5 is the standard...
WCF Data Services Processing Pipeline
WCF Data Services Processing Pipeline First I must confess. Even tough I like OData and WCF Data Services, in the last couple of months I didn’t have the chance to work or use them. This is why when .NET 4 was shipped I haven’t noticed a new and interesting extension point in the framework – the processing pipeline . In the last MIX11 I got a little introduction to that extension point in Mike Flasko’s session . In this post I’ll explain what is the WCF Data Services' server side processing pipeline...
Making a JSONP Call to a WCF Data Service using datajs
Making a JSONP Call to a WCF Data Service using datajs During MIX11 I attended a very interesting session about datajs which was presented by Asad Khan and Marcelo Lopez Ruiz. As I promised in my previous post , in this post I’ll show you how to make a JSONP call to a WCF Data Service using datajs library. A Little About datajs datajs is a very promising JavaScript library which is currently being built by Microsoft as an open source in CodePlex. The library as described in its CodePlex site is ...
Combining WCF Data Services, JSONP and jQuery
Combining WCF Data Services, JSONP and jQuery During Mike Flasko’s session at MIX11, he showed how to create a JSONP aware WCF Data Service with a JSONPSupportBehavior attribute that is available for download from MSDN code gallery (and is supposed to be a part of Microsoft.Data.Services.Extensions namespace). In this post I’ll show a simple example that uses the attribute and jQuery in order to make a JSONP cross domain call for a WCF Data Service. Setting up the Environment First I started by creating...
Configuring WCF Data Services using Lambda Expressions
Configuring WCF Data Services using Lambda Expressions One of the things that I avoid when I’m writing code is the use “magic strings”. Hardcoded strings are a code smell and should be rarely used. When using WCF Data Service configuration object you’ll have to pass the entity set’s string name to the configuration methods which as I wrote I would like to avoid. This is why in today’s post I’m going to extend the DataServiceConfiguration object to support lambda expressions instead of string parameters...
MIX11 Third Day Sessions Summary
MIX11 Third Day Sessions Summary Here is a summary of the sessions I attended in the third day of MIX11: The Future of HTML5 In the session Giorgio Sardo talked about What is HTML5? – HTML’s new specifications which are getting specified by W3C, IETF and ECMA in working groups for each specification out of ~100 specifications. Microsoft thinks that HTML5 is ready to go to Last Call phase in May 2011 – meaning it will need to go to RC and then recommendation afterward. Microsoft approach for HTML5...
My SDP Lecturer Interview
My SDP Lecturer Interview Last week Sela conducted a live broadcast with trailers to the sessions that will be presented on stage in the SDP conference. The broadcast was recorded if you want to see me “making a fool” of myself in the live broadcast you can watch the recording of my interview here ( in Hebrew ). I’m reminding that I’m going to have two sessions: Creating OData Services with WCF Data Services Data is a first-class element of every application. The Open Data Protocol (OData) applies...
OData Session Slide Deck and Demos
OData Session Slide Deck and Demos Yesterday’s evening I delivered an OData session at the Israeli Web Developer Community ( WDC ) user group   at Microsoft Ra’anana.   The session included the following agenda: The OData need. What is OData ? Creating and consuming OData feeds. I want to thank all the attendees who came to the session. I really enjoyed to deliver the content about OData and the audience was very cooperative with a lot of good questions that helped to highlight many crucial...
OData Session is Occurring Today
OData Session is Occurring Today Today at 17:30 I’m delivering an OData session at Microsoft office in Ra’anana. Come and hear about the Open Data Protocol, a new protocol for exposing and consuming data on the web. The OData ecosystem is a growing community of data producers and consumers using the Open Data Protocol to exchange data. The Open Data Protocol breaks down data silos and increases the shared value of data and its associated business logic through the Web by enabling the exposure of...
OData Session is Coming
OData Session is Coming At last my OData session details were published today. The OData ecosystem is a growing community of data producers and consumers using the Open Data Protocol to exchange data. The Open Data Protocol breaks down data silos and increases the shared value of data and its associated business logic through the Web by enabling the exposure of any data source as a Web-friendly data feed. The easiest way to become an OData producer in the .Net world is by using WCF Data Services...
OData Explorer
OData Explorer One nice tool to use with OData is the OData Explorer . The OData Explorer is a tool that helps to explore OData feeds in a visual way and not by exploring the Atom/JSON responses. You can download the tool from here . Another way to use the tool is by going to the following link: http://Silverlight.net/ODataExplorer . OData Explorer Requirements The tool is a Silverlight 4 project. In order to use it you’ll have to answer these requirements: Visual Studio 2010 Silverlight 4 Developer...
Loading WCF Data Services Ajax Script Library
Loading WCF Data Services Ajax Script Library Since I’ve given sessions about WCF Data Services in the past (when they were called ADO.NET Data Services ) I wanted to reuse some of the Ajax examples I showed for my coming OData session. One of the things that have been changed lately were the scripts to use when you want to make Ajax calls to your Data Service . So I downloaded the new scripts and saw that the names of the objects to use have been changed a little but their functionality remained...
Calling a WCF Data Service From jQuery
Calling a WCF Data Service From jQuery I’m working on a lecture about OData which I’ll will present next month (stay tuned for more details in the near future). One of the things that I want to show is how easy and simple it is to consume a WCF Data Service ( OData feed) with the jQuery library. In the post I’ll show you exactly how to do that. jQuery’s getJSON Method When you want to load JSON data from the server using a GET HTTP request in jQuery you will probably use the getJSON method. That...
More Posts Next page »