ASP.NET 开发人员主管的基本培训主题
我有一位同事负责管理一组 ASP.NET 开发人员,他们正在开发大量 ASP.NET/SQL Server 应用程序。我的同事曾经非常注重技术,但他最后的编程任务是在 20 世纪 80 年代编写 Fortran 代码。
他要求我帮助他更深入地了解 ASP.NET Web 应用程序开发,以便为他担任监督角色做好准备。我将每隔一周花一个小时与他一起提供培训,否则他可能没有太多时间投入。
您会推荐哪些主题、教程资源等,以便我可以帮助他加快担任 ASP.NET 开发人员主管的角色?
I have a co-worker who supervises a group of ASP.NET developers who are doing lots of ASP.NET/SQL Server apps. My co-worker was very technical at one time, but his last programming assignment was writing Fortran code in the 1980s.
He has asked me to help him gain a deeper knowledge of ASP.NET Web application development to equip him in his supervisory role. I will be spending an hour every other week with him providing training, and he will probably not have a lot of time to commit otherwise.
What would you recommend as topics to cover, tutorial resources, etc. so that I can help him get up to speed in his role as a supervisor of ASP.NET developers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哇...Fortran 到 ASP.NET 是一个巨大的飞跃。
谷歌“ASP.NET 面试”,你会看到一些详尽的具体内容列表。
我的主要优先事项是:
HTTP 和基本的客户端/服务器交互
ASP.NET 页面生命周期
MS SQL Server 基础知识和 SQL 查询
ASP.NET 安全性(授权、避免 SQL 注入等)
数据绑定
用户控制
最后...他只得深入研究并使用它来掌握它。
Wow... Fortran to ASP.NET is a huge leap.
Google "ASP.NET interview" and you will see a few exhaustive lists of specific stuff.
My broad priorities would be:
HTTP and basic client/server interaction
ASP.NET Page Lifecycle
MS SQL Server basics and SQL queries
ASP.NET security (authorization, avoiding SQL injection, etc)
Databinding
User Controls
In the end... he's just going to have to dive in and work with it to get a handle on it.