29 Apr
2011

Taking Baby Steps with Node.js–Creating TCP Servers

Category:UncategorizedTag: :

Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should ?node_modules? Folders Pumping Data Between Streams Some Node.js Goodies The Towering Inferno Just a quick […]

Read More
20 Apr
2011

Taking Baby Steps with Node.js – The Towering Inferno

Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should ?node_modules? Folders Pumping Data Between Streams Some Node.js Goodies Because Node.js puts an event-based model […]

Read More
13 Apr
2011

Why Rules Rule

I have to admit, I love rules. They go against my nature to the core, but they are some of the most valuable institutions I put into my life, both personally and professionally. Rules are all around us.  We follow so many of them each day and don?t even recognize how valuable they are, because […]

Read More
13 Apr
2011

Using VSDBCMD to deploy an Entity Framework (EF) CodeFirst (or any other) database to AppHarbor

If you?ve taken the jump to try out the new Entity Framework Code First and you?re allowing it to generate your database for you, you?ve most certainly run into the lack of migrations/updating existing schema support. Currently EF Code First will only create a database and won?t update a database with changes necessary to bring […]

Read More
12 Apr
2011

Taking Baby Steps with Node.js – Some Node.js Goodies

Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should ?node_modules? Folders   Pumping Data Between Streams For this post I want to quickly share […]

Read More
8 Apr
2011

Extended WPF Toolkit Release 1.4.0

It?s that time again.  Time for another release of the Extended WPF Toolkit.  I know it?s only been three short months since the last release, but this release is packed with 11 new controls as well as many bug fixes and updated controls.  I have been working hard to provide the WPF community with a […]

Read More
7 Apr
2011

Pluralcast 39 : T4 with Gareth Jones

Category:General PostTag: :

 Listen here! [41:15] Gareth Jones has chops. Tech chops, that is. He?s been around the .NET community making tools for developers for several years and one of those tools happens to be T4. That?s right, that T4, the Text Template Transformation Toolkit. More of us are stumbling across T4 lately, and after this episode, you […]

Read More
6 Apr
2011

Taking Baby Steps with Node.js – Pumping Data Between Streams

Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should ?node_modules? Folders It?s the 10th blog post already in this series on Node.js! And for […]

Read More