Archives For node.js

{News and Analysis}

Amazon

Cloud Foundry

Eucalyptus

Google

Microsoft

Rackspace

 

For those in the US, have a great holiday weekend!

ag

Node.js Resources

May 3, 2012

On Thursday May 3rd, 2012 I gave a talk at the Twin Cities .NET User Group on Node.js. Below is a list of resources for anyone who wants to learn more about using this new framework.

General Node.js References

NPM References

Node.js on Windows References

Node.js on Azure References

Node.js Preview

April 26, 2012

Below is a preview of one of the many things I’ll be demoing during my Node.js talk at next week’s .NET User Group meeting.

You can find out more about the session and register at http://tcdnug.com.

I hope to see you there!

ag

Just a reminder that next Thursday I’ll be speaking at the Twin Cities .NET User Group. The title of my session is “Intro to Node.JS for .NET Developers”. Here’s the abstract:

Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this session you’ll learn what Node.JS is, how it works under the hood, and what scenarios it’s useful for. You’ll also learn how to deploy it to Windows Azure and manage it inside of IIS 7.

You can find out more about the event and register for it here.

Hope to see you there!

ag

On Thursday, May 3rd, 2012 I’ll be speaking at the Twin Cities .NET User Group. The title of my session is “Intro to Node.JS for .NET Developers”. Here’s the abstract:

Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this session you’ll learn what Node.JS is, how it works under the hood, and what scenarios it’s useful for. You’ll also learn how to deploy it to Windows Azure and manage it inside of IIS 7.

You can find out more about the event and register for it here.

Hope to see you there!

ag

How Did He Do That?

January 20, 2012

This past Wednesday I gave a talk at the Chippewa Valley .NET User Group entitled “You Can Do What in Windows Azure?!” In the session I showed how to use things like remote desktop, startup tasks, PowerShell, Node.js, and more with the Windows Azure  platform. If you’re wondering how I did some of the demos, I invite you to follow the links below.

Using Remote Desktop with Windows Azure Roles
http://msdn.microsoft.com/en-us/library/windowsazure/gg443832.aspx

Overview of Startup Tasks for Roles in Windows Azure
http://msdn.microsoft.com/en-us/library/windowsazure/hh124132.aspx

How to Define Startup Tasks for a Role
http://msdn.microsoft.com/en-us/library/windowsazure/gg456327.aspx

WebPICmd Command-Line Tool for Windows Azure
http://go.microsoft.com/?linkid=9752821

How to Use the WebPICmd Command-Line Tool
http://msdn.microsoft.com/en-us/library/windowsazure/gg433092.aspx

Using Windows Azure Connect to Create virtual Networks
http://msdn.microsoft.com/en-us/library/windowsazure/gg445026.aspx

Windows Azure Powershell Cmdlets
http://wappowershell.codeplex.com/

Node.js home page
http://nodejs.org

Windows Azure Node.js Developer Center
http://www.windowsazure.com/en-us/develop/nodejs/

Enjoy!

Upcoming Events

January 6, 2012

On January 17, 2012 I will be speaking at the Chippewa Valley .NET Users Group. The topic for the evening is You Can Do What in Windows Azure?! Here’s an abstract of the session:

You already know you can run your .NET based web sites, services, and applications on Windows Azure, but this only scratches the surface of what you can do. Encoding video with Expression Encoder, hosting adaptive streaming video in blob storage, hosting multiple web sites, enabling remote desktop, running php, node.js, and MongoDB, creating a VPN and more are all possible with the Windows Azure platform. In this demo intensive session I’ll show you how to do amazing things to unleash the power of Azure.

You can find out more about the session and register for it here.

On January 19, 2012 I’ll be giving a new presenting at the Twin Cities Connect Systems User Group. The topic for this talk is Securing WCF Services with the Windows Azure Access Control Service. Here’s a taste of what we’ll be covering:

Integrating your WCF services with third-party authentication and identity management systems can be a daunting task. Some of the common challenges associated with this task include:
•    Configuring WCF bindings to request a token from ACS
•    Validating the incoming token issued by the identity provider
•    Parsing the incoming token
•    Implementing authorization checks
•    Transforming tokens by adding, removing, or changing the claims types and values
•    Using configuration rather than code to accomplish all of the above

In this session we’ll look at how to use the Windows Azure Access Control Service (ACS) to tackle these challenges. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to secure WCF services via ACS using the following methods:
•    WCF Username Authentication
•    WCF Certificate Authentication
•    WCF Federated Authentication with AD FS 2.0

You can find out more about this event and register for it here.