I am using NHibernate with NHibernate.Linq, and have a bunch of dynamically loading modules each with their own POCO\'s and Mappings (ClassMap<POCO>).
I\'ve just read \"Injecting Custom Logic in ADO.NET Data Services\" and my next question is, How do you get your [WebGet] method to show up in the client-side proxy classes? Sure, I can call this dire
I\'m using DataServices and OData protocol. I need to generate HTTP Get, Post, Delete, and Update from a C++ application.How I can do t开发者_StackOverflow中文版his?What is the easiest way?Try cURL. c
I\'ve recently started working up a sample project to play with an oData feed coming from a RIA service. I am able to view the feed and the metadata via any web browser, however, if I try to perform c
Could someone please explain the difference? From what I understand, I could expose my data directly using WCF data services or expose it using OData. OData is a more universal protocol?
I\'m playing around with the new Netflix OData feed (http://odata.netflix.com/Cata开发者_如何学JAVAlog/) and having some issues.I\'m trying to learn LINQ at the same time but having difficulty doing w
I have written an application using LINQ-to-SQL that submits a web form into a database. I absact the LINQ-to-SQL away using a Repository pattern.
My host has been pretty good about helping to tweak things 开发者_开发百科to get my various .NET peices working, but they are unwilling to change the IIS authorization settings.Presently my OData serv
Is it possi开发者_运维知识库ble to use OData with Visual Studio 2005 and .NET framework 2.0 ?Short answer: No.
We use custom type to represent Identifiers in our project. It has TypeConv开发者_如何学JAVAertor attached and it always helped with serialization.