New Post: visual basic
Don't worry, it will be. The final bits haven't even been released yet, give us a little time : ) I'll be writing a blog post about routing conventions in the coming weeks and I expect we'll have...
View ArticleClosed Issue: Visual Basic 404 [836]
when I reproduce the 3 steps sample with vb.net http://blogs.msdn.com/b/webdev/archive/2013/01/29/getting-started-with-asp-net-webapi-odata-in-3-simple-steps.aspxI get a 404```ublic Class...
View ArticleCreated Issue: Web API OData Returns Bad Request when ICollection encountered...
I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an ICollection<Role> property on the Account class.When I...
View ArticleEdited Issue: Web API OData Returns Bad Request when ICollection encountered...
I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an ICollection<Role> property on the Account class.When I...
View ArticleEdited Issue: Web API OData Returns Bad Request when ICollection encountered...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCommented Issue: AntiForgeryToken helper and Claims based security [202]
In latest version of MVC4 avaliable from WebPi found an issue with AntiForgeryToken helper. It requires both NameIdentifier and IdentityProvider claims and in exceptions it states that IdentityProvider...
View ArticleNew Post: SPA + Knockout + Breeze template ?
Hi there, sorry for the very delayed response, but I wanted to let you know that we will be shipping additional variations of the SPA template using other JavaScript frameworks. The SPA template that's...
View ArticleNew Post: Unit testing EntitySetController.Post
Sorry Dan, now I'm slow in responding! My repro is 31.8MB when the solution is zipped up, so I can't follow your instructions but would be happy to email it to you.
View ArticleCommented Issue: Web API OData Returns Bad Request when ICollection...
This is against the nightly builds of Web API OData, etc...I've got an Account class, mapped using Entity Framework code first. In EF, Account has a Many to Many relationship to Role. Modeled as an...
View ArticleCreated Issue: Add better support for excluding properties from model binding...
Currently hard to do because users have to register a custom ModelMetadataProvider. We need an attribute-based way of excluding properties.
View ArticleSource code checked in, #8d409f2151e4
Issue 809: [MQ] Merge Extensions sln into Runtime sln
View ArticleClosed Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.Comments: Fixed with commit 8d409f2151e4.
View ArticleCreated Issue: Dealing with DTOs in Queryable actions [839]
Based on this great articlehttp://blogs.msdn.com/b/webdev/archive/2013/02/06/protect-your-queryable-api-with-validation-feature-in-asp-net-web-api-odata.aspxI have more input for the team wrt real...
View ArticleCreated Issue: Remove ParameterInfoExtensions.GetCustomAttributes and use...
Since we're moving to .NET 4.5, might as well use the framework's GetCustomAttributes<T> instead of rolling our own.
View ArticleCreated Issue: Document dependency between EntitySetController.CreateEntity...
If you override CreateEntity and do not override GetKey, you get an obscure error when calling the service:{"odata.error":{"code":"POST requests are not...
View ArticleEdited Issue: Dealing with DTOs in Queryable actions [839]
Based on this great articlehttp://blogs.msdn.com/b/webdev/archive/2013/02/06/protect-your-queryable-api-with-validation-feature-in-asp-net-web-api-odata.aspxI have more input for the team wrt real...
View ArticleNew Post: Status of OData support
I'm very excited about a mid-Feb RTM! Is this coming along as planned?
View Article