As I am into BizTalk consulting / development / training for quite sometime now, I feel that I am missing out on hardcore c# programming and the enchantment of object oriented concepts lately.
For instance, the other day I was trying to recollect the implementation details of the Decorator design pattern, and searched for it on the Internet and in the process, got glued at the wealth of information available on design patterns.
So I thought it would be helpful to have a quick reference list of the materials available so that i don't waste time searching for them again.
Here goes:
Abstract Factory http://www.dofactory.com/Patterns/PatternAbstract.aspx http://en.wikipedia.org/wiki/Abstract_factory_pattern http://www.exciton.cs.rice.edu/JAvaResources/DesignPatterns/FactoryPattern.htm
Factory Method http://www.dofactory.com/Patterns/PatternFactory.aspx http://en.wikipedia.org/wiki/Factory_method_pattern http://gsraj.tripod.com/design/creational/factory/factory.html
Facade http://www.dofactory.com/Patterns/PatternFacade.aspx http://en.wikipedia.org/wiki/Facade_pattern http://aspalliance.com/970_Facade_Design_Pattern
Iterator http://www.dofactory.com/Patterns/PatternIterator.aspx http://home.earthlink.net/~huston2/dp/iterator.html http://www.c-sharpcorner.com/UploadFile/acusis/IteratorPattern07072006023056AM/IteratorPattern.aspx
Observer http://www.dofactory.com/Patterns/PatternObserver.aspx http://en.wikipedia.org/wiki/Observer_pattern http://www.exciton.cs.rice.edu/JAvaResources/DesignPatterns/ObserverObservable.htm http://sern.ucalgary.ca/courses/SENG/609.04/W98/lamsh/observerLib.html
Singleton http://www.dofactory.com/Patterns/PatternSingleton.aspx http://en.wikipedia.org/wiki/Singleton_pattern http://www.exciton.cs.rice.edu/JAvaResources/DesignPatterns/singleton.htm http://www.javaworld.com/javaworld/jw-04-2003/jw-0425-designpatterns.html
Adapter http://www.dofactory.com/Patterns/PatternAdapter.aspx http://en.wikipedia.org/wiki/Adapter_pattern http://www.exciton.cs.rice.edu/JAvaResources/DesignPatterns/adapter.htm http://vico.org/pages/PatronsDisseny/Pattern%20Adapter%20Object/index.html
More to follow soon...
Print | posted @ Thursday, June 14, 2007 12:45 PM