- Posted by Bojan Jovičić on October 17, 2007
This year I will be one of speakers at Sinergija 2007 (Synergy 2007).
Sinergija is Microsoft annual conference about new technologies. I am only speaker that is comming neither from Microsoft, neither from company that is Microsoft partner, and neither from company that is primarily IT oriented.
I will be holding 3 tracks:
- Design Patterns with Visual Studio 2008
- WCF Improvements in Visual Studio 2008
- Refactoring to Patterns with Visual Studio 2008
My company (DELTA SPORT) has provided nice Nike+ T-Shirts for prizes.
See you there.
- Posted by Bojan Jovičić on October 10, 2007
I have completed a project that contains sample implementation of all GoF (Gang Of Four: Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides) design patterns, in X++ (Dynamics AX programming language).
This implementations are sample, and are to be used as starting point. The samples are mostly abstract, and can be used for learning purposes. Patterns are grouped in categories as in original book "Design Patterns: Elements of Reusable Object-Oriented Software".
Here is the code for sample project: PrivateProject_SampleDesignPatterns.zip (9.09 kb)
And as Martin Fowler sais in his book "Analysis Patterns: Reusable Object Models": "Patterns are suggestions, not prescriptions".