I have looked through the documentation for the above Frameworks to see if they provide a facility to auto-generate client code, i.e. classes for models. Does anyone know whether they can, or do you have to try and do this using svcutil? If so, does…
What are hosting options for OpenRasta? I really like what I see and read about the framework and ready to give it a shot, but being able to host WITHOUT IIS is a must for my project.
I want to use OpenRasta in a Windows Service to accept REST calls and know it can be self-hosted by HttpListenerHost. OWIN seems to be the latest and greatest self-hosted web server. Is there an advantage to using OWIN over HttpListenerHost? In…
I'm trying to setup OpenRasta with .Net 2.0 and Visual Studio 2005 and keep getting the following error
'OpenRasta.Configuration.Fluent.IHas' does not contain a definition for 'ResourcesOfType'
using (OpenRastaConfiguration.Manual)
…
I have inherited a project from my predecessor which uses OpenRasta to host a webservice for my OpenSource colleagues to access for their applications. This is my first foray into OpenRasta
I've added a lot of additional features all of which is…
I've completed my implementation of my first OpenRasta RESTful webservice and have successfully got the GET requests I wish for working.
Therefore I've taken some 'inspiration' from Daniel Irvine with his post…
I need to convert my web application to phone application. I was succeed to deserializer the request respond into the generic list on my web app, but I haven't figure out how to do it on the phone app. On the web I can use DataContractSerializer and…
I am using OpenRasta provide an API for my .NET application.
I have a problem with the format of the JSON it produces when using Dictionaries.
I have the following config:
…
I am facing a strange issue with Validators in OpenRasta.I have entry in my configuration file for Validator
ResourceSpace.Uses.CustomDependency, CustomerValidator>(DependencyLifetime.PerRequest);
I am testing my API using REST…
We have an OpenRasta service, and we'd like to use media types to version our resources. We'll have a different set of DTOs for each new version, distinguishable by namespace. For each version of the DTOs, we have a corresponding media type.
So…
I'm trying to use StructureMap with OpenRasta. My Configuration class implements IDependencyResolverAccessor. Here's my code to configure the container:
container.Configure(x =>
{
x.For().Use(
r =>…
Pretty much what it says on the tin - I'd love to use Glimpse as it covers the majority of our stack (knockout, nHibernate, signalR) but we use OpenRasta for our web framework.
I've searched around and can find little - does anyone know of any…