Commented Issue: Delete fails if entity key is of type Guid [885]
I send the following ODATA message:_DELETE http://localhost:34852/Tags(guid'43e361ba-a8a0-4dbe-8474-dfcb5496c161') HTTP/1.1__DataServiceVersion: 3.0MaxDataServiceVersion: 3.0Host: localhost:34852I get...
View ArticleNew Post: Can't get CORS to work with web api
Hi Yao, It seems to work when I add the routes for the OPTIONS method. Additionally, I have another controller that does not use attribute routing and it works fine as is. So it seems consistent with...
View ArticleNew Post: URIs in media type parameters
Answering my own question: according to the HTTP specification, any media type parameter that contains control characters or separators (space, tab, ( ) < > @ , ; : \ " / [ ] ? = { }) must be...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleCreated Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleCommented Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleReopened Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleEdited Issue: Making it easy to extract key from OData URL [857]
The $link scenario requires user to parse the key from the url to proceed. However, we currently don't have easy way to do that. The workaround in the ODataServiceSample using following code to achieve...
View ArticleCreated Issue: SimpleMembershipProvider bad designed or we don't understand...
Hiwe have following situation: - 2 applications works with same database (backend/frontend - is hosting environment dbase restriction). - frontend application could contains more then 300000members...
View ArticleEdited Issue: SimpleMembershipProvider bad designed or idea hasn't been...
Hiwe have following situation: - 2 applications works with same database (backend/frontend - is hosting environment dbase restriction). - frontend application could contains more then 300000members...
View ArticleNew Post: The use of RouteValueDictionary in Websecurity.cs...
Hi All! After taken down the source code and fiddling around it to match the "old/previuos" membership provider (I'm using MVC4, but with an old aspnet_Membership Database in SQL Express), I wonder why...
View ArticleCommented Issue: Delete fails if entity key is of type Guid [885]
I send the following ODATA message:_DELETE http://localhost:34852/Tags(guid'43e361ba-a8a0-4dbe-8474-dfcb5496c161') HTTP/1.1__DataServiceVersion: 3.0MaxDataServiceVersion: 3.0Host: localhost:34852I get...
View ArticleNew Post: The use of RouteValueDictionary in Websecurity.cs...
Hi, In general in cases like this the RouteValueDictionary is used to "parse" an object with properties into key/value pairs. This allows for a nicer syntax for users calling the code. Check out this...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleUpdated Wiki: Attribute routing in Web API
Attribute routing in Web API One of the limitations of Web API's routing system is that it requires you to configure routes on a global route table. This has several consequences: It forces you to...
View ArticleSource code checked in, #e75109ee029460e04bcbaa375d3517ebefd6e2f7
Opt3C: MVC: Avoid Linq and copying when removing from dictionaries.
View Article