Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML5とJavascriptは、非常に優れた動的ページを作成できます。私が優れたHTML5およびJavascriptデザイナーである場合、asp.netはまだ役に立ちますか?なぜどちらかを選択する必要があるのですか?
ASP.netはサーバー側用です。データベースおよびサーバー側ロジック(セッション処理、データベース操作、ユーザー認証など)と対話する場合に必要です。
HTML 5とJavascriptは、ページレンダリングとクライアント側ロジックのクライアント側用です。
どちらも異なるエリアを対象としています。