I am an experienced WinForms/WPF/Silverlight developer and have an interview for a product that is ASP.Net. I am very familiar with C# and .NET, as well as standard HTML and CSS (from rails programming).
So what else should a WinForms developer learn before and ASP.Net interview?
If you’re doing ASP.NET WebForms, you should read up on ViewState, the ASP.NET page life cycle, differences between user controls and server controls, JavaScript, the AJAX Control Toolkit (not my favorite controls, but a lot of ASP.NET projects use them) and jQuery (comes with VS 2010 now).
Edit: ViewState vs. ControlState or just State Management in general, http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx. Also, an obvious one I omitted that MusiGenesis mentioned, MasterPages.
If you’re going to be working with ASP.NET MVC, then check out haacked.com and the ASP.NET MVC site. Can anyone else suggest other good ASP.NET MVC links (I’ve barely used it so not a pro on this topic)?
I think that’s a good starting point.