An open API service indexing awesome lists of open source software.

https://github.com/codemillmatt/node-pool

Introduction to Node.js For .Net Developers
https://github.com/codemillmatt/node-pool

Last synced: 6 months ago
JSON representation

Introduction to Node.js For .Net Developers

Awesome Lists containing this project

README

        

# Everybody Into The Pool!

## An Introduction To Node.js For .Net Developers

This repository contains the slide deck and sample code used during the Everbody Into The Pool talk at That Conference on August 10, 2015, St Louis Days of .Net on November 14, 2015, and CodeMash on January 8, 2016.

1. The first demo simply walked through some of the features for Node.js Tools for Visual Studio and a Hello World, or Look Mom, I Can Swim demo. Then we added Restify via npm and created a REST based server.
2. The second demo walked through the structure of a more complicated Node.js application including a basic Express app layout, and also showed how easy it was to get a Node.js site up into Azure.
3. The third demo added Edge.js and the ability to call into a C# file from Node.js.

## Resources
The following resources were used during the research of this talk and should prove to be useful:

### What Is Node.js?
* https://nodejs.org/
* https://www.npmjs.com/
* https://github.com/joyent/node
* http://www.pluralsight.com/courses/nodejs-dotnet-developers

### Installing Node.js and Node.js Tools For Visual Studio
* https://chocolatey.org/packages/nodejs.install
* https://www.visualstudio.com/features/node-js-vs
* https://github.com/Microsoft/nodejstools
* https://channel9.msdn.com/Blogs/Seth-Juarez/Nodejs-Tools-for-Visual-Studio

### Azure and Edge
* http://azure.microsoft.com/en-us/develop/nodejs/
* http://tjanczuk.github.io/edge/#/8
* https://msdn.microsoft.com/en-us/magazine/JJ991974.aspx
* https://github.com/Azure/azure-sdk-for-node
* https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-nodejs-simple-windows/

### Misc
* http://www.toptal.com/nodejs/why-the-hell-would-i-use-node-js
* https://strongloop.com/strongblog/node-js-net-getting-started-part-one/
* http://reverentgeek.com/node-js-for-net-developers-on-channel-9/
* http://www.johnpapa.net/get-up-and-running-with-node-and-visual-studio/
* https://github.com/sindresorhus/awesome-nodejs/