Stories recently tagged with 'OData'

Consuming OData Feed using Microsoft PowerPivot(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 11 months ago

PowerPivot is a data analysis add-in for excel that brings to it computational power. It also helps “to create compelling self-service BI solutions, facilitates sharing and collaboration on user-generated BI solutions” (taken from the PowerPivot site). This post will help you to understand how to consume OData feed from PowerPivot in order to use the data the OData exposes. read more...

add a comment |category: |Views: 182

tags: another

Using Paging in WCF Data Services - Gil Fink on .Net(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 1 year, 11 months ago

One of the mechanisms which were provided in WCF Data Services from the start was client side paging. In the new release of WCF Data Services we also get a server side paging and this will be addressed in this post. read more...

add a comment |category: |Views: 38

tags: another

Linking to OData(weblogs.asp.net)

submitted by fabricefabrice(271) 1 year, 11 months ago

Sesame Data Browser has been updated to allow users to create links to OData feeds. It's now possible to use hyperlinks to browse live OData feeds. It's now also possible to quickly filter and sort data. read more...

add a comment |category: |Views: 10

tags: another

Mapping Conceptual Model Function to Complex Type in Entity Framework (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 1 month ago

You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind: * Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext. * Use Entity Framework 4.0 conceptual model function feature with complex types to simulate views. It’s like building views on the conceptual model itself and not the store model. read more...

add a comment |category: |Views: 67

tags: another

Episode 43: Talking OData and SQL Modeling Services with Douglas Purdy(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 2 years, 3 months ago

In this episode, Keith and Woody sit down at PDC 2009 with Microsoft’s Douglas Purdy to discuss all things data. Do you remember Oslo from the previous PDC event? Well Oslo has been rebranded to SQL Server Modeling Services to help developers store and manage models for the enterprise. Modeling Services enables you to more productive when building and managing data-driven applications. The guys also get the low down from Douglas on a new web protocol for querying and updating data called OData. read more...

add a comment |category: |Views: 58

tags: another