Browse by Tags

All Tags » Task Parallel Library (RSS)
Cassini is now an open source, portable and redistributable web server. This light-weight Microsoft’s source available web server is used to be shipped with Visual Studio as integrated development server. I have revived Cassini in version 4.0 with: new...
I spoke at Microsoft Visual Studio 2010 Community Launch in Dhaka on May 8, 2010. I presented core C# concepts that many developers tend to avoid like delegates, Action, Lambda Expressions. I discussed about improvements in C# 4.0 and also talked about...
Task Parallel Library gives you the convenience to turn existing sequential code into parallel branches, which may result into significant performance boost since all the available processors are being utilized. Although ThreadPool.QueueUserWorkItem is...
There are just way too many social networking sites out there to keep up and that's where lifestreaming services come in. Lifestream is a time ordered stream of activities, that functions as a diary of your electronic "social" life. In this...
More Posts