Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
which seems to have been rehabilitated (most experienced VB6 developers avoid it for the most part)
I don't have any real insights, other than to just do it.p. s. chip, if you have observations about how to implement the MVC pattern in .Net, I'd very much like to see them.
Martin Fowler has come up with a variation on MVC he's calling MVP, for Model-View-Presenter. This is an extreme case of MVC, where the View hands off all the user interface events (mouse clicks, kepresses, etc) to the Presenter class. I'm not entirely convinced of the benefits for general use, but it would certainly be useful in some cases.