开发网页 [英] developing a webpage

查看:70
本文介绍了开发网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我听说只使用asp.net就可以开发一个Web应用程序,而且不需要任何数据库。可能吗?

i heard that a web application can be developed with just asp.net and there is no need of any database. is that possible?

推荐答案

只是asp.net没什么意思。如果你想要一些服务器端代码,应该有一种支持asp.net支持的语言 - 至少是html。

但是,你可以开发没有数据库后端的asp.net应用程序。
"Just asp.net" means nothing. There should be a language with asp.net support behind if you want some server side code - but html at least.
But yes, you can develop asp.net application without database backend.


是的先生,如果你创建一个静态网站,可能就是这样。让你自己成为一个IDE视觉工作室并玩所有这些项目。
Yes sir its possible that''s if u creating a static website.Get your self an IDE visual studio and play with all those projects.


它真的取决于关于你希望web应用程序做什么,所以最好的答案是''是''和''不''。



如果你只是想要应用程序执行一些计算,显示菜单,视频游戏或一些奇特的动画,然后是 - 因为这可以通过Javascript,JQuery和Flash之类的东西在客户端完成。



如果你想访问文件,请求数据,并将表单字段发回服务器,那么不,因为这需要服务器端语言,如C#或VB,和DB来处理数据。
It enitrely depends on what you want the web application to do, so the best answer is ''yes'' and ''no''.

If you just want the application to perform a few calculations, display menus, a video game or some fancy animations, then yes - because this can all be done client side with things like Javascript, JQuery and Flash.

If you want to access files, request data, and post form fields back to the server, then no, because this needs a server side language like C# or VB, and a DB to process the data.


这篇关于开发网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆