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. .NET (Core and Framework)
  4. patterns and practices

patterns and practices

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharparchitecturetutorialquestion
4 Posts 4 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.
  • M Offline
    M Offline
    Member 3981366
    wrote on last edited by
    #1

    Hi, When to use patterns and practices? I think it's used for architecture like 3 tier... How to start using it? I read on Microsoft that it's recommended arch. for .net projects but how to start using it?

    P C M 3 Replies Last reply
    0
    • M Member 3981366

      Hi, When to use patterns and practices? I think it's used for architecture like 3 tier... How to start using it? I read on Microsoft that it's recommended arch. for .net projects but how to start using it?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      A pattern is merely a recognition that certain types of problems have been dealt with in a certain fashion before and that this was a successful way of dealing with it. If you like, you can think of patterns as bricks which can be used to build an application. Whenever you build an application, you should start off by thinking about the problem you're trying to solve. When you start to break it down, you'll be able to identify what patterns are appropriate.

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys

      1 Reply Last reply
      0
      • M Member 3981366

        Hi, When to use patterns and practices? I think it's used for architecture like 3 tier... How to start using it? I read on Microsoft that it's recommended arch. for .net projects but how to start using it?

        C Offline
        C Offline
        Curtis Schlak
        wrote on last edited by
        #3

        Here's a link to Getting Started with Microsoft Patterns & Practices[^].

        "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty

        1 Reply Last reply
        0
        • M Member 3981366

          Hi, When to use patterns and practices? I think it's used for architecture like 3 tier... How to start using it? I read on Microsoft that it's recommended arch. for .net projects but how to start using it?

          M Offline
          M Offline
          Mark Graham
          wrote on last edited by
          #4

          Patterns are great for solving common problems. The only problem is a lot of the examples accompanying design pattern publications don't appear to be common problems in my eyes. I am writing some articles about design patterns at the mo. and I'm going to provide practical examples. My first article is about the Implementing The State Software Design Pattern[^]. I will be writing many more!! When I have a few Design Pattern articles in my blog I will create a new 'Design Patterns' header for them so they are easier to find. Hope my blog will assist you. Ps. Also, do a google for Extract Method, Extract Parameter. These are a couple of basic patterns that can be applied to code straight away.

          Mark Graham (MCP) // The Doodler blogging about C#, Asp.Net, and Design Patterns at: csCoffee[^] and contributing at dotNet Notepad[^]

          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