Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying ServiceStack 4 Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
ServiceStack 4 Cookbook

ServiceStack 4 Cookbook

By : Hodgson
4.7 (3)
close
close
ServiceStack 4 Cookbook

ServiceStack 4 Cookbook

4.7 (3)
By: Hodgson

Overview of this book

If you are a .NET developer who is looking for a simpler way to build services, this is the book for you. It will show you how to write fast, maintainable APIs that are a pleasure to use and maintain starting from the database to the client and everything in-between.
Table of Contents (13 chapters)
close
close
12
Index

Using Markdown for website content

Markdown is a very popular plain text formatting syntax. It aims to be human readable at all times, while striking a balance between complexity and powerful features. Popular apps like GitHub and StackOverflow make extensive use of Markdown. GitHub has extended Markdown to make it easy to show source code as well.

For instance, the following Markdown helps us lay out a simple document, including some source code that we want to display, as follows:

# This will be an H1
 
Markdown is very useful stuff!
 
## This will be an H2
You can easily format text and organize documents with it. Using the GitHub extensions, you can easily display source code like this:
 
```javascript
var a = "Hello World!";
console.log(a);
```

GitHub's gist application would render the previous Markdown like this, adding formatting and even color coding for the JavaScript syntax:

Using Markdown for website content

ServiceStack allows us to store web content in Markdown, as GitHub and StackOverflow do, and...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
ServiceStack 4 Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon