ScottGu posted Part 1 of a series about ASP.NET MVC.  One of the comments asked, "How is input validation going to work?"  That's something that I've been wondering about as well.  With the ASP.NET MVC framework, and others it seems, if the controller has no reference to the view, how...
        
        
          [Read More]
        
      
    A problem prevented the document from being scanned
        I've been running Windows Vista Ultimate at home for several months now.  Overall I've been satisfied, but I only use my home PC for a handful of hours per week, and I don't get to do much development from home. We have been using my Lexmark X5150 to scan and...
        
        
          [Read More]
        
      
    An Extended MVP Pattern (MVP Validation)
        Until last year, I had never used an MVP/MVC pattern before.  I had read about the patterns at Martin Fowler's site, although the Model View Presenter pattern has since been retired.  I had also seen some posts and demos and talks where people were using MVC/MVP frameworks.  But I kept...
        
        
          [Read More]
        
      
    My work pace
        A lot of people have been talking recently about keeping a healthy pace at work (some links below).  This is something that has really been hitting home (pun intended) for me.  Those that know me know that I work long, long hours, all the time. Back when I was self-employed...
        
        
          [Read More]
        
      
    An error must look like an error
        Today, I had one of my development tasks come back to me because it failed QA.  I had been tasked with implementing a custom error page, and I did so.  I added all kinds of juicy information to the screen such as the highest version number of all binaries from...
        
        
          [Read More]