Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Design Patterns

Design Patterns

Scheduled Pinned Locked Moved C#
csharpcomdesignsysadminregex
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    John Rayner
    wrote on last edited by
    #1

    Having just read Liong's article about using the Observer pattern for a chat server, I don't think that this pattern is appropriate for a situation involving remoting. After all, the GoF patterns were all about object interactions within an app. Other than the Wiki (http://c2.com/cgi-bin/wiki[^]) which does my head in trying to find anything sensible on it X| , does anyone know of a catalogue of design patterns? E.g. some that apply to Remoting situations, others applying to other problem domains, etc.

    C 1 Reply Last reply
    0
    • J John Rayner

      Having just read Liong's article about using the Observer pattern for a chat server, I don't think that this pattern is appropriate for a situation involving remoting. After all, the GoF patterns were all about object interactions within an app. Other than the Wiki (http://c2.com/cgi-bin/wiki[^]) which does my head in trying to find anything sensible on it X| , does anyone know of a catalogue of design patterns? E.g. some that apply to Remoting situations, others applying to other problem domains, etc.

      C Offline
      C Offline
      Chris Austin
      wrote on last edited by
      #2

      John, I have some links on C# application of design patterns. http://www.dofactory.com/patterns/Patterns.aspx[^]http://www.clipcode.net/components/snippets.htm[^]http://msdn.microsoft.com/msdnmag/issues/01/07/patterns/default.aspx[^] I'm not sure if these will help you out with remoting as they seem to be mostly the GOF patterns. I'd suggest checking out http://safari.oreilly.com/[^] and see if any of the Pattern books there are helpful. Chris Fill me with your knowledge, your wisdom, your coffee.

      J 1 Reply Last reply
      0
      • C Chris Austin

        John, I have some links on C# application of design patterns. http://www.dofactory.com/patterns/Patterns.aspx[^]http://www.clipcode.net/components/snippets.htm[^]http://msdn.microsoft.com/msdnmag/issues/01/07/patterns/default.aspx[^] I'm not sure if these will help you out with remoting as they seem to be mostly the GOF patterns. I'd suggest checking out http://safari.oreilly.com/[^] and see if any of the Pattern books there are helpful. Chris Fill me with your knowledge, your wisdom, your coffee.

        J Offline
        J Offline
        Jarrod Marshall
        wrote on last edited by
        #3

        There is a book called C# Design Patterns - A Tutorial that I have found really good. It basically goes through the GoF patterns using C# examples. Jarrod

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups