TypeScript is a language for JavaScript development. It is compatible to any host, operating system, and browser. TypeScript is also open source which means you can configure You try out TypeScript by moving your ASP.NET Single Page Application to TypeScript.
All you need to do is have the needed software installed in your system:
- ASP.NET and Web Tools 2012.w
- TypeScript for Visual Studio 2012
- My ASP.NET SPA TypeScript Application
The move these file to TypeScript. These are located under Scripts folder.
- todo.binding.js
- todo.datacontext.js
- todo.model.js
- todo.viewmodel.js
Read the tutorial in this blog for a complete and detailed instructions.