Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 9, 2018
1 parent 924e2b1 commit 4ee5750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ ServiceStack Mobile and Desktop Apps

This projects contains several examples for consuming ServiceStack Typed Services from different native Mobile and Desktop Apps developed with .NET. Using C# to develop native Mobile and Desktop Apps provides a number of benefits including maximum reuse of your investments across multiple Client Apps where they're able to reuse shared functionality, libraries, knowledge, development workflow and environment in both Client and Server Apps.

This reusability is enhanced with ServiceStack which provides a highly productive development workflow which lets you reuse the same POCO DTOs used to define the Services contract with, in Clients Apps to provide a terse, end-to-end typed API without any additional custom build tools, code-gen or any other artificial machinery, by using just the DTOs in the shared `ServiceModel.dll` with any of the available highly performant [.NET generic Service Clients](http://docs.servicestack.net/csharp-client) which encourages development of [resilient message-based Services](http://docs.servicestack.net/what-is-a-message-based-web-service) for enabling [highly decoupled](http://docs.servicestack.net/service-gateway) and easily [substituable and mockable](http://docs.servicestack.net/csharp-client#built-in-clients) Service Integrations.
This reusability is enhanced with ServiceStack which provides a highly productive development workflow which lets you reuse the same POCO DTOs used to define the Services contract with, in Clients Apps to provide a terse, end-to-end typed API without any additional custom build tools, code-gen or any other artificial machinery, by using just the DTOs in the shared `ServiceModel.dll` with any of the available highly performant [.NET generic Service Clients](http://docs.servicestack.net/csharp-client) which encourages development of [resilient message-based Services](http://docs.servicestack.net/what-is-a-message-based-web-service) for enabling [highly decoupled](http://docs.servicestack.net/service-gateway) and easily [substitutable and mockable](http://docs.servicestack.net/csharp-client#built-in-clients) Service Integrations.

## Mobile and Desktop Apps

Expand Down

0 comments on commit 4ee5750

Please sign in to comment.