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
Strategy Pattern
Tagged with:
Strategy Pattern
12
records found
date
active
views
answers
votes
Difference between Strategy and State
Looking at the GoF patterns I find the similarities between State and Stategy pattern rather striking. Both swap out polymorphic classes to modify behavior. Anyone else found the same? What are the ...
May 21, 2010
by
Hans Overkamp
100
96.6
Last:
May 27, 2010
by
Shmilya Golem
70
95.7
State Pattern
Strategy Pattern
Views
4.1K
Answers
2
Votes
1
Answer
Code
Follow
0
Is Strategy Pattern the right pattern for this?
I have a user control for a menu, which has events for Add, Edit, Delete etc... I also have a form with five tabs. Now I need to configure the menu for each tab. There are a total of 20 ...
Jul 26, 2010
by
Imran Khan
275
99.6
Last:
Jul 31, 2010
by
Rajesh Pillai
1,354
100.0
Strategy Pattern
Menus
Tabs
Views
2.4K
Answers
1
Votes
0
Answer
Code
Follow
0
Difference between Strategy and Template Method
Could some please clarify with the real-world example the difference between Strategy Pattern and Template Method Pattern. Thanks in ...
Aug 03, 2010
by
Xavier Chinnappan
50
50
Last:
Aug 06, 2010
by
Rajesh Pillai
1,354
100.0
Strategy Pattern
Template Method Pattern
Views
2.7K
Answers
1
Votes
0
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
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.7K
Answers
2
Votes
1
Answer
Code
Follow
0
Replace conditional (VB.NET: Select-Case) with Strategy Pattern... HOW?!
Alright folks,... let's get to the point: Buzz words sometimes help to understand that there is something that needs to be improved. What might be even more helpful is a hint on HOW to actually improve something. ...
Aug 12, 2010
by
Christian Jacob
555
99.9
Last:
Aug 15, 2010
by
Robert Blixt
1,128
99.9
Strategy Pattern
VB.NET
Conditional
Views
6.7K
Answers
2
Votes
2
Answer
Code
Follow
1
Strategy Design Pattern usage in .NET
I have a quick question: How is the Stategy Pattern used ...
Mar 06, 2011
by
Rajeev Kumar
250
96.9
Last:
Mar 08, 2011
by
Robert Blixt
1,128
99.9
Strategy Pattern
.NET
Views
4.4K
Answers
3
Votes
0
Answer
Code
Follow
0
Difference between Strategy and Inversion of Control (IOC)?
Hi, When getting into Design Patterns I first studied the GoF patterns, which includes Strategy. After that I started tackling ASP.NET MVC in which the Inversion of Control ...
Mar 23, 2011
by
John Telstra
56
94.4
Last:
Mar 23, 2011
by
Robert Blixt
1,128
99.9
Strategy Pattern
Inversion of Control
Dependency Injection
Views
3K
Answers
1
Votes
0
Answer
Code
Follow
0
Strategy again. This time: Manipulating a View (that has different "Modes")
Hi there again, It's been some time and my last question was aimed at the strategy pattern. I wanted to know how I can make use of this pattern to replace a switch/case with something more SOLID. :) This time, I ...
Aug 30, 2011
by
Christian Jacob
555
99.9
Last:
Oct 06, 2011
by
Tarriq Ferrose Khan
80
96.3
VB.NET
Strategy Pattern
Best Practices
MVP
Winforms
Views
2.2K
Answers
1
Votes
0
Answer
Code
Follow
0
Question - Strategy Design Pattern
Hi All, Following is the structure of my class public abstract class BaseUser { protected List<Perm> permissions; public abstract void AddPerm(Perm perm); } public class NormalUser : ...
Dec 28, 2011
by
A Solvent
50
50
Last:
Jan 05, 2012
by
Sivakumar Sivaprakasam
50
50
Strategy Pattern
Views
1.9K
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.6K
Answers
0
Votes
0
Answer
Code
Follow
0
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
642
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top