August 2009 - Karl Seguin

Karl Seguin

Sponsors

The Lounge

Wicked Cool Jobs

Advertisement

  • Adding Syntactic Sugar to the Spark View Engine

    Today I vowed to learn the Spark View Engine . While I don't hate ASP.NET's MVC WebForm View Engine, its clearly outclassed by the other MVC stacks. So, given my views (hahaha) on the matter and with a wonderful greenfield project in front of me, I figured I'd do the switch. (I think some...
  • Testing Protected Methods is Easy

    We all know that you shouldn't test private methods , but the same can't be said about protected methods. Look at this slightly modified version of the UserBinder from the CodeBetter.Canvas project: public abstract class ModelBinder<T> : IModelBinder where T : class { //..all types of code...
  • ASP.NET disk-based caching

    I was recently playing with the idea of implementing disk-base caching for pages that had a high read-to-write ratio. On top of being practically read-only, these pages also require quite of bit of database work to put together, so they are ideal candidates for caching. I dismissed the idea of using...
  • Foundations Of Programming - Small Update

    I've updated the Foundations of Programming license to a Share-Alike (as opposed to a no derivatives) license. As always, you can download it from: http://codebetter.com/media/p/179694.aspx OR http://openmymind.net/FoundationsOfProgramming.pdf Additionally, I've released the raw docx file (under...
Devlicio.us