Patterns and refactoring support for VS.NET and C#...

  • Thread starter Thread starter Arne Styve
  • Start date Start date
A

Arne Styve

Hi,

The good old Borland JBuilder has very good support for
patterns (GoF) and refactoring. Does such support exsist
for VS.NET and C# specifically ?

The type of support I'm looking for is to be able to point
at a class (either in the editor or the class browser) and
apply for instance the Singelton pattern on the class.

An example of refactoring support: changing the name of a
class, or method.

Any information regarding this subject is appreciated!

Regards
Arne Styve
 
Thats pretty good at refactoring but unfortunately no where near free :(
which is a shame.

Kieran
 
Hi,

Thanks for your answers. Any idea when Microsoft will
include this type of support ?

Regards
Arne Styve
 
Back
Top