Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live

Reviewed: v4.0 RC (三月 31, 2013)

Rated 5 Stars (out of 5) - view and use it

View Article


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 Article


New 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 Article

New 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 Article

Updated 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 Article


Created 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 Article

Commented 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 Article

Reopened 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 Article


Edited 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 Article


Created 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 Article

Edited 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 Article

New 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 Article

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 Article


New 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 Article

Updated 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 Article


Updated 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 Article

Updated 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 Article


Updated 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 Article

Updated 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 Article

Source code checked in, #e75109ee029460e04bcbaa375d3517ebefd6e2f7

Opt3C: MVC: Avoid Linq and copying when removing from dictionaries.

View Article
Browsing all 7925 articles
Browse latest View live