Browse by Tags

Related Posts

  • Lazy Load Pattern and Circular Reference Problem

    I have my project set up as above (please ignore the BusinessFacade library). I have these business objects/entities: Customer Delivery Address Card Details Email Preferences Now a Customer has 1 or more Delivery Addresses . Customer Class: Public Class Customer Private _DeliveryAddresses As List( Of...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 08-24-2007, 12:00 AM
    Filed under: N-Tier, Profile, 3tier, 3-Tier Architecture, 3-tier programming, architecture, assembly, Basic Architecture Design, Best Practices, bll, business, business logic layer, Class Design, classes, dal, design, design pattern, layered architecture, Lazy Load Pattern, ASP.NET Architecture
  • Re: guide me about .net design patterns

    Hi, Recently I read and compiled the MSFT suggested Architecture, Design and Patterns for Enterprise solution and tried to relate with how it fits with old or new solution, here is the link of my presentation, http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=34 Thanks
    Posted to Architecture (Forum) by vishwa on 07-08-2007, 12:00 AM
    Filed under: .NET, 3tier, 3-Tier Architecture, 3-tier programming, architecture, design, design pattern
  • Which to use Implements or MustOverride - Inherit or Interface?

    In my DAL I have an abstract class as below: Public MustInherit Class ClientProviderBase ' Method that builds a Collection of Clients from IDataReader Public Function GetClientsFromReader( ByVal reader As IDataReader ) As List(Of ClientData) ' .... End Function ' Method that builds a Client...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 06-17-2007, 12:00 AM
    Filed under: ntier, N-Tier, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Basic Architecture Design, Best Practices, Class Design, dal, design
  • Good Design? - Pro ASP.NET 2.0 E-Commerce in C# 2005 by Paul Sarknas

    has any body read this book? If so could you answer a few questions. What is the advantage of using the LittleItalyVineyard.DataAccess.StoredProcedure class to hold the names of the SP's? In the DAL the author uses a class for each data acess call (example LittleItalyVineyard.DataAccess.Select.AddressSelectData...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 06-06-2007, 12:00 AM
    Filed under: ntier, N-Tier, OOP, .NET, .net 2.0, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Basic Architecture Design, Best Practices, bll, business logic layer, C#, Class Design, classes, datalogic layer, design, design pattern, design pattern interface usercontrol, entity, Patterns & Practices, ASP.NET Architecture
Page 1 of 1 (4 items)