in

 

Browse by Tags

  • ASP.NET: officially unmaintainable

    Recent forays back into "classic" ASP.NET (i.e. not MVC) have me completely convinced that ASP.NET is inherently unmaintainable. Not partially convinced, not on the fence, but completely convinced that the presentation layer of ASP.NET cannot be maintained in any reasonable manner. I remember...
    Posted to GrabBag<T> (Weblog) by bogardj on 05-18-2008
  • PTOM: Single Responsibility Principle

    The Single Responsibility Principle This post is about the first letter in Uncle Bob's SOLID acronym, Single Responsibility Principle , and a continuation of The Los Techies Pablo's Topic of the Month - March: SOLID Principles . Sean has already posted on this, but I'd like to "contribute"...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 03-29-2008
  • Controller bloat?

    Some of my background information first: 2 years classic ASP (ASP 3.0) 5 years ASP.NET 1-2 months MonoRail 10 minutes ASP.NET MVC ~45 seconds Ruby on Rails That's the sum of my experience with different web application frameworks. Obviously it's weighted towards ASP.NET WebForms. Having completed...
    Posted to GrabBag<T> (Weblog) by bogardj on 03-19-2008
  • Unit testing MonoRail controllers - Redirects

    When developing with MonoRail , one of the common operations is to redirect to other controllers and actions. Originally, I looked at the BaseControllerTester to help test, but it required a little too much knowledge of the inner workings of MonoRail for my taste. Instead, I'll use a common Legacy...
    Posted to GrabBag<T> (Weblog) by bogardj on 02-18-2008
  • MonoRail Quickly - Screencast

    Update: Zip file links have been updated due to the first one being corrupt! Well it was bound to happen at some point. My first screencast . It's a quick walkthrough on how you can get a baseline MonoRail solution up and running. Yeah, I know. Everyone's talking about MS MVC these days, and...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 12-07-2007
  • MonoRail Controller Test Analysis - Problem and Resolution

    Last night, my fellow LosTechies geek Jason , wanted me to check out something he was trying to do in a MonoRail controller test. For some background and the original source code he was working with, see his Castle forum post . So here was the partial test he was working with: [Test] public void Should_have_error_summary_message_when_required_name_is_not_filled...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 10-25-2007
  • Routing from ASP.NET MVC inspires MonoRail

    According to the recent check-in on MonoRail (build 586), they are setting the foundation to having routing just like ASP.NET MVC. Very cool. http://builds.castleproject.org/cruise/ViewSpecific.castle?name=CastleProject&log=log20071017002115Lbuild.586.xml&detail=Summary UPDATE: Colin gives more...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 10-16-2007
  • RE: Technology Brainstorm

    (Because I often get tired of writing my verbose comments in a 300x300 text box...) Colin seems to find himself in a pretty good spot . The wonderful world of Greenfield development. But of course with this comes...decisions. MVC or Web Forms? ActiveRecord or PI (persistent ignorant)? .NET or Ruby? ...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 10-10-2007
  • MonoRail screencasts

    If you want a great into to MonoRail, check out Colin's screencasts . I will possibly be re-writing my validation post.
    Posted to Jason Meridth (Weblog) by Jason Meridth on 10-08-2007
  • MonoRail #4: Validation

    This post was decided upon after watching Hammet 's screencast on using attribute-based validation in MonoRail. * NOTE : I do not agree with embedding validation into the domain model. I would prefer a service handle this, but I'm utilizing the validation that is in the framework. I've been...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 09-26-2007
Page 1 of 3 (26 items) 1 2 3 Next >
Copyright Los Techies 2007. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems