Chander Dhall's Blog

Sponsors

Browse by Tags

All Tags » .net asp.net strategy pattern C# common design patterns (RSS)
Chicago Code Camp Video
This May 14, I had a great time at Chicago Code Camp. Thanks to the organizing team to have organized the event really well. It was great to meet Microsoft MVP David Giard who I am thankful to have given me the opportunity to speak at his poular TV show...
Strategy Pattern Using Delegates (Func)- www.Hands-On-Coding.net presentation on Dec 14, 2010
Strategy Pattern using Func An alternative to using Strategy pattern using interfaces is Strategy Pattern using delegates. • Create a class with all the different strategies. public class Calculator { public static int Add(int num1, int num2) { return...
Strategy Pattern - www.Hands-On-Coding.net presentation on Dec 14, 2010
Content Missing!
More Posts