Archive for March, 2009

Methodology for writing small Classes and Methods

March 30, 2009

If you are developer who need to improve their ability to write OO routines, I suggest you have a look-see at this steps. I will try to summarize Jeff Bay’s approach here.
He suggests writing a 1000-line program with the constraints listed below. These constraints are intended to be excessively restrictive, so as to force developers [...]

Weekend fever…

March 26, 2009

Since the sunset too late at 8pm, i dont know what to do in the whole bunch of time in home. So decided to start scraping my daily activites in this blog.
Well, last weekend, i started playing cricket after long long ….long years, its was good experience with my physique… no idea why i was [...]

Multithreading in C#

March 26, 2009

Any Windows application must have one or more processes. A Process is structural unit with a memory block and using some set of resources. For each executable, the Windows operating system creates some isolated memory block. This C# .Net Tutorial tries to explain the basics of Multithreading in C# .Net.
[...]