14 Dec
2010

Yes you can write Inline Code in XAML

A couple of days ago I was spreading the WPF goodness and was talking about how MVVM (Model-View-ViewModel) helps promote separation of concerns by removing the need for the code-behind file from the associated XAML file.  After my statement someone replied with the following question, “So why even have it there, can you just delete […]

Read More
14 Dec
2010

Taking Baby Steps with Node.js – Using Non-Standard Modules

Category:UncategorizedTag: :

In previous blog posts, I provided a short introduction to Node.js while also discussing the event-based model that lies at its core. For this blog post, I want to show how to effectively use non-standard JavaScript modules from a Node.js application. As already discussed in the introductory blog post, Node.js comes with a number of […]

Read More