I’m looking to build a .Net application that has a UI similar to that of Visual Studio. Is there a name for that paradigm? Or does anyone know of a tutorial to do so…or even an OSS project that utilizes that paradigm? I’m looking for like the docking aspects and the interaction between panels…
99% of my experience is in the web space…so this sort of application is a new effort for me.
Thanks!
Take a look at sharpdevelop. Its OpenSource, there is even a book on its design/implementation and how to extend it.
That should get you going, and even give you code to start with.