See how you can take your data and expose it with OData in Azure. Whether you current data is currently available in custom business objects or in generic DataTables, it doesn't matter - we'll show you how to build a custom OData provider for it and get it running in Azure. We'll cover custom authorization and authentication, building an IQueryable provider to support paging,...
[read more]
See how you can take your data and expose it with OData in Azure. Whether you current data is currently available in custom business objects or in generic DataTables, it doesn't matter - we'll show you how to build a custom OData provider for it and get it running in Azure. We'll cover custom authorization and authentication, building an IQueryable provider to support paging, searching and sorting, output caching and meta data creation. We'll even show you how we built our own distributed cache system, and how you can use the new AppFabric Cache to scale out your data or multiple servers.
Once the system is in place, we'll show you how easy it is to access from Javascript, Silverlight, iOS and more.