Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
about us
training and education for professional developers
login
join now
Home
Questions
Tags
Builder Pattern
Tagged with:
Builder Pattern
4
records found
date
active
views
answers
votes
Factory or Strategy or Builder Pattern
I've got an application that creates and sends packets. A packet consists of one or more document objects. e.g. Packet1 = [ DocA, DocB, DocB, DocB ] Packet2 = [ DocB, DocB, DocC ] Packet3 = [ DocC, DocB, DocA ] ...
Feb 16, 2013
by
Kip Keino
50
50
Last:
Feb 19, 2013
by
Kip Keino
50
50
Factory Pattern
Strategy Pattern
Builder Pattern
Views
751
Answers
1
Votes
0
Answer
Code
Follow
0
Builder Pattern what about parameters
Hello, in the examples, both here and elswewhere on the internet I see always something like this public void Construct(Builder builder) { builder.BuildPartA(); builder.BuildPartB(); } But ...
Sep 30, 2012
by
Peter G.
50
50
Last:
Oct 01, 2012
by
Tarriq Ferrose Khan
80
96.3
Builder Pattern
Views
1.8K
Answers
1
Votes
0
Answer
Code
Follow
0
What design pattern is best for the following scenario?
I have 3 car rental agencies. Each agency requires the data in XML, but in a different format, for example: Agency 1 <Rental> <Customer> <FirstName>test</FirstName> ...
Jul 17, 2012
by
Xaisoft S
55
94.1
Last:
Jul 20, 2012
by
Michael Lopez
65
95.6
C#
Builder Pattern
Interfaces
Dependency Injection
Views
2.7K
Answers
2
Votes
0
Answer
Code
Follow
1
Call Different Count Methods on Builder Pattern
Hi , In dofactory pattern examples which name is builder pattern like below, i want to call methods like that. For example : MotorCycleBuilder i want to ...
Feb 07, 2012
by
Volkan Genç
88
96.5
Last:
Feb 07, 2012
by
Volkan Genç
88
96.5
Builder Pattern
Question
Views
1.5K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top