June 2009 - Posts

Uncle Bob – Principles of OoD

During my recent conversation with fellow mate, Icelava, we were discussing about development practices and design philosophies. He pointed Uncle Bob – Principles of Ood as a good guide for inexperienced developers to understand the fundamentals of a Object Oriented design. Definitely a worth-while read even if you’re a seasoned developer – We all know that our brain doesn’t retain all the information it has absorbed over time ;)

Posted by microlau with no comments

SGDN June 2009 UG Meeting

Date of Event: 4th June 2009
Venue: Level 22 CF-12
Time: 1845 – 2030 hrs (Light snacks will be served before the session)

Parallel Computing in Visual Studio 2010(beta 1)

Dewi Maya, C# MVP
1900 – 2030 hrs

Microsoft's Parallel Computing Platform (PCP) is providing tools enabling developers to leverage the power of Multi core processors in an efficient, maintainable, and scalable manner. Parallel Extensions to the .NET Framework brings several important concepts into this toolset. In this presentation, you will see how to parallelize an existing algorithm by using the static Parallel helper class, create and run Tasks, use the Future class to create and run Tasks that return a value and use Parallel LINQ (PLINQ) to optimize LINQ queries to execute in a parallel environment.

To register for the event, drop an email to microlau_at_sgdotnet_dot_org with the subject: [SGDN] Register me for June UG Meeting

Posted by microlau with no comments
Filed under: