Quantcast
Channel: webapicontrib Discussions Rss Feed
Browsing all 15 articles
Browse latest View live

New Post: Walkthrough of self-hosted host?

I'm looking at the RawHttpProcessor, trying to figure out how some of this stuff works. Is this typical WCF setup that I just need to go read? Or are you doing something intentional? In particular, you...

View Article



New Post: Walkthrough of self-hosted host?

RawHttpProcessor was just an experiment and it turned out to cause more problems that it was worth.  The Processor concept is new to WCF so there is not much out there you can read on it, yet.  The...

View Article

New Post: Would like to contribute the Json.NET processor

With IQueryable support (unlike cweyer's :( ).It would be nice to setup the project for easy nuget-publishing too ASAP, to get a frequent release cycle.

View Article

New Post: Would like to contribute the Json.NET processor

Sure! I just added his, but feel free to send a pull request, or you can email me directly at ryan dot riley at panesofglass dot org.

View Article

New Post: Native types support in UriTemplates

Hi,By "Native types support in UriTemplates" I mean that you can't define a parameter as int like this (only string is supported):        [WebGet(UriTemplate = "{id}")]        public Contact Get(int...

View Article


New Post: Parameter validation

Is this supported? Like: public Token SignIn(   [Required(AllowEmptyStrings = false,                   ErrorMessageResourceType = typeof(Resources),                  ErrorMessageResourceName =...

View Article

New Post: Parameter validation

wrong forum :)

View Article

New Post: New extensions for working with DataContractSerializer

Just pushed a bunch of extensions and a sample for showing how you can use DCS with web api.http://webapicontrib.codeplex.com/SourceControl/changeset/changes/2da8381982b9

View Article


New Post: LoggingOperationHandler DI Clarification

Hi. I'm not sure if this is the right place to ask this question.I was looking at the LoggingOperationHandler as it is using DI. I just had a question on, how would you instantiate ILogger when adding...

View Article


New Post: How do I, inside an HttpErrorHandler tell the expected format?

So I catch my error and have all the details I want. Now I create a HttpResponseMessage() but I want to ensure the contents will be in serialized using the expected format from accept: application/json...

View Article

New Post: Now that JsonpResponseHandler's been added .. how does it get used?

From what I can tell, the syntax used on: '' doesn't really apply any more. Can someone provide a sample of how this should now be implemented?

View Article

New Post: How to use IoC/DI

Hi.I would like to use StructureMap as DI container, but i dont know how to plug/in it to WcfWebApi infrastructure.Thanks. F.S.

View Article

New Post: How to use IoC/DI

Check this posthttp://wcf.codeplex.com/discussions/277899

View Article


New Post: How to use IoC/DI

Excellent. Thank You.

View Article

New Post: JsonValue - create enums from string

Hi,I am parsing some Json that I retrieve using HttpClient, and turning it into a strongly-typed object using JsonValue.ReadAsType<T>.The type I am creating has some properties which I would like...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images