VS2010 came up with the excellent feature of generating codes for you. Suppose, if you write a method, which does not exists, You can simply put cursor on method name, press "Ctrl+.", which automatically generates the method signature.
![alt text][1]
...