From ecbf192e57cbdd561f88fd33d706758e82d3efa4 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 2 May 2016 17:20:41 -0700 Subject: [PATCH] Update link to ASP.Net documentation and surface the tutorials --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index cc9d6ab..fae717e 100644 --- a/Home.md +++ b/Home.md @@ -16,6 +16,14 @@ Please see the [[FAQ]] for common questions, suggestions, and other useful infor * [tsconfig.json](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tsconfig.json.md) * [Nightly Builds](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Nightly%20Builds.md) +# Tutorials + +* [Using React and Webpack with TypeScript](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/React%20%26%20Webpack.md) +* [Using Knockout withTypeScript](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/Knockout.md) +* [Using ASP.NET Core with TypeScript](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/ASP.NET%20Core.md) +* [Using ASP.NET 4 with TypeScript](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/ASP.NET%204.md) +* [Setting up Gulp with TypeScript, Browserify, Uglify, and Watchify](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/Gulp.md) + # Advanced Topics * [Mixins](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Mixins.md)