我应该向客户推荐哪些书籍来了解Web应用程序?

时间:2023-01-16 15:25:25

We recently built a large ASP.NET web forms application for a client and the main point of contact has told me he wants to learn more about the technical side of web applications. He has no programming experience and has a primarily business background.

我们最近为客户端构建了一个大型ASP.NET Web表单应用程序,主要联系人告诉我他想要了解有关Web应用程序技术方面的更多信息。他没有编程经验,主要是商业背景。

I have provided him with many online resources, however he would like to get some book recommendations. After searching myself, I can't seem to find any that fit the bill.

我已经为他提供了许多在线资源,但他希望获得一些图书推荐。在搜索完自己之后,我似乎找不到任何合适的账单。

I am looking for a book that will:

我正在寻找一本书:

  • Provide a high-level introduction to internet tecnologies (HTTP, TCP/IP, servers, web farms, hosting, scripting languages etc).
  • 提供对互联网技术(HTTP,TCP / IP,服务器,Web场,托管,脚本语言等)的高级介绍。

  • Cover issues that commonly affect the success/failure of web applications (performance & scalability, security, data integrity, server maintainence).
  • 涵盖通常会影响Web应用程序成功/失败的问题(性能和可伸缩性,安全性,数据完整性,服务器维护)。

  • Give a very basic introduction to web development (ideally in the ASP.NET world, but not important).
  • 给Web开发一个非常基本的介绍(理想情况是在ASP.NET世界中,但并不重要)。

  • Introduce typical web application architectures (for example describing N-Tier systems, SOA)
  • 介绍典型的Web应用程序体系结构(例如,描述N层系统,SOA)

I can obviously find tons of books on each of the topics mentioned above, however I can't seem to find any that would be targeted at people that are not (would-be) web developers.

我显然可以在上面提到的每个主题上找到大量的书籍,但是我似乎找不到任何针对那些不是(可能的)Web开发人员的人。

Anyone have any recommendations?

有人有什么建议吗?

2 个解决方案

#1


How about this one? Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics by O'Reilly?

这个怎么样?学习网页设计:O'Reilly的初学者指南(X)HTML,StyleSheets和Web Graphics?

It covers most of your topics, but unfortunately doesn't really cover the programming aspect - just the scripting. A good start nonetheless.

它涵盖了您的大多数主题,但遗憾的是并没有真正涵盖编程方面 - 只是编写脚本。尽管如此,这是一个好的开始。

Then, if he's still up for it, you can hit him with Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional by Apress, which would finish the job and introduce them to MS technologies. "It adopts a “zero to hero” approach..." which is what you are looking for.

然后,如果他仍然支持它,你可以使用Beginning Web Development,Silverlight和ASP.NET AJAX打击他:Apress的从新手到专业,这将完成工作并将他们介绍给MS技术。 “它采用了”零到英雄“的方法......”这就是你要找的东西。

#2


You might get better responses on ServerFault since you're asking about a book that mainly centers on server administration rather than the programming aspect.

您可能会对ServerFault做出更好的响应,因为您询问的主要是服务器管理而非编程方面的书。

#1


How about this one? Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics by O'Reilly?

这个怎么样?学习网页设计:O'Reilly的初学者指南(X)HTML,StyleSheets和Web Graphics?

It covers most of your topics, but unfortunately doesn't really cover the programming aspect - just the scripting. A good start nonetheless.

它涵盖了您的大多数主题,但遗憾的是并没有真正涵盖编程方面 - 只是编写脚本。尽管如此,这是一个好的开始。

Then, if he's still up for it, you can hit him with Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional by Apress, which would finish the job and introduce them to MS technologies. "It adopts a “zero to hero” approach..." which is what you are looking for.

然后,如果他仍然支持它,你可以使用Beginning Web Development,Silverlight和ASP.NET AJAX打击他:Apress的从新手到专业,这将完成工作并将他们介绍给MS技术。 “它采用了”零到英雄“的方法......”这就是你要找的东西。

#2


You might get better responses on ServerFault since you're asking about a book that mainly centers on server administration rather than the programming aspect.

您可能会对ServerFault做出更好的响应,因为您询问的主要是服务器管理而非编程方面的书。