|
| 1 | +# ServiceStack.Examples |
| 2 | + |
1 | 3 | [Join the new google group](http://groups.google.com/group/servicestack) or |
2 | 4 | follow [@demisbellot](http://twitter.com/demisbellot) and [@ServiceStack](http://twitter.com/servicestack) |
3 | | -for twitter updates. |
| 5 | +for twitter updates. |
4 | 6 |
|
5 | | -#Example Projects built with [ServiceStack](https://github.com/ServiceStack/ServiceStack), [C# RedisClient](https://github.com/ServiceStack/ServiceStack.Redis), [OrmLite](https://github.com/ServiceStack/ServiceStack.OrmLite), etc |
| 7 | +Example Projects built with [ServiceStack](https://github.com/binary2015nov/ServiceStack), [C# RedisClient](https://github.com/binary2015nov/ServiceStack.Redis), [OrmLite](https://github.com/binary2015nov/ServiceStack.OrmLite), etc |
6 | 8 |
|
7 | | -## [Download](https://github.com/ServiceStack/ServiceStack.Examples/archive/master.zip) |
| 9 | +## [Download](https://github.com/binary2015nov/ServiceStack.Examples/archive/master.zip) |
8 | 10 |
|
9 | 11 | Download the tarball: |
10 | 12 |
|
11 | | -[https://github.com/ServiceStack/ServiceStack.Examples/archive/master.zip](https://github.com/ServiceStack/ServiceStack.Examples/archive/master.zip) |
| 13 | +[https://github.com/binary2015nov/ServiceStack.Examples/archive/master.zip](https://github.com/binary2015nov/ServiceStack.Examples/archive/master.zip) |
12 | 14 |
|
13 | 15 | or clone this repo to download the source: |
14 | 16 |
|
15 | | - git clone git://github.com/ServiceStack/ServiceStack.Examples.git |
16 | | - |
| 17 | + git clone git://github.com/binary2015nov/ServiceStack.Examples.git |
17 | 18 |
|
18 | 19 | ## [Live Demos](https://github.com/ServiceStackApps/LiveDemos) |
19 | 20 |
|
20 | | -[Live demos](https://github.com/ServiceStackApps/LiveDemos) and tutorials are available at the following locations: |
| 21 | +Live demos and tutorials are available at the following locations: |
21 | 22 |
|
22 | 23 | ### [Backbone.js TODO app with REST and Redis backend](http://todos.servicestack.net) |
| 24 | + |
23 | 25 | [](http://todos.servicestack.net) |
24 | 26 |
|
25 | 27 | ### [Creating a Hello World Web service from scratch](http://mono.servicestack.net/ServiceStack.Hello/) |
| 28 | + |
26 | 29 | [](http://mono.servicestack.net/ServiceStack.Hello/) |
27 | 30 |
|
28 | 31 | ### [GitHub-like browser to manage remote filesystem over REST](http://restfiles.servicestack.net) |
| 32 | + |
29 | 33 | [](http://restfiles.servicestack.net) |
30 | 34 |
|
31 | 35 | ### [Creating a StackOverflow-like app in Redis](http://redisstackoverflow.servicestack.net) |
| 36 | + |
32 | 37 | [](http://redisstackoverflow.servicestack.net) |
33 | 38 |
|
34 | 39 | ### [Northwind dataset services](http://northwind.servicestack.net) |
35 | | -[](http://northwind.servicestack.net) |
36 | | - |
37 | | -### Other examples |
38 | | -* [Calling Web Services with Mono Touch](http://mono.servicestack.net/monotouch/remote-info/) |
39 | | -* [Calling Web Services using Silverlight](http://mono.servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm) |
40 | | -* [Calling SOAP 1.1 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx) |
41 | | -* [Calling SOAP 1.2 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx) |
42 | 40 |
|
| 41 | +[](http://northwind.servicestack.net) |
43 | 42 |
|
44 | 43 | ### Troubleshooting |
45 | 44 |
|
46 | | -- Since the example project uses 32bit Sqlite.dll, on a 64bit machine you must set IIS to run 32bit apps (in the App Domain config) |
| 45 | +* Since the example project uses 32bit Sqlite.dll, on a 64bit machine you must set IIS to run 32bit apps (in the App Domain config) |
0 commit comments