Update link to ASP.Net documentation and surface the tutorials

Mohamed Hegazy 2016-05-02 17:20:41 -07:00
parent 83c61350eb
commit ecbf192e57

@ -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)