如何从Windows应用程序(的WinForms使用C#.NET)Web应用程序(ASP.NET)动?
我一直在使用C#在我公司的相当长一段时间的WinForms,我有实现这些公正的体验。但是,我需要改变我的工作,工作的其他地方。这里的市场主要是在需要的Web应用程序开发者,我从来没有合作过。难的是如何迁移到使用ASP.NET?这有什么,开始我的自学因为我不喜欢承担一本书,从中读取的最佳方式?
I have been working on winforms using C# in my company for quite a long time, and I have a fair experience implementing those. However, I need to change my job and work somewhere else. The market in here is mostly in need for web applications developer which I never worked with before. How difficult is it to move to using ASP.NET ? and what's the best way to start my self-learning given that I don't like to bear a book and read from it?
感谢
有些你会碰上下的WinForms开发没有覆盖的绊脚石是:
Some of the stumbling blocks you'll run into that aren't covered under WinForms development are:
- ASP.NET页面生命周期
- IIS配置
- 安全
- 性能
- 搜索引擎优化
- HTTP协议
- HTML / XML / CSS / JavaScript的
- 数据库(大部分网站反正)
- Web服务
- 浏览器的差异(这人真的吹)
请参阅What应开发人员构建公共网站之前,知道吗?了解什么你会进入一个良好的开端。
See What should a developer know before building a public web site? for a good start on what you'll be getting into.