应该怎样一个WinForms开发者知道一个ASP.Net面试?开发者、WinForms、Net、ASP

2023-09-03 11:48:45 作者:滚出爷的世界

我是一名经验丰富的WinForms / WPF / Silverlight的开发人员,有一个采访的一个产品,是ASP.Net。我非常熟悉C#和.NET,以及标准的HTML和CSS(从轨道编程)。

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).

那么还有什么之前应该和ASP.Net面试的WinForms开发人员学到了什么?

So what else should a WinForms developer learn before and ASP.Net interview?

推荐答案

如果你正在做的 ASP.NET WebForms的,你应该在 ViewState的的的 ASP.NET页面生命周期,的用户控件并的服务器控件的,的JavaScript 的的 AJAX Control Toolkit的(不是我最喜欢控制,但很多ASP.NET项目中使用它们)和 jQuery的(附带VS 2010现在)。

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).

编辑:ViewState中主场迎战了ControlState-或只是国家管理的一般, HTTP:/ /msdn.microsoft.com/en-us/library/75x4ha6s.aspx 。此外,一个明显的例子我省略了MusiGenesis提到,MasterPages。

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.

如果你要与ASP.NET MVC的工作,然后检查 haacked.com 和 ASP.NET MVC网站。任何人都可以提出其他的好ASP.NET MVC的链接(我很少用它,而不是亲关于这一主题)?

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.