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
Factory Pattern
Tagged with:
Factory Pattern
14
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
630
Answers
1
Votes
0
Answer
Code
Follow
0
Strategy Pattern in Design Pattern Framework 4.0
The ShippingMethod in the 'Patterns in Action' shopping cart seems to be using also Factory Pattern. Could anyone confirm ...
Jan 23, 2012
by
Shanglin Hsieh
50
50
Strategy Pattern
Factory Pattern
Design Pattern Framework
Views
1.5K
Answers
0
Votes
0
Answer
Code
Follow
0
Code review: is this code a proper Factory Pattern?
Hi I am desiging one small project in .NET in that I want to implemet a Factory Pattern to create a instance of a manager at one place, Please review my code attached and suggest if there is a better way. ...
Apr 14, 2011
by
Imran Khan
275
99.6
Last:
Apr 14, 2011
by
Robert Blixt
1,128
99.9
Factory Pattern
Code Review
Views
2.6K
Answers
1
Votes
0
Answer
Code
Follow
1
Please review my Factory Pattern implementation
Hi I am starting a school project for which decided to go by an Interface pattern. Please review the code and let me will it work out for future implementation example adding WCF project. Thank you! ...
Apr 06, 2011
by
Imran Khan
275
99.6
C#
Factory Pattern
Views
1.8K
Answers
0
Votes
0
Answer
Code
Follow
0
My first stab at the Factory Pattern. Feedback please.
I am building a staffing tool and using the Factory Pattern. Can you please take a look and let me know if I did it right? Also, I'm a bit confused about why I have to create a new creator class for each type. ...
Mar 21, 2011
by
Joe Rogers
50
50
Last:
Mar 26, 2011
by
Vijay Kumar
50
50
Factory Pattern
Beginner
Views
4.9K
Answers
5
Votes
0
Answer
Code
Follow
0
Difference between Factory Pattern and Dependency Injection
What is the difference between Factory Pattern and Dependency Injection? And when does one use the Factory Pattern over Dependency Injection? If I write custom xml in my config file and then in my ...
Feb 27, 2011
by
Volkan Genç
88
96.5
Last:
Mar 01, 2011
by
Rajesh Pillai
1,354
100.0
Factory Pattern
Dependency Injection
Service Locator Pattern
Views
5.5K
Answers
1
Votes
1
Answer
Code
Follow
0
GoF Design Patterns 4.0 pdf question #2
This is in regards to Factory Method. The PDF states (page 16) "So, when do you know the Factory Method is at work? The rules are: - the method creates a new object - the method returns an abstract ...
Dec 10, 2010
by
Mike Michaelis
85
96.4
Last:
Dec 12, 2010
by
Dan McMillan
750
99.9
Factory Pattern
Design Pattern Framework
Views
3.8K
Answers
1
Votes
0
Answer
Code
Follow
0
Question about how to keep an object updated
If I have a complex object that is originally created from say an XML document that has a few layers and provides our application status over a network. class Head -public Ears ears -public Eyes eyes ...
Sep 23, 2010
by
Net Wreck
50
50
Factory Pattern
Views
1.4K
Answers
0
Votes
0
Answer
Code
Follow
0
Factory Patterns... Abstract Factory, Factory Method, Simple Factory...
I have an object model specifically for seeing how I could implement the Factory patterns. I would like any comments or any alternatives or suggestions to improve on this design. I have a couple question below ...
Sep 14, 2010
by
Net Wreck
50
50
Last:
Sep 15, 2010
by
Saurabh Saxena
90
96.5
Design Patterns
Factory Pattern
Code Review
Views
3.4K
Answers
1
Votes
0
Answer
Code
Follow
0
Sample VB.NET code for a Strategy Pattern for algorithms
Hi, I'm using the Heads Up Patterns book for getting into Design Patterns. The book uses a Duck to illustrate the Strategy pattern. Could this be the reason why people think Strategy ...
Aug 09, 2010
by
Mike Angelastro
65
95.5
Last:
Aug 13, 2010
by
Christian Jacob
555
99.9
Strategy Pattern
Factory Pattern
Views
4.6K
Answers
2
Votes
1
Answer
Code
Follow
0
Difference between Strategy Pattern and Factory Pattern?
Is there any major difference between Strategy Pattern and Factory Pattern? As for me its look alike and I am a bit confused which to use when. I see that the Factory Pattern gets me ...
Aug 06, 2010
by
Imran Khan
275
99.6
Last:
Aug 06, 2010
by
Rajesh Pillai
1,354
100.0
Factory Pattern
Strategy Pattern
Views
4.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Does this code follow the Factory Design Pattern?
I am somewhat confused about Factory Pattern. Please review this code . When we need object of KeepItems we will instantiate KeepItemsConcrete Class. Is this pattern a Factory Pattern? Thanks. ...
Aug 02, 2010
by
Shyam Kumar
53
94.0
Last:
Aug 03, 2010
by
King Wilder
568
99.9
Factory Pattern
VB.NET
Views
3.2K
Answers
2
Votes
0
Answer
Code
Follow
0
Pattern to upload the different file data
Hi all, Can anyone tell me the best pattern to implement an upload of the data to sql from xml, excel,csv, etc... I am trying the Factory Pattern but still confused how this will allow me to extend ...
Jul 30, 2010
by
Imran Khan
275
99.6
Design Pattern
Factory Pattern
File Upload
Views
1.5K
Answers
0
Votes
0
Answer
Code
Follow
0
Is Factory Pattern only for object creation?
I have a question on the Factory Design Pattern. Are they strickly used for creating objects or can they do something else as ...
Jul 26, 2010
by
Deshaun Hyram
121
96.7
Last:
Jul 28, 2010
by
Andrew Green
130
96.8
Factory Pattern
Views
2.1K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top