You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Docs/framework/caching-options.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ for the following cache providers:
8
8
9
9
# Live Example and code
10
10
11
-
A live demo of the ICacheClient is available in [The ServiceStack.Northwind's example project](http://servicestack.net/ServiceStack.Northwind/). Here are some requests to cached services:
11
+
A live demo of the ICacheClient is available in [The ServiceStack.Northwind's example project](http://mono.servicestack.net/ServiceStack.Northwind/). Here are some requests to cached services:
Which are simply existing web services wrapped using **ICacheClient** that are contained in [CachedServices.cs](https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CachedServices.cs)
Copy file name to clipboardExpand all lines: src/Docs/framework/json-report-format.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@
4
4
5
5
These examples are simply links to existing ServiceStack web services, which based on your browsers user-agent (i.e. Accept: 'text/html') provides this HTML format instead of the other serialization formats.
Copy file name to clipboardExpand all lines: src/Docs/framework/nuget.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ To make it easier for developers to get started we're now maintaining NuGet pack
4
4
5
5
So if you have [NuGet](http://nuget.org) installed, the easiest way to get started is to create a new ASP.NET Web Application and install the **ServiceStack** package:
* Add the ServiceStack dlls to your standard VS.NET ASP.NET Web Application
12
12
* Register the ServiceStack handler in your Web.Config
13
13
* Configure your AppHost
14
-
* Create a **[Hello](http://servicestack.net/ServiceStack.Hello/)** web service
15
-
* Create a **[TODO](http://servicestack.net/Backbone.Todos/)** RESTful web service
14
+
* Create a **[Hello](http://mono.servicestack.net/ServiceStack.Hello/)** web service
15
+
* Create a **[TODO](http://mono.servicestack.net/Backbone.Todos/)** RESTful web service
16
16
17
17
Although we believe this to be a popular starting point, it is not the only one as we have examples of Windows Services, Stand-alone Console Hosts, Hosting together with an existing web framework at a Custom Path - Templates available in the **/StarterTemplates** folder in the [ServiceStack.Examples project](https://github.com/ServiceStack/ServiceStack.Examples/downloads).
18
18
@@ -27,11 +27,11 @@ Downloadable separately from ServiceStack itself is it's string powers. Inside [
27
27
* StringExtensions - Xml/Json/Csv/Url encoding, BaseConvert, Rot13, Hex escape, etc.
28
28
* Stream, Reflection, List, DateTime, etc extensions and utils
With a hope to introduce more .NET developers to the high-performance and productive NoSQL worlds, we also include a full-featured [C# Redis client](~/redis-client/redis-client) allowing you to build [complete apps with it](http://servicestack.net/RedisStackOverflow/). [Redis](http://redis.io/) is the fastest NoSQL database in the world that is capable of achieving [about 110000 SETs and 81000 GETs per second](http://redis.io/topics/benchmarks).
34
+
With a hope to introduce more .NET developers to the high-performance and productive NoSQL worlds, we also include a full-featured [C# Redis client](~/redis-client/redis-client) allowing you to build [complete apps with it](http://mono.servicestack.net/RedisStackOverflow/). [Redis](http://redis.io/) is the fastest NoSQL database in the world that is capable of achieving [about 110000 SETs and 81000 GETs per second](http://redis.io/topics/benchmarks).
35
35
36
36
The C# Redis Client features:
37
37
@@ -46,7 +46,7 @@ For .NET developers new to Redis, we invite you to check out the following tutor
46
46
*[Designing a NoSQL Database using Redis](~/redis-client/designing-nosql-database)
47
47
*[Painless data migrations with schema-less NoSQL datastores](~/redis-client/schemaless-nosql-migrations)
0 commit comments