Design Patterns & Best Practices

Hi All,

Is'nt good if we can start discussing some good practices for Design Patterns Implementation (Adding to P & P Best practices documentation) using .NET and other MS Technologies

Thanks

Sudhakar




Answer this question

Design Patterns & Best Practices

  • Oliver Bertram

    Hi,

    can anybody explain about usage of Bridge pattern and Adapter pattern in c# dot net 1.1

    Thanks in advance


  • Kiyac

    Hi,

    I was introduce to Design Patterns by my Java Architects friends, and I started to design .NET application with similar Architecture.

    Now every project that I'm into I look for the best pratices and patterns to use.

    In my last project we design a Smart Client that for some Top users they will been accessing by Windows Application, and the others for Web application.

    To solve that issue, I used the Abstract Factory Pattern and put in Config file of each application what Class that it have to call. In the Windows Application a Proxy Class was call and in the Web Application the call directly the Facade Class. Both ( Facade and Proxy) implemeted the same interface.

    Each layer in project I created in a different Class project.

    What do you think Did you build applications like that Use the pattern in this way

    Will be very good share this concepts

    Thank you,


  • mecano14

    Hi,

    I am interested to know more about it. Why don't you put your thoughts over here. I also want to know about the steps to be followed to become a Solution Architect.

    Thanks,

    Lita.


  • Design Patterns & Best Practices