By tag: strategy
0
kicks
Amazing Strategy!!
I recently downloaded a cool fighter plane game (iFighter lite) on my iPhone. As I started playing, I felt that plane is
moving a bit slow!! But soon enough I saw a little perk on the screen and I flew over it and suddenly plane's speed increased. Soon enough, enemy planes started attacking me an...
0
kicks
Strategy Pattern at work
An example of the usage of the Strategy pattern to maintain customizations for customers from different countries.
0
kicks
BREAKING NEWS! Castle Project Lead Hamilton Verissimo Joins Microsoft
In a strategic move on Microsoft’s part that has the open source community buzzing, the well-known and respected founder of the Castle Project Hamilton Verissimo has accepted a position with Microsoft’s MEF group.
0
kicks
Strategy Pattern In .NET 2.0
Strategy pattern can very handy when a system designer or architect wants to separate algorithms from the system implementation. Also with strategy pattern approach it is very easy to select between different algorithms on the fly.
With the introduction of generics in .NET 2.0 implementing strate...
0
kicks
Pattern Focus: Strategy Pattern
This post describes how to implement the Strategy Pattern to create filtering functions using C# and the interface approach.
0
kicks
Pattern Focus: Strategy Pattern using Delegates
Take your usage of strategies one step further; utilize C# delegates and anonymous methods to create a neat api for your domain.