Category Archives: servicestack

December, 2013

9th

3 comments
  • .net
  • c#
  • scriptcs
  • servicestack

Easier Redis development with scriptcs and ServiceStack.Redis powered C# REPL

Work with Redis like a pro

In my current project I am working a lot with Redis on the back end. What I have found extremely useful is the ability to work with Redis directly from its REPL (redis-cli), to instantly check or reset the objects stored there.

However, working in the C# environment, the basic redis-cli is definitely not enough to facilitate productive development.

Enter scriptcs.

Continue reading

March, 2013

3rd

8 comments
  • servicestack
  • signalr

SignalR, Filters and ServiceStack

I recently blogged about a technique of integrating SignalR with ASP.NET Web API through the use of action filters.

A few people have asked, whether this approach (and SignalR now being part of Microsoft’s ASP.NET product group after all) works with other frameworks. And the answer is absolutely yes.

Let’s have a look at implementing this for ServiceStack.