object oriented vb net
object oriented vb net
Is there a Smalltalk-like class hierarchy browser for VB.net?
I learned object oriented programming using Smalltalk. In particular, Visual Smalltalk. It has a great tool called a class hierarchy browser for displaying the class hierarchy.
Is there something similar for VB.net? The VB.net programmers in my company seem to have no efficient way of browsing the class hierarchy.
Either they don’t know of something that already exists in VB.net, or (I think) there must be a decent utility on the market to help organize .net.
Is there such a thing?
Thanks!
There is an utility inside Visual studio named object browser that lists all the objects and their methods, properties, events etc.
VB.NET – How to create A System Tray Notification Bubble – Tutorial – Roylyn Andrews