Upcoming: SANKO event on ADM code modeling & generation
The Finnish .NET User Group SANKO hasn’t been particularly active lately, much due to the busy schedules of potential speakers. But we’re back on the roll: On December 14th on 15:00-17:00 Finnish time, we’ll be having a session on an application modeling methodology called ADM. ADM is the brainchild of Finnish senior developer Kalle Launiala, […]
November 24, 2011
· Jouni Heikniemi · No Comments
Tags: code generation, SANKO · Posted in: Misc. programming
C# partial methods to the limelight!
C# 2.0 and Visual Studio 2005 introduced partial classes to the C# language. In the same rush partial methods appeared, but they have been far less heard of. What’s with those? Background: Partial classes Partial classes are a big part of the background for partial methods, so a short recap is in order. Skip to […]
July 6, 2009
· Jouni Heikniemi · No Comments
Tags: C#, class design, code generation · Posted in: .NET