One of the task that a developer needs to accomplish is to code a module for logging, and creating it from scratch will take some of your precious time. So to be a little more productive, we can use a tested library like Log4Net. I have browsed for some pages and found a lot of variations. So putting...
I was very busy the past weeks, I cannot imagine I could make it not to code for several days, been a carpenter, janitor, messenger and everything hehe. But I'm here again now. Let me start this out with this stupid sample I just given to one of my junior developer. BackgroundWorker is a special...
I was playing with user controls this week end and I noticed that the Constructor of my control is called everytime I try to drag one of my user controls into my form. So i tried googling around to find if there's a way to by pass some codes on the constructor and I found this System.ComponentModel.UsageMode...