¡@

Home 

c# Programming Glossary: servicestack

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

ServiceStack to retain type information I'm using ServiceStack to serialize.. ServiceStack to retain type information I'm using ServiceStack to serialize and deserialize some objects to JSON. Consider.. an Animal type not a Dog type. Is there any way I can tell ServiceStack to retain the information that this particular instance was..

Recommended ServiceStack API Structure

http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure

ServiceStack API Structure I'm trying work out the best way to structure.. should return the parent object i.e. an Event. So using ServiceStack what's the best way to handle this scenario Is it to create.. the goals are. I can only offer how I would approach it. ServiceStack service implementations are de coupled from their custom routes..

ServiceStack Request DTO design

http://stackoverflow.com/questions/15927475/servicestack-request-dto-design

Request DTO design I am a .Net developer used to develop web.. REST approach for web services. So far i am loving the ServiceStack framework. But sometimes i find myself to write services in.. think about when designing message based services in ServiceStack I'll provide some examples comparing WCF WebApi vs ServiceStack's..

servicestack REST API and CORS

http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors

below to make it much easier to add CORS support to your ServiceStack services. Commonly this is now all that's needed Plugins.Add.. if httpReq.Method OPTIONS httpRes.EndRequest add a 'using ServiceStack ' Enabling CORS per service support Instead of using the plugin.. CORS per service support Instead of using the plugin above ServiceStack also allows you to enable CORS on a per service basis by using..

ServiceStack.Net Redis: Storing Related Objects vs. Related Object Ids

http://stackoverflow.com/questions/8914349/servicestack-net-redis-storing-related-objects-vs-related-object-ids

Redis Storing Related Objects vs. Related Object Ids My.. Object Ids My team has decided to work with Redis via the ServiceStack.net Redis Client as an underlying repository for a new high.. this question either for general Redis docs or specific ServiceStack.Net docs or both is there actually a definitive source for documentation..

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

instance was of the Dog type c# .net json serialization servicestack share improve this question Inheritance in DTOs is a bad..

Is ResponseStatus needed in ServiceStack?

http://stackoverflow.com/questions/11750799/is-responsestatus-needed-in-servicestack

Do we need the ResponseStatus property c# error handling servicestack share improve this question ServiceStack's new API no longer..

What is the best way to run ServiceStack on Linux / Mono?

http://stackoverflow.com/questions/12188356/what-is-the-best-way-to-run-servicestack-on-linux-mono

which is preferred for Web Services on Mono c# linux mono servicestack mod fastcgi share improve this question Development XSP.. ServiceStack.net Nginx Mono FastCGI configuration The servicestack.net website itself inc. all live demos runs on an Ubuntu hetzner.. RedisStackOverflow RestFiles . root usr share nginx mono servicestack.net index index.html index.htm index.aspx default.htm Default.htm..

ServiceStack IReturn

http://stackoverflow.com/questions/12700702/servicestack-ireturn

in RazorRockstars demo project works without it. c# .net servicestack share improve this question This is a new addition in ServiceStack's..

Recommended ServiceStack API Structure

http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure

setup or have I missed something more fundamental c# api servicestack share improve this question Firstly Best solution is a fairly.. Optional resultset filters e.g. Category Tech Search servicestack public string Category get set public string Search get set..

ServiceStack Request DTO design

http://stackoverflow.com/questions/15927475/servicestack-request-dto-design

someone show me the right direction to follow. c# .net servicestack share improve this question To give you a flavor of the..

Can ServiceStack Runner Get Request Body?

http://stackoverflow.com/questions/17514754/can-servicestack-runner-get-request-body

or subclassing a special OAuthService class. c# oauth servicestack share improve this question The way to access the Raw Request..

ServiceStack.Text how to serialize class to JSon

http://stackoverflow.com/questions/7307100/servicestack-text-how-to-serialize-class-to-json

example how to create JSon object from my class c# json servicestack share improve this question ServiceStack will deserialize..

How to: Merge multiple assemblies into one

http://stackoverflow.com/questions/8077570/how-to-merge-multiple-assemblies-into-one

to Merge multiple assemblies into one I consuming my servicestack using EXE project startup task for azure application in that.. task for azure application in that i have copied following servicestack's dll some Azure's dlls in to EXE project. When i build this.. project then Azure dlls will be bundled with my EXE but servicestack's dll will not be bundled with EXE because to run my EXE on..

Is this a valid usage of ServiceStack Redis?

http://stackoverflow.com/questions/8094162/is-this-a-valid-usage-of-servicestack-redis

some other issue that I'm not aware of. Thanks c# redis servicestack share improve this question Actually when you use PersonClient.Lists..

servicestack REST API and CORS

http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors

REST API and CORS Anyone know if the servicestack framework.. REST API and CORS Anyone know if the servicestack framework can be used to create CORS REST services I've been.. stuff for days now utterly useless. Thanks c# api rest servicestack cors share improve this question Using the CorsFeature plugin..

ServiceStack.Net Redis: Storing Related Objects vs. Related Object Ids

http://stackoverflow.com/questions/8914349/servicestack-net-redis-storing-related-objects-vs-related-object-ids

we're really starting from scratch here... c# .net redis servicestack share improve this question Rather than re hash a lot of..

OData with ServiceStack?

http://stackoverflow.com/questions/9577938/odata-with-servicestack

IQueryable and query it from the client c# wcf odata servicestack share improve this question Will ServiceStack support OData... effectively heading for a rewrite https coldie.net tag servicestack Lets see how feasible is would be to move off an oData provider..