in

 

Browse by Tags

  • Separation of Concerns by example: Part 3

    We made quite a bit of progress separating out the concerns in Part 2, but there are still some issues with our current design. Other parts in this series include: Separation of Concerns - how not to do it Separation of Concerns by example: Part 1 - Refactoring away from static class Separation of Concerns...
    Posted to GrabBag<T> (Weblog) by bogardj on 06-26-2008
  • Pablo's Topic of the Month - April: Design Patterns

    Pablo's Topic of the Month - April: Design Patterns Over the next few days and weeks, the Los Techies crew will be writing a number of blog posts focused a particular subject in addition to their regular blogging. Pablo's Topic of the Month for the month of April is about ' Design Patterns...
    Posted to Chad Myers' Blog (Weblog) by chadmyers on 04-01-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
  • Intention-concealing interfaces: blob parameters

    When someone is using your code, you want your code to be as explicit and easy to understand as possible. This is achieved through Intention-Revealing Interfaces. Evans describes the problems of opaque and misleading interfaces in Domain-Driven Design : If a developer must consider the implementation...
    Posted to GrabBag<T> (Weblog) by bogardj on 11-29-2007
  • Principles and Patterns over Tools and Frameworks

    It's interesting to see what other developers value and/or what topics they are interested in regarding the development of software. I'm going to start doing some internal presentations and live coding sessions at my company for my fellow consultants. I've got a pretty long list of possible...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 11-15-2007
  • Specifications versus validators

    Joe posed a great question on my recent entity validation post : I question the term Validator in relation to DDD. Since the operation of the Validator seems to be a simple predicate based on business rule shouldn't the term Specification [Evans Pg227] be used instead? On the surface, it would seem...
    Posted to GrabBag<T> (Weblog) by bogardj on 10-25-2007
  • Entity validation with visitors and extension methods

    On the Yahoo ALT.NET group , an interesting conversation sprung up around the topic of validation. Entity validation can be a tricky beast, as validation rules typically depend on the context of the operation (persistence, business rules, etc.). In complex scenarios, validation usually winds up using...
    Posted to GrabBag<T> (Weblog) by bogardj on 10-24-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
  • RE: Presentation Model Question

    I've been working on an end to end example using MonoRail (I know, just get it posted Joey!) that can demonstrate one way this can be implemented and JP has given me the green light to get it posted even though he's working in some sample code as well. (I'm sure his example will be much better...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 09-29-2007
  • My First Interview (that I have given)

    Today I was asked to give a technical interview to a candidate which is kind of a new thing for me. He had already been screened on the "what's an abstract class and how do you do <insert something here /> in ASP.NET" kind of questions. So I got to have fun and go through some more...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 09-28-2007
Page 1 of 2 (17 items) 1 2 Next >
Copyright Los Techies 2007. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems