Enterprise Framework

Software Solutions in the Enterprise

Javascript Unit Test Links


https://github.com/Microsoft/nodejstools/wiki/Test-Framework-Extensibility

http://madskristensen.net/post/visual-studio-extensions-for-web-developers


https://github.com/Microsoft/nodejstools/wiki/Test-Explorer


http://www.codit.eu/blog/2015/03/18/continuous-integration-with-javascript-nunit-on-tfsbuild-%28part-13%29/

https://www.visualstudio.com/en-us/features/node-js-vs.aspx

https://nodejstools.codeplex.com/

https://github.com/Microsoft/nodejstools

https://github.com/Microsoft/nodejstools/wiki


https://github.com/Microsoft/nodejstools/wiki/Pre-and-Post-Build-Actions

https://social.msdn.microsoft.com/Search/en-US/vscom?query=javascript%20unit%20test&Refinement=198&emptyWatermark=true&ac=5


https://nodejstools.codeplex.com/

http://webtooling.visualstudio.com/languages/javascript/

https://visualstudiomagazine.com/articles/2013/12/01/javascript-unit-testing-with-visual-studio.aspx

http://blogs.msdn.com/b/matt-harrington/archive/2014/10/27/javascript-unit-testing-using-the-chutzpah-test-runner-in-visual-studio.aspx

NodeJS Code for Chat Application with Redis

Sign up for a FREE Redis DB account at RedisLab.

After logging into RedisLabs, click on Manage My Resources
Click "New Redis Subscription"
Choose the Standard Tab > 30MB Free Version

Enter a Resource Name (Example: MyRedisDb)
Enter a Password (Example: P@ssw0rd)
Click "Activate".

This will take you the activation screen.

Click on My Resources

Click on the newly created Db (Example: MyRedisDb)
You will use the EndPoint defined for using within your chat application

  1. Unzip the NodeChat.zip file to a directory
  2. Edit Chat_App.js and Set:
  3. var redisPort = (Example:  12345)
  4. var redisUrl = (Example: pub-redis-12345.us-east-1-2.3.ecc.data.com)
  5. var redisPassword = (Example: P@ssw0rd)
  6. Save.
Run the chat app:  node chat_app.js

Download the Chat App: chat_app.zip (3.5MB)

Related links:  Node JS Chat on Azure App Service

Visual Studio 2013 Ultimate - (Miscellaneous Files) appears in Project Dropdown

In Visual Studio 2013 Ultimate with a CS file open within a Class project, the project name appears as "(Miscellaneous Files)". 
This Class project was a mixture of .CS files and Xaml workflow files.

Solution:

  1. I selected all the Xaml files and right clicked them and choose "Exclude From Project"
  2. I selected "Show All Files" in Solution Explorer for the project
  3. I selected all the Xaml files I had originally excluded and right clicked them and choose "Include In Project"

Re-open a .CS file and see if the project drop down lists "(Miscellaneous Files)"

OSI Model : Wikipedia Reference