#Code
 
    In a Single Page Application, Should I process on the Client or the Server?   
 One of the selling points of the Single Page Application (SPA) was offloading work traditionally performed on the server onto the client. I feel the SPA has del…
 
    Code Refactor   
 Refactoring a large C# file to be leaner and easier to maintain.
 
    Code: Weighted Random Distribution   
 This blog post presents a method for generating random numbers, with the pitfall of the predictable nature of time-based random number generators.