| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
3 Articles match "Course","Singleton Pattern"
| Related DevelopMentor Courses | MORE | | Code Smarter with Design Patterns Training Understand the rationale behind design patterns Understand the basics of Unified Modeling Language (UML) Understand how best to apply design patterns to.NET to effectively leverage the framework Refactor code to use the most appropriate pattern Implement and code the following patterns, by solving puzzles and performing various tasks: o?Singleton Singleton Pattern o?Factory Factory Pattern o?Decorator Decorator Pattern o?Observer Observer Pattern o?Strategy Strategy Pattern o?Template Template Pattern o?Command MVC o?Adapter DevelopMentor Courses - Wednesday, February 22, 2012 Designing Patterns, Templates and Policy-Based Design Training Participants will gain: A knowledge of which pattern names are most important to know. Familiarity with a number of common design patterns, including less frequently known variations. An understanding of how template technology can be used to help generate pattern implementations. There are no hands-on exercises, but participants are welcome to use their computers to experiment with the course material as it is presented. The book Design Patterns by the "Gang of Four" (i.e., the "GOF") introduced the idea of patterns to the software development community. DevelopMentor Courses - Tuesday, March 1, 2011 Code Smarter with Design Patterns Training Understand the rationale behind design patterns Understand the basics of Unified Modeling Language (UML) Understand how best to apply design patterns to.NET to effectively leverage the framework Refactor code to use the most appropriate pattern Implement and code the following patterns, by solving puzzles and performing various tasks: Singleton Pattern Factory Pattern Decorator Pattern Observer Pattern Strategy Pattern Template Pattern Command Pattern State Pattern Proxy Pattern Adapter Pattern Fa?ade DevelopMentor Courses - Tuesday, March 1, 2011 |
3 Articles match "Course","Singleton Pattern"
| The Latest from DevelopMentor | MORE | | Are Singletons Evil ? Of course a quick google reveals the answer there are numerous rants about this evil pattern. Our goal for this talk was to expose the areas were this pattern causes a developer a whole load of pain. In fact one member of the audience was experiencing such pain in his attempt to take legacy code base heavily utilising singletons and start to write unit tests. Finally got around to delivering a conference talk on this subject this week at Software Architecture Week , its a topic myself and Kevin Jones are constantly being asked. .NET Mutterings - Friday, October 2, 2009 True Generic Singleton Last weekend I was teaching Code Smarter with Design Patterns in.NET , yep that's right a weekend.The guys at Intelliflo decided they didn't have time during the regular week for training that wanted me to pack a 4 day course into 3 days over the weekend so we worked from 9 until 19:00. Whilst teaching them the Singleton pattern they bought out a version they were using built on Generics. On the surface all looks well, but to be really true to the singleton pattern the type which is the singleton should only ever have a single instance. .NET Mutterings - Wednesday, February 13, 2008 Patterns, Patterns everywhere I've not blogged for a while now.mainly due to being snowed under writing the developmentor's "Code Smarter with Design Patterns" course with my co-author Kevin Jones ( Course Details ) and working at a local firm ( yes Chippenham has industry). Whilst writing the design pattern course I managed to stumble upon various variations of standard patterns, in the course we discuss various forms of the standard Singleton pattern. This sounded similar to the fact that in the case of a singleton type I only want one instance. .NET Mutterings - Friday, September 28, 2007 | -
| The Best from DevelopMentor | MORE | - Are Singletons Evil ?
Of course a quick google reveals the answer there are numerous rants about this evil pattern. Our goal for this talk was to expose the areas were this pattern causes a developer a whole load of pain. In fact one member of the audience was experiencing such pain in his attempt to take legacy code base heavily utilising singletons and start to write unit tests. Finally got around to delivering a conference talk on this subject this week at Software Architecture Week , its a topic myself and Kevin Jones are constantly being asked. .NET Mutterings - Friday, October 2, 2009 - Patterns, Patterns everywhere
I've not blogged for a while now.mainly due to being snowed under writing the developmentor's "Code Smarter with Design Patterns" course with my co-author Kevin Jones ( Course Details ) and working at a local firm ( yes Chippenham has industry). Whilst writing the design pattern course I managed to stumble upon various variations of standard patterns, in the course we discuss various forms of the standard Singleton pattern. This sounded similar to the fact that in the case of a singleton type I only want one instance. .NET Mutterings - Friday, September 28, 2007 - True Generic Singleton
Last weekend I was teaching Code Smarter with Design Patterns in.NET , yep that's right a weekend.The guys at Intelliflo decided they didn't have time during the regular week for training that wanted me to pack a 4 day course into 3 days over the weekend so we worked from 9 until 19:00. Whilst teaching them the Singleton pattern they bought out a version they were using built on Generics. On the surface all looks well, but to be really true to the singleton pattern the type which is the singleton should only ever have a single instance. .NET Mutterings - Wednesday, February 13, 2008 %>
| | |