Sinergija 2007 Speaking Engagement

Sinergija (Sinergy) 2007This 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.

FacebookDigg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Sample Design Patterns in Dynamics AX (X++)

Design Patterns in Microsoft Dynamics AX

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".

FacebookDigg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList