while waiting for my VS2005 RC installed I write this :). A busy whole weekend, I just lost my speed on my jurney to the VS2005 launching next month. I think I need to get my energy this weekend. Currently I'm installing VS2005 RC in my development machine..mmm still waiting. At the same time, I experienced a serius problem in my team. I just realize that most of my peers don't understand the basic concepts of such as Event Handling or Delegate. I'm also not the expert in those thing, but at least I understand the concept by looking of what the Visual Studio already done for me :). and yes, I like what VS already done for us and will be done. Event you declare your own delegate. Visual Studio will do it job, it will pop up a message to tell you to hit the tab ke to compete the event declaration.
example: this.tmrMyTimers.Elapsed += //Visual Studio will pop up message with the correct delegate type
I'm still striving to master anonymous method, iterator, generics..its quite hard to understand those for a beginner like me. Yes..I like anonymous method because its simplify the use of delegate. I will discover the other benefits soon after I completed my installation.