Browse by Tags

Related Posts

  • Populating an entity using DataColumnMapping

    Hello, Currently when I need to populate my business entites I write code similar to: Public Class Person Private _name As String Public Sub New ( ByVal name As String ) _name = name End Sub Public Sub New () End Sub Public Property name() As String Get Return _name End Get Set ( ByVal value As String...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 02-09-2008, 12:00 AM
    Filed under: architecture, arcitecture, Best Practices, Buisness layer, business, business logic layer, business model, Data modeling, datalogic layer, dataobjects, design pattern, entity
  • 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
  • Layered Architecture WorkFlow :: Business Facade - Business Layer - Business Objects - DAL?

    Hello, I have laid out my application as below: As my understanding goes: Business Facade Provides high level methods that delegate work to other systems. From DoFactory: "Façade defines a higher-level interface that makes the subsystem easier to use" Business Layer Contains all the business...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 08-10-2007, 12:00 AM
    Filed under: ntier, N-Tier, OOP, Petshop, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Best Practices, bll, business, business logic layer, caching, Class Design, custom membership role provider, dal, data access layer, design pattern, FACADE Architecture, layered architecture, Workflow, Patterns & Practices, ASP.NET Architecture
  • Re: Should i separate my properties and methods within my business entity classes

    I have seen classes implemented with this pattern and in fact the WCF and WebService Software Factory creates these classes into two different projects - your "BusinessEntities" and then your "DataFactory". In my opinion, the way you were doing it is a better pattern with this extra...
    Posted to Architecture (Forum) by david@davidlwalker.com on 07-19-2007, 12:00 AM
    Filed under: web service, .NET, architecture, bll, business, business logic layer, dal, data access layer, web services, webservices, entity, ASP.NET Architecture, OOP, Web, WCF, Patterns & Practices
  • Is this the Factory Pattern? Abstract Class, Class libraries

    hello I would like some help, I am designing a system and would like to know if I have the basics before I get to far into the project. Could you have a look at my project solution below and let me know what you think. Many thanks Scott. I have a simple test project set up like so: the class listing...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 05-16-2007, 12:00 AM
    Filed under: architecture, Basic Architecture Design, bll, business, business logic layer, Class Design, classes, dal, design, design pattern, interface, inheritance, Patterns & Practices, ASP.NET Architecture
  • Sequential workflow in ASP.NET (inchl framework)

    Hi, The upcoming release of the inchl framework adds support for Windows Workflow Foundation, enabling the use of sequential workflow for the ASP.NET platform. http://www.inchl.nl/recordings/inchl.framework.workflow.wmv The light weight version of the framework (including Windows Workflow Foundation...
    Posted to Announcements (Forum) by inchl on 02-24-2007, 12:00 AM
    Filed under: architecture, business, design pattern, Workflow, Patterns & Practices
  • Re: Deklarit , Ideablade or CodeSmith ?

    For me i use code Smith tool and there is a great template i used which is great try it has many features in N-tires s architecture try it you can get it from this link http://nettiers.com/
    Posted to Architecture (Forum) by Tamer Fathy on 10-31-2007, 12:00 AM
    Filed under: N-Tier, web service, .NET, .net 2.0, .NET 2.0 Framework Diagram Chart, 3-Tier Architecture, ADO.NET, ADO.NET singleton, Ajax, ajax popup help, architecture, business, C#, Code generat, Command Pattern, enterprise Library 2.0, webservices, WCF, ASP.NET Architecture
  • Re: Deklarit , Ideablade or CodeSmith ?

    For me i use code Smith tool and there is a great template i used which is great try it has many features in N-tires s architecture try it you can get it from this link http://nettiers.com/
    Posted to Architecture (Forum) by Tamer Fathy on 10-31-2007, 12:00 AM
    Filed under: N-Tier, web service, .NET, .net 2.0, .NET 2.0 Framework Diagram Chart, 3-Tier Architecture, ADO.NET, ADO.NET singleton, Ajax, ajax popup help, architecture, business, C#, Code generat, Command Pattern, enterprise Library 2.0, webservices, WCF, ASP.NET Architecture
Page 1 of 1 (8 items)