To follow along with the examples in this chapter, you will need to have the following installed on your machine:
- Visual Studio 2017 with the latest ASP.NET Core tools
- Visual Studio TypeScript SDK
All code snippets in this chapter can be tested by adding new TypeScript files to the previous chapter's TypeScriptTests project, or to a new ASP.NET Core project. The code can be executed by adding the JavaScript files produced by the TypeScript compiler to any project View, and then by monitoring what happens with the Visual Studio debugger.
All the code used in this chapter can be downloaded from the following GitHub link: https://github.com/PacktPublishing/Hands-On-TypeScript-for-CSharp-and-.NET-Core-Developers.