Design Patterns - The Builder Pattern(www.d80.co.uk)

submitted by dan_swaindan_swain(190) 9 months, 13 days ago

A quick Builder Pattern example in C# for .Net developers.

1 comment |category: |Views: 6

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by vijaystvijayst(1311) 9 months, 12 days ago 0

Builder pattern looks interesting. I am curious to know why such a pattern should be used. If you are looking for plug-and-play components, a dependency injection pattern should be useful? And if you want to create an object, a factory pattern should be useful. How is a builder pattern better than the factory pattern or the dependency injection pattern?

Reply

information Login or create an account to comment on this story