Recently I have been working with WPF Applications that interact with server through Web Services. I am currently try to use Telerik OpenAccess to works with the database and create services for my WP
I am following authentication method described at http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx
I\'m brand new to OData and WCF data services so this might be an easy problem. I\'m using VS Web Developer Express 2010 where I have a very simple WCF Data Service hosted in a console app. It\'s retu
I\'m using jqGrid to display some data to users. I want this grid to be sortable, but the data jqGrid sends isn\'t exactly what I need.
I have an Odata Service and a WPF client application. Some of the Odata Service Entities have images attached to them (ie.Client).
I have a Silverlight application that contains a window that lists several values in multiple columns.The first column contains fields to be retrieved from a database, the second column contains table
First of all I am new to .NET WCF oData DataService and I am using jQuery on the client side. I am looking for a better way (right way) to handle adding 2 different entities in one transaction (post)
I use WCF DataSerice and EF4.1 code-first (C#). I have 2 entities: 1. Person 2. User inherited from Person c开发者_如何转开发lass
I\'ve created a WCF Data Service with a base class of my EF model. I wanted to return a custom type (one that isn\'t in my EF model), but I get the error:
I´m deploying a small Silverlight application, which consumes data from a WCF DataService then exposes data from a SQLServer Database.