.net - How to compare class definitions -


I would like to compare two versions of a class. I have used WinDiff, but it shows lots of differences due to different comments and so on.

Does anyone know the device to compare two class definitions (fields, methods, etc.) for NAT?

Thank you,

Martin

We have two programming languages Comparing source files in terms of language structures, not text layouts, so it will ignore comments and white space changes.

There are several languages, including C #, but not VBnet.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -