TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ASP.net developers disease

2 点作者 alexanderb大约 14 年前

1 comment

timrobinson大约 14 年前
Web development - HTML, CSS and Javascript - is not hard, but it's a different mindset from PC programming. Your program's state can't live in global variables: it has to fit inside the HTTP interface. Unfortunately circa-2003 ASP.NET was a leaky abstraction over HTTP.<p>One misconception common among non-web developers is that web development involves low-level Javascript coding, that you have to constantly worry about cross-browser problems, and that all server interaction goes via &#60;form&#62; and POST. This was true a decade ago, but we have really good frameworks now.