What are the exact differences between a web program and a stand-along program, programming wise?
March 9, 2009 by admin
Filed under Web Programing
Hi, I have over 10 years of experience developing Windows applications. I need to know exactly what the difference is between this and creating a program on the web. I have SOME background on small projects in ASP.NET; however, is there a site that lists EXPLICITLY what I need to learn in order to be able to dive right into web development and make sure I haven’t “forgotten” anything. Thanks!!!!



Good to know is the stages in the life of an ASP.NET page:
http://msdn.microsoft.com/en-us/library/ms178472.aspx
Can’t tell you how many times I’ve had to do one little thing during Init or PreInit to resolve a problem. (e.g. changing the MasterPage on the fly)