23 Mar
2012

Taking Toddler Steps with Node.js – Npm Police

Category:UncategorizedTag: :

Earlier this week, I ran across this incredibly helpful utility called npm-police. It analyzes all packages that are specified in a package.json file and reports which packages need to be updated. It also leaves you with a couple of suggestions on how to improve the content of the analyzed package.json file. Another great tool in […]

Read More
23 Mar
2012

Creating a Silverlight 5 Static Markup Extension

If you have done any WPF application development I am sure you have used and fallen in love with the Static markup extension.  If you?re are not familiar with it, the Static markup extension allows you to reference static fields and properties in your XAML markup. For example; let?s assume we have a class with […]

Read More