Recently I implemented an interface which had some 130 members that i should implement (C#, but i think thats irrelevant).
How can i generate the stubs for all those automatically, in VS 2008
Edit:If its not possible in VS 2008, i’ve also installed Coderush Express, can some one guide me on how to do that with CR Express ?
Left click on the interface, select “implement interface.”
You need to click near the “I” that has a little underline.
Also, other tools such as Resharper and DevExpress do it for you too.
Are you using VS.NET Professional?