DotNetShoutout - Stories tagged with OData
4
Shouts

OData caching in Windows Phone

published 547 days, 16 hours, 14 minutes ago posted by KMilKMil 549 days, 7 hours, 42 minutes ago
Saturday, November 26, 2011 4:25:17 AM GMT Thursday, November 24, 2011 12:57:55 PM GMT
In this short article, we take a quick look at a data caching strategy in our Windows Phone applications while using an OData data source. While we talk about a Windows Phone solution in particular, these concepts are perfectly applicable when using OData on other mobile platforms. (more)
category: Metro | clicked: 14 | comment | | source: www.silverlightshow.net
tags: Windows Phone, OData
2
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 4)

published 665 days, 47 minutes ago posted by KMilKMil 668 days, 7 hours, 5 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Thursday, July 28, 2011 1:34:14 PM GMT
In this series, Michael Crump walks you through every step with detailed screenshot and code snippets. From creating the OData data service to consuming it in an Silverlight application to performing CRUD operation in Windows Phone 7 Mango. (more)
category: Metro | clicked: 12 | 1 comment | | source: www.silverlightshow.net
tags: Windows Phone 7, Windows Phone 7 Development, OData, mango
3
Shouts

Expression cannot contain lambda expressions

published 694 days, 12 hours, 56 minutes ago posted by slo2olsslo2ols 697 days, 11 hours, 36 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Wednesday, June 29, 2011 9:03:32 AM GMT
Try to open any of Watch / Immediate and Locals windows of Visual Studio in debug mode and to add lambda expressions, and you will see this message. Own reasons exist for it and they are very detailed in these posts. Unfortunately, the posts also lack information about resolving this problem. While developers are confronted daily with the need to filter collections in debug windows and the support for lambda expressions would greatly simplify their work. (more)
category: How To | clicked: 76 | 2 comments | | source: osmirnov.net
tags: Entity Framework, Visual Studio 2010, NHibernate, lambda expression, OData
6
Shouts

MSDN Magazine: Business Connectivity Services - Consuming External OData Feeds with SharePoint BCS

published 745 days, 11 hours, 34 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 745 days, 22 hours, 18 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Wednesday, May 11, 2011 10:21:34 PM GMT
Business Connectivity Services (BCS) for Microsoft Office and SharePoint helps you bring external data sources into your SharePoint apps. We'll show you how to write a custom .NET Assembly Connector for BCS that lets you read from and write to an OData feed. (more)
category: How To | clicked: 7 | comment | | source: msdn.microsoft.com
tags: SharePoint2010, SharePoint 2010, OData
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 777 days, 5 hours, 16 minutes ago posted by KMilKMil 782 days, 6 hours, 34 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 2:05:02 PM GMT
In this article, Michael Crump shows you how to consume an OData Data Source using Windows Phone 7. Read the complete series of articles to have a deep understanding of OData and how you may use it in your own applications. Note: There is a video accompanying this article! (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Windows Phone 7 Development, OData
5
Shouts

Enabling dynamic compression (gzip, deflate) for WCF Data Feeds, OData and other custom services in IIS7 - Scott Hanselman

published 787 days, 23 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 788 days, 7 hours, 15 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 1:24:53 PM GMT
I'm working on a thing that uses an HttpWebRequest to talk to a backend WCF Data Service and it'd be ideal if the traffic was using HTTP Compression (gzip, deflate, etc). On the client side, it's easy to just add code like thisrequest.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate or more manuallyvar request = HttpWebRequest.Create("http://foofoo"); request.Headers["Accept"] = "application/json"; request.Headers["Accept-Encoding"] = "gzip, deflate"; However, you n... (more)
category: Web Dev | clicked: 22 | 1 comment | | source: www.hanselman.com
tags: IIS7, Compression, WCF, OData
4
Shouts

March 2011 CTP of WCF Data Services for OData v3 is Live - Glenn Gailey

published 805 days, 17 hours, 34 minutes ago posted by StevesSteves 806 days, 12 hours, 29 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 8:10:47 AM GMT
here is a new CTP out for WCF Data Services (v3), which features the long awaited support for properties on derived types (yay!) You can get it from here. The following proposed OData version 3.0 functionality is also supported by WCF Data Services in this release: * Multi-Valued Data Types OData now enables you to define multi-valued types in the data model of your data service. These multi-valued types contain unordered collections of primitive or complex types. * Named Resource Streams OData now... (more)
category: Web Dev | clicked: 7 | 2 comments | | source: blogs.msdn.com
tags: Data Services, WCF, CTP, OData
7
Shouts

Understanding and Using OData – Creating a Windows Phone OData Client (4 of 4) - MCS UK Solution Development Team

published 824 days, 40 minutes ago posted by MarkMark 824 days, 7 hours, 26 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:13:06 PM GMT
Hopefully these articles will show you how to produce and publish an OData Feed, Create relationships between feeds from different sources, analyse OData and finally how to develop a custom OData client. This should give a really good appreciation of some of the possible uses for OData. In this article, I will describe how to create a custom client application to consume the OData feed. Given the fact that I had recently signed up as a Windows Phone App Hub Developer, I thought a Windows Phone client ap... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone, OData
5
Shouts

WCF Data Services: Optimizing bandwidth usage and performance with updates by Alex van Beek

published 872 days, 2 hours, 28 minutes ago posted by alexbalexb 874 days, 12 hours, 21 minutes ago
Wednesday, January 05, 2011 6:11:52 PM GMT Monday, January 03, 2011 8:18:44 AM GMT
In this post I will show how you can optimize bandwidth usage and performance when sending updates to your WCF Data Service using the WCF Data Services Client Library. (more)
category: Web Dev | clicked: 15 | 1 comment | | source: blogs.infosupport.com
tags: Performance, WCF Data Services, WCF, REST, OData
6
Shouts

Creating Twitpic client using ASP.NET and OData

published 915 days, 2 hours, 22 minutes ago posted by gpeipmangpeipman 916 days, 21 hours, 3 minutes ago
Tuesday, November 23, 2010 6:17:39 PM GMT Sunday, November 21, 2010 11:36:43 PM GMT
Open Data Protocol (OData) is one of new HTTP based protocols for updating and querying data. It is simple protocol and it makes use of other protocols like HTTP, ATOM and JSON. One of sites that allows to consume their data over OData protocol is Twitpic – the picture service for Twitter. In this posting I will show you how to build simple Twitpic client using ASP.NET. (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: Twitpic, OData, ASP.NET
5
Shouts

P&P Symposium - Open Data, Open Applications - Don Box | MichaelLehman | Channel 9

published 933 days, 2 hours, 48 minutes ago posted by KluggerKlugger 933 days, 21 hours, 45 minutes ago
Friday, November 05, 2010 5:51:43 PM GMT Thursday, November 04, 2010 10:54:43 PM GMT
The Open Data Protocol (OData) represents a shift in focus from programmatic data access technologies to an approach based on web protocols. This shift has significant implications and opportunities for software developers, architects, and anyone interested in data. This talk uses code to look at both how and why OData works, how it can impact application and service architectures, and outlines where we're going with both the protocol and the surrounding ecosystem of services, content, and tools... (more)
category: Screencast | clicked: 0 | comment | | source: channel9.msdn.com
tags: Open Data Protocol, Screencasts, Screencast, OData
6
Shouts

Dean Hume - Custom OData API using WCF Data Services

published 935 days, 4 hours, 27 minutes ago posted by deanomachinodeanomachino 936 days, 6 hours, 22 minutes ago
Wednesday, November 03, 2010 4:12:33 PM GMT Tuesday, November 02, 2010 2:17:30 PM GMT
Custom OData API using WCF Data Services I have recently been glued to my screen watching some of the awesome presentations that were shown at the recent PDC 2010. There were some really amazing presentations and one of them really caught my eye. It was a talk about the power of ODATA and the support that Microsoft are building into Visual Studio for it. The presentation was entitled "Inside Some of The Top OData Services" by Pablo Castro. You should still be able to stream the presentation on the P... (more)
category: Web Dev | clicked: 1 | comment | | source: deanhume.com
tags: C#, API, PDC2010, WCF data Service, WCF, OData
5
Shouts

OData and AtomPub - Building an AtomPub Server Using WCF Data Services

published 1025 days, 11 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1026 days, 12 hours, 25 minutes ago
Thursday, August 05, 2010 9:37:51 AM GMT Wednesday, August 04, 2010 8:14:38 AM GMT
Learn how to use the AtomPub protocol to pump up your blogs. Chris Sells includes a practical demonstration of mapping so you can expose a standard AtomPub service from a Web site and use Windows Live Writer to provide a rich editing experience against the service. (more)
category: Web Dev | clicked: 3 | comment | | source: msdn.microsoft.com
tags: MSDN, WCF Data Services, DataServices, WCF, WCF DataServices, OData, MSDN Magazine
6
Shouts

Combining Stack Overflow RSS, OData and API to query

published 1046 days, 7 hours, 17 minutes ago posted by reshmireshmi 1047 days, 8 hours, 51 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 11:48:36 AM GMT
In my opinion Stack Overflow has a ton of knowledge to learn new tricks. And there are some really smart people in the SO community. I try and learn new things when I find time. I subscribe to RSS feeds for new questions on a particular topic. Example, here is one for F# from Stack Overflow http://stackoverflow.com/feeds/tag/f%23. The advantage of the RSS feed is I get to see new questions, but the drawback is I would have to navigate to the site to look for answers. AFAIK the stacky (stack overflow API... (more)
category: Architecture | clicked: 0 | comment | | source: naveensrinivasan.com
tags: stackoverflow, OData
6
Shouts

Creating a Netflix App using nRoute again: Now in WPF

published 1047 days, 5 hours, 19 minutes ago posted by orktaneorktane 1048 days, 10 hours, 54 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 9:45:50 AM GMT
Couple of days ago I published a sample app in Silverlight that fronted Netflix's oData API - well, now I've ported the same app into WPF again making use of nRoute Framework. It like before demonstrates how you can build an end-to-end application using nRoute's navigation framework, but this time nicely wrapped wrapped in a all new Metro style theme.. (more)
category: UX | clicked: 5 | comment | | source: www.orktane.com
tags: nRoute, Sample, WPF, OData
7
Shouts

OData Explorer - Gil Fink on .Net

published 1054 days, 11 hours, 25 minutes ago posted by gilfgilf 1055 days, 11 hours, 3 minutes ago
Wednesday, July 07, 2010 9:14:00 AM GMT Tuesday, July 06, 2010 9:36:20 AM GMT
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. (more)
category: How To | clicked: 3 | comment | | source: blogs.microsoft.co.il
tags: OData
5
Shouts

Integrate Outlook Appointments with SharePoint 2010 Calendar Lists using Data Services - Beth Massi

published 1059 days, 7 hours, 32 minutes ago posted by jantujantu 1060 days, 12 hours, 37 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:02:25 AM GMT
The other day a good friend of mine asked me if it was possible to send appointments created in Outlook into a SharePoint calendar list. It’s easy enough to grab this data from Outlook by building an add-in with Visual Studio, but what also turned out to be really easy was sending this information to SharePoint using its built-in WCF data services, also known as OData. OData is an open REST-ful protocol for exposing and consuming data on the web. I’ve written before about how we could consume these Share... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Office, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
2
Shouts

Using Tech-Ed OData to download videos

published 1075 days, 9 hours, 57 minutes ago posted by reshmireshmi 1076 days, 7 hours, 57 minutes ago
Wednesday, June 16, 2010 10:42:58 AM GMT Tuesday, June 15, 2010 12:42:53 PM GMT
I wanted to watch the Teched 2010 videos, but the problem I had was going to the site manually to download files for offline viewing.  And I was also interested only in Dev sessions which were level 300 / 400. Thanks to OData for teched http://odata.msteched.com/sessions.svc/ ,I  could write 3 statements in linqpad and had them all downloaded using wget File.Delete(@"C:\temp\download.txt"); Sessions .Where (s => (s.Level.StartsWith("400") ||  s.StartsWith("300") ) && s.Code.StartsWith("DEV")) .T... (more)
category: Architecture | clicked: 0 | comment | | source: bit.ly
tags: OData
4
Shouts

Visoft, Inc. Blogs | Introducing a Ruby OData Client Library

published 1076 days, 6 hours, 50 minutes ago posted by dwhitedwhite 1077 days, 6 hours, 45 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 1:54:36 PM GMT
Ever since the ADO.NET team started development on Astoria (pre-release), I have loved the concept.  Since its release (it was called ADO.NET Data Services and is now WCF Data Services), I’ve used it a ton (you may remember the example from this post).  Back at MIX10, Microsoft announced a commitment to the Open Data Protocol (OData).  WCF Data Services enables you to create services that use OData to expose and consume data, both with .NET 4 and .NET 3.5 SP1.  OData services are very powerful and there ... (more)
category: Web Dev | clicked: 0 | comment | | source: bit.ly
tags: WCF Data Services, Ruby, OData
8
Shouts

Using LINQPad to Query Stack Overflow - Nick Berardi's Coder Journal

published 1077 days, 10 hours, 1 minute ago posted by http://www.managedfusion.com/http://www.managedfusion.com/ 1077 days, 21 hours, 36 minutes ago
Monday, June 14, 2010 10:38:05 AM GMT Sunday, June 13, 2010 11:03:50 PM GMT
In case you haven’t read, Stack Overflow and the rest of the Stack Exchange sites are now able to be queried using OData.  This is great because as Jeff points out in the blog post: …if you just want to play with the data, it’s kind of tedious: you have to download the entire 700 plus megabyte archive, import it into some kind of database system — and only then can you even begin thinking about how to query out the results you’re looking for. This hurdle has stopped me from performing some basic querie... (more)
category: Web Dev | clicked: 5 | comment | | source: coderjournal.com
tags: LinqPad, Stackoverflow; Stack Exchange, Linq, OData
Previous 1 2 3 Next