Browse by Tags

Related Posts

  • Re: Domain Model Example Critique

    Here is my opinion about all of this: The root namespace contains a classes that implement Fowler's DomainModel domain logic pattern (not just data transfer objects - also may contain validation methods and domain-specific functions). but the DomainObjectBase is this layer's supertype and can't belong...
    Posted to Architecture (Forum) by kejroot on 12-15-2006, 12:00 AM
    Filed under: design pattern, MVC, entity, bll, dal, Class Design, OOP, O/R Mapping, classes, ORM, architecture
  • Re: A definitive MVC/BL answer: Where does BL go?!?!?!

    There are several approaches for that. First, if you are creating MVC app without separate class library for DAL, you might create LINQ dbml file and put it in Models folder. You might also create partial classes to extend classes in that file. Operation not related to database access you might perform...
    Posted to ASP.NET MVC (Forum) by panjkov on 06-13-2008, 12:00 AM
    Filed under: MVC, BLL
Page 1 of 1 (2 items)