Monthly Archives: June 2009

devInTown – Download and Thank you

Thank you for all attendees for devInTown event on 27th June 2009 @ Kuching Park Hotel, Kuching   Thank you to the 3 speakers:   Patrick Yong: http://patrickyong.net   Walter Wong: http://spaces.live.com/walterwws Jabwz Gan http://www.msblog.org/   Thank you to the … Continue reading

Posted in .Net | Leave a comment

devInTown

Posted in Uncategorized | Leave a comment

Something new in Visual Studio 2010 (Parallel LINQ) – part 2

Visual Studio 2010 supports Parallel Programming with .NET Framework 4.0. In order to do this the developer must choose .NET Framework 4.0 when creating a new project. Try to run the following Parallel LINQ code below. var source = Enumerable.Range(100, … Continue reading

Posted in .Net | Leave a comment