by RBA | Oct 17, 2012 | Application Development, Design |
A design pattern is a formal way of documenting a solution to a design problem. The “Feature” design pattern is a simple yet powerful mechanism that enables you to rollout features based on configuration settings. It provides the ability to turn these...
by RBA | Oct 16, 2012 | Application Development |
WinRT is the new Windows 8 runtime used to create Windows Store apps. WinRT provides language projections (bindings) for C#, Visual Basic, C++, and Javascript. Loosely speaking, WinRT can be thought of as an object-oriented sandboxed secure replacement for Win32. In...
by RBA | Apr 26, 2012 | Application Development |
On Thursday, May 3rd, 2012, I will be delivering a session at the Twin Cities .NET User Group entitled “Node.js for .NET Developers”. Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this...