Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
design patterns
javascript tutorial
sql + database tutorial
all tutorials
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
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Tags
Strategy Pattern
Tagged with:
Strategy Pattern
11
records found
date
active
views
answers
votes
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 ...
15 days ago
by
Shanglin Hsieh
50
50
Strategy Pattern
Factory Pattern
Design Pattern Framework
Views
230
Answers
0
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
489
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
95.9
VB.NET
Strategy Pattern
Best Practices
MVP
Winforms
Views
882
Answers
1
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
93.9
Last:
Mar 23, 2011
by
Robert Blixt
1,128
99.9
Strategy Pattern
Inversion of Control
Dependency Injection
Views
1.2K
Answers
1
Votes
0
Answer
Code
Follow
0
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
2K
Answers
3
Votes
0
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
3.8K
Answers
2
Votes
2
Answer
Code
Follow
1
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.0
Last:
Aug 13, 2010
by
Christian Jacob
555
99.9
Strategy Pattern
Factory Pattern
Views
2.7K
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,251
100.0
Factory Pattern
Strategy Pattern
Views
2.3K
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,251
100.0
Strategy Pattern
Template Method Pattern
Views
1.4K
Answers
1
Votes
0
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,251
100.0
Strategy Pattern
Menus
Tabs
Views
1.3K
Answers
1
Votes
0
Answer
Code
Follow
0
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.3
Last:
May 27, 2010
by
Shmilya Golem
70
95.3
State Pattern
Strategy Pattern
Views
2.1K
Answers
2
Votes
1
Answer
Code
Follow
0
15
30
50
Per Page
return to top