|
42 | 42 | { |
43 | 43 | position: absolute; |
44 | 44 | top: 40px; |
45 | | - left: 760px; |
| 45 | + left: 755px; |
46 | 46 | } |
47 | 47 | H1 |
48 | 48 | { |
@@ -275,18 +275,18 @@ <h4>Nothing but C#</h4> |
275 | 275 | </strong>. Everything else seen here is automatically provided by <a href="http://www.servicestack.net">ServiceStack</a> using a code-first, convention-based approach. |
276 | 276 | ServiceStack can infer a richer intelligence about your services to better able to provide more generic and re-usable functionality for free! |
277 | 277 | </p> |
278 | | - <h4>Config-free, convention-based, pure C# model-driven, web services</h4> |
279 | | - <p> |
280 | | - No other config, code-gen are required and you do not need to learn any other artificial constructs and concepts to get started. |
281 | | - The logic of your services simply live in a pure C#, dependency-free and testable class. |
282 | | - </p> |
283 | 278 | <p> |
284 | 279 | You're unlikley to ever see the same WCF SOAP service, generating a visually informative |
285 | 280 | <a href="https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat">HTML view</a> of your data, |
286 | 281 | allow it to be exposed over <a href="servicestack/metadata">REST-ful interfaces</a> or be able to export it to a <a href="https://github.com/ServiceStack/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a> data file. |
287 | 282 | With ServiceStack not only is this possible - it comes out-of-the-box, config-pain-free :) |
288 | 283 | </p> |
289 | | - <h4>Un-learning WCF RPC</h4> |
| 284 | + <h4>Config-free, convention-based, pure C# model-driven, web services</h4> |
| 285 | + <p> |
| 286 | + No other config, code-gen are required and you do not need to learn any other artificial constructs and concepts to get started. |
| 287 | + The logic of your services simply live in a pure C#, dependency-free and testable class. |
| 288 | + </p> |
| 289 | + <h4>Get Started by un-learning WCF RPC</h4> |
290 | 290 | <p> |
291 | 291 | The initial difficulty to new developers coming to ServiceStack is having to <b>un-learn WCFs RPC</b> approach to web services. |
292 | 292 | In our opinion the problem with WCF is not that it's an abstract walled-interface forcing you to develop all your Network services in. |
|
0 commit comments