The override feature is a life saver. Before VS.NET 2003, when I want to override a property or a method, I would always do it thru the class view. I would have to drill down thru all those base classes. Now all I have to do in the code editor is type
protected void override and a list pops up of all the stuff you can override, pressing tab will wire everything up.




Reply With Quote