WCF Data Services announcement
-
Link
Over the weekend the ASP.NET team released a Microsoft Security Advisory about a security vulnerability found in ASP.NET:
http://www.microsoft.com/technet/security/advisory/2416728.mspx
The WCF Data Services team looked into the issue and don’t believe there is any additional exposure to the vulnerability beyond what is exposed by ASP.NET. However, if the WCF Data Service is hosted in ASP.NET, it is quite possible that the vulnerability is present. If any users use the ASP.Net encryption logic to hide sensitive information from the client and use that encrypted data to make decisions in the WCF Data Service, they can run into this issue. Below are few examples:
· If you use an encrypted cookie to make decisions to which database to connect in CreateDataSource method
· If you use an encrypted cookie to figure out whether the user is an admin rather than using RoleManager in the server
· If you use an encrypted cookie to apply business logic in change/query interceptors
For a complete description of the vulnerability, please read Scottgu’s post on the subject:
http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx
Andrew Conrad
WCF Data Services Development Lead
Microsoft Corp
-
Link
New to OData? Go to http://odata.org to learn the nuts and bolts of the protocol, see who is using it today, and learn the scenarios that drove the creation of the protocol.
-
Link
-
Link
The WCF Data Services team is beginning to explore improvements and new features for our next release. As part of this process, it’s critical that we hear your feedback, as it helps us ensure that what we build actually meets your requirements in real-world scenarios. To enable this we’ve launched a new site that will allow you to interact more directly with the development team and provide input: http://dataservices.mswish.net .
The site’s pretty simple and self-explanatory – you can add a new feature request or vote for feature requests that are already there. We hope you’ll try it out and vote on the features you most want to see added. Finally, as features move from ideas into actual development we’ll post our thoughts and ideas to the team blog at http://blogs.msdn.com/astoriateam
-Mike Flasko
Lead Program Manager, Microsoft
-
Unanswered3VotesWCF Data Services and EF5 auto-compiled query support with parameterized query
Hi, EF5 introduced auto-compiled query, this feature dramatically improve performance of Entity Framework. When we use WCF Data Service over an ... -
Unanswered0VotesCannot materialize complex or primitive type - WCF Data services
i use WCF Data services along with Entity framework to talk to the SQL Server database. The data is not directly accessed through the ORM but instead ,the stored procedures are used to fetch ... -
Answered0VotesWCFDataService Firefox/Chrome error
When calling our WCFDataService from firefox or chrome we are getting a missing file error that does not happen in IE. The error is as follows and the call to the error is at the ... -
Unanswered0VotesREST - doing a GET with a really long url
Hi all; I'm not sure if this is the best forum for this question. If not, please point me to the correct one. We are trying to implement a REST server (using ... -
Unanswered2VotesHow do I tell my service (all calls REST/JSON) to handle OPTIONS requests?
Hi; I have written a WCF service to return JSON on REST requests. Works great with a browser hitting it. But when my JavaScript hits it, the first request is an OPTIONS request for ... -
Unanswered0Votes.Net Client fails to Update Odata Controller
Created an Odata MVC WEb API. Running it Locally IIS Express 7.5 to debug it. Created a .Net WPF client app. Here is code to load from ... -
Proposed2VotesBing News Search API Results
I am working on a custom news widget for a client. He wants to include news that only has a particular company name as well as one or more industry terms. For companies [Company A, Company ... -
Answered0VotesWCF OData $top with "nextLink"
I'm building a WCF Data Service and I found a strange behaviour when I make a GET with the $top parameter set. I was expecting, as I found on many sources on the Internet, that the ... -
Answered0VotesWCF Data Services Server - Performance issue during projection.
p.Name == propertyName && (p.Kind & exceptKind) == (ResourcePropertyKind)0); } If my ResourceType has 200 properties and i am only projecting the 20 last ... -
Proposed0VotesAny update to docs, examples for WCF support of OData annotations?
The recent WCF Data Service 5.3 and 5.4 release notes mentioned improvements in support for OData 3.0 annotations. However, the only mention I can find of how to access OData annotations in WCF ... -
Unanswered0VotesEl servidor remoto devolvió una respuesta inesperada: (413) Request Entity Too Large.
Buenas noches me encuentro con el siguiente error al tratar de guardar o modificar (El servidor remoto devolvió una respuesta inesperada: (413) Request Entity Too Large) soy nuevo en esto y le ... -
Unanswered0VotesWCF Data Services 5 Authentication with datajs
I have an WCF Data Service in .NET and I am consuming this service with datajs in Phonegap. I am trying to implement authentication as decribed here: http://goo.gl/0xQvC, and sending ... -
Unanswered0VotesJSON.NET convert object but not data.
I have a WCF/REST service returning JSON and I am using JSON.NET to deserialize back to the native object. It does that just fine but the data that is return from the REST call is wiped out after ... -
Unanswered0VotesData service caching issue
Hi In my VS solution, I have two projects, one is a Silverlight5 app and the other is a WCF Services app. My Silverlight5 app is hosted on a page in the ... -
Answered0VotesChange tracking issues with WCF Data Services
So I'll admit I'm not in love with the design of this, but I've inherited a problem. I have a wpf application that uses wcf data services as a portion of it's service tier. For a reason unknown to me, ... -
Unanswered0VotesHow to implement EF Code First and WCFDataService
A bit of history first. I created a EF Code First Library that contains POCO Objects as my Models, a generic DataProvider that inherits from DbContext, generic Repostory that implements the ... -
Unanswered0VotesEF5 service with context derived from DbContext
Okay, so I'm using entity framework 5.0 and a WCF data service. I am a little confused because some people are saying that Entity Framework with WCF data services will work out of the box ... -
Answered1VotesUseJson and IgnoreMissingProperties
System.Data.Services.Client.DataServiceClientException: {"odata.error":{"code":"","message":{"lang":"nb-NO","value":"An ... -
Unanswered0VotesImplementing WCF Data Service without Entity Framework
Hi, I would like to know if there is a way to implement WCF Data Services exposing data from SQL Server without using Entity Framework. I did some search on the internet ... -
Unanswered0VotesWCF Self-Hosted Data Services with CORS and Basic Auth support
I'm building a WCF Self-Hosted Data Service (OData, by the way) and I'm using Basic Authentication to authenticate users. It wasn't very hard, I just needed some configuration steps, build a ... - Items 1 to 20 of 2798 Next ›


