wcf-data-services
Stress test in a Silverlight application, which consumes data from a WCF DataService then exposes data from a SQLServer Database
I´m deploying a Silverlight application, which consumes data from a WCF DataService then exposes data from a SQLServer Database. Everytyhing works fine, but I´d like to make some stress tests. It´s[详细]
2023-03-25 18:57 分类:问答command to create custom controls in dotnet 3.5 [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-25 18:45 分类:问答What does "error code:4004" mean?
I have this class using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ComponentModel.DataAnnotations;[详细]
2023-03-25 07:52 分类:问答How to accept JSON in a WCF DataService?
I\'m trying to understand how to use WCF Data Services (based on EF 4.1) to create a restful web service that will persist entities passed as JSON objects.[详细]
2023-03-25 07:25 分类:问答wcf data service with Entity Framework
I am trying to create WCF Data service project using Entity Framework. ( I am new to both). I created entities using DB.[详细]
2023-03-25 05:34 分类:问答Why aren't my WCF Data Services collections being listed?
I\'m trying to make a simple WCF Data Service. I am able to successfully access the scv file but my Cars collection doesn\'t get listed. The content of my scv is:[详细]
2023-03-24 08:25 分类:问答Api Keys in Query String with WCF Data Services
I\'m using query string based api keys for my WCF Data Service. I can h开发者_如何学Pythonandle this on the server pretty easily -- How would you implement API key in WCF Data Service?[详细]
2023-03-23 16:54 分类:问答Exposing data from WCF services as oData
Is it possible to use oData with a WCF service application but not use WCF Data Services? It will be great if someone could shed more light on oData. I have done some G开发者_如何学Gooogling on this[详细]
2023-03-23 16:50 分类:问答Deploying a WCF Data Service/REST Service on IIS 7.5 localhost
Here are the details of my problem. I have one simple WCF Data Service (named WCFServiceAppCBS.svc) using an Entity Framework data access layer that talks to a SqlServer 2008 R2 datasource to return s[详细]
2023-03-23 14:45 分类:问答How to stream images (or any BLOB) in OData Service using Code First?
What I\'m trying to accomplish is: Have a Client Entity, or a Product Entity streaming related images, and be able to upload/update images using an OData Service.[详细]
2023-03-22 12:33 分类:问答