In that session they outline the language support categorised into good, better and best.
C# and TypeScript are currently in the Best category. JavaScript is in the Better category (with HTML, CSS, JSON, ...). The Good category has a wide range of lanugages such as CoffeeScript, Python, Ruby, Clojure, R, powershell, rust,.....
Comments
.NET Standard 2.0 and .NET Core 2.0
API Port tool: https://github.com/Microsoft/dotnet-apiport
Azure Functions
Shout out to http://storageexplorer.com/ for working with Storage ;)
Hello Visual Studio Code (with NodeJS)
@JohnLudlow: There's a great session from Build 2015 that dives into VS Code. https://channel9.msdn.com/Events/Build/2015/3-680
In that session they outline the language support categorised into good, better and best.
C# and TypeScript are currently in the Best category. JavaScript is in the Better category (with HTML, CSS, JSON, ...). The Good category has a wide range of lanugages such as CoffeeScript, Python, Ruby, Clojure, R, powershell, rust,.....
It's a great session - well worth a watch :)
Hello Visual Studio Code (with NodeJS)
@JohnLudlow: the NodeJS IntelliSense is driven by the TypeScript definition file. In this case it is node.d.ts but there is a huge community library here: https://github.com/borisyankov/DefinitelyTyped
You can also read the docs on definition files if you want to create your own: http://www.typescriptlang.org/Handbook#writing-dts-files
Surfacing your HTTP APIs with API Management
Thanks for the shout out. The original post is here: https://blogs.msdn.com/b/stuartleeks/archive/2014/05/20/teaching-asp-net-web-api-to-wadl.aspx
I've also since wrapped it up as a NuGet package to make it even easier to use: https://blogs.msdn.com/b/stuartleeks/archive/2014/06/22/teaching-asp-net-web-api-to-wadl-via-nuget.aspx
Stuart