show/hide this revision's text 2 added 160 characters in body

I've not done .NET before, but a couple of suggestions. First, you might want to see if your current job will let you telecommute (if at all possible, it's at least worth a try). In regards to web app development, it really depends on what you want to do. At bare minimum I would learn some XHTML and CSS. If you really want to get into front end development, you probably would also benefit from a JavaScript library like jQuery or MooTools. Otherwise, I would start taking a part a few open source .NET apps and see how they work. Also start looking for tutorials on the subject.

Edit: As far as architecture goes, I would imagine that it would tend toward MVC patterns, at least that's the way most PHP apps are starting to trend.

show/hide this revision's text 1

I've not done .NET before, but a couple of suggestions. First, you might want to see if your current job will let you telecommute (if at all possible, it's at least worth a try). In regards to web app development, it really depends on what you want to do. At bare minimum I would learn some XHTML and CSS. If you really want to get into front end development, you probably would also benefit from a JavaScript library like jQuery or MooTools. Otherwise, I would start taking a part a few open source .NET apps and see how they work. Also start looking for tutorials on the subject.