March 2007 - Posts

29 March 2007
A Tribute to the Unsung Heroes of C#’s Functional Revolution
Many of us may not have noticed it but C# 2.0 gave us several really cool delegates and methods aimed at providing a gentle transition to the functional programming concepts introduced in C# 3.0 and Linq. This post aims to take a look at these useful yet under appreciated delegates and functions instrumental... Read More...
23 March 2007
Lambda Expressions in C#
C# 3.0 introduces a new feature called lambda expressions. While this is not a revolutionary thing, it opens up a plethora of new possibilities for .Net programming. This post aims to introduce lambda expressions by providing a backgrounder, looking into its syntax and providing examples along the way... Read More...
22 March 2007
whoami
So whoami? My name is Kriztian Jake Sta. Teresa. I am a software developer working for a process control and automation company. I am mostly involved with writing C#/.Net code when i'm at work and i do Java/Eclipse, PHP, Ruby development on my free time. I will be blogging here mostly about random thoughts... Read More...
Filed under: