Youssef Moussaoui

less info
3,139 reputation
1210
bio website blogs.msdn.com/b/youssefm
location Seattle, WA
age
visits member for 7 months
seen 9 hours ago
stats profile views 278

Developer on ASP.NET Web API

Follow me on Twitter


Jun
16
answered C# Serialization of numerics with suffixes
Jun
11
awarded  Fanatic
Jun
10
answered How to create an endpoint that accepts any content type in the request body using ASP.Net Web API
Jun
10
answered DelegatingHandler setting CurrentPrincipal
Jun
10
comment ASP.NET Web API - How can I keep a session alive until after custom MediaTypeFormatter is complete?
Post updated, hope that helps.
Jun
10
revised ASP.NET Web API - How can I keep a session alive until after custom MediaTypeFormatter is complete?
added 2015 characters in body
Jun
10
answered ASP.NET Web API - How can I keep a session alive until after custom MediaTypeFormatter is complete?
Jun
6
answered WebApi: */* media type handling
Jun
6
answered How can I call different GET Methods in the same Controller utilizing different parameters?
Jun
5
answered Web API change schema names
Jun
5
comment DataContract Serializer array node names 'd3p1'
This blog post might help you understand what's going on: blogs.msdn.com/b/youssefm/archive/2009/04/21/…
Jun
4
answered Change Web API Response Formatter
Jun
1
comment Self Hosted WebApi Accessible over LAN
Change the config to localhost and don't set the HostNameComparisonMode. That should work both for local machines and remote machines.
Jun
1
revised Self Hosted WebApi Accessible over LAN
added 55 characters in body
Jun
1
answered Self Hosted WebApi Accessible over LAN
May
31
comment WebApi Odata returning complex type
Ok, the reason it's working for Get but not Get by key is because Get is marked with the Queryable attribute but your Get isn't. I would actually recommend you derive from ODataController instead of EntitySetController, copying whatever code you need. And that you mark the Get by key with the Queryable attribute. There's not much documentation out there yet because we still haven't released anything, but if you want to create a separate stack overflow question for this, I can try to provide with some sample code.
May
31
comment WebApi Odata returning complex type
Can you elaborate? How isn't it working?
May
31
revised Combining navigation properties with Entity Framework
deleted 121 characters in body
May
31
answered Combining navigation properties with Entity Framework
May
31
comment WebApi Odata returning complex type
To build on Jen's answer, $expand isn't supported in the first release of Web API OData on NuGet, but it is currently available in our nightly builds and should be available in the next release. See this blog post for more information on how to get access to our nightlies: blogs.msdn.com/b/henrikn/archive/2012/06/01/…