Skip to content

Commit 0ae5dd4

Browse files
Added link at the top to repo
1 parent 1763fa6 commit 0ae5dd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/pages/intro-and-motivation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ During that time, the language design of both C# and TypeScript (JavaScript as w
88

99
This guide aims to provide a walkthrough of just how similar these two languages are, but also highlight where C# and .NET can solve some of the pain points that many teams using TypeScript *on the backend* will no doubt encounter.
1010

11+
::: tip Don't forget to check the repo!
12+
Many of the code examples in this guide are actually in [the GitHub repo](https://github.com/CharlieDigital/typescript-is-like-csharp). Be sure to check it out so you can see the full examples and play around with the code yourself.
13+
:::
14+
1115
## Are They *Really* Similar?
1216

1317
Before you ready your pitchforks, check out some of the similarities between TypeScript and C#:

0 commit comments

Comments
 (0)