Author Archives:

Scripting ease with Script Packs

Script Packs are a really cool extensibility point we added into scriptcs. A pack delivers a bundle of functionality that makes frameworks more palatable to consume from script. They are available as nuget packages making them very easy to consume. … Continue reading 

Posted in c#, scriptcs | Leave a comment

scriptcs gets a REPL!

Hello c# scripters! Before you go further, if you are wondering what all the scriptcs hype is about please check out Scott Hanselman’s great post and his new Tekpub video. Last few days I’ve been working on a new REPL … Continue reading 

Posted in scriptcs | 3 Comments

Debugging node.js errors in Windows Azure

A common problem you might encounter in Windows Azure is seeing a big old “The page cannot be displayed” page due to an error occurring in your azure-deployed node app. If you haven’t seen it, it looks exactly like this: … Continue reading 

Posted in azure, cli, node.js | Leave a comment

azure-scripty – Azure CLI scripting made even easier

Note: At any time if you want to just get it and jump in, “npm install azure-scripty” and start scripting If you are using our azure-cli then you might have though of creating automation scripts to package up common tasks. … Continue reading 

Posted in azure, node.js | 1 Comment

Node 0.10.x compat issues with the Azure SDK and CLI

Recently the node blog announced that node 0.10 has shipped. This release includes a bunch of exciting improvements to node core around several areas including streams, domains and performance. As soon as it shipped we started to get reports of issues using … Continue reading 

Posted in azure, node, node.js | 1 Comment