What is ASP.Net

  • ASP.NET applications are server-side applications that render HTML to a web page.
  • ASP.NET apps are created by defining .aspx files and associated .cs or .vb files and compiling them into a set of .DLLs (called an assembly) that run on an ASP.NET-capable server.
  • Application logic, GUI layout, and behavior are defined on the server.
  • ASP.NET provides a default implementation of the HTML and Javascript needed to create the web browser interface.
  • The assemblies execute when a client browser accesses the web server, and receives output in the form of HTML/Javascript/CSS.
  • ASP.NET applications are deployed as "assemblies" on an ASP.NET-capable server such as IIS running on the Windows operating system.
  • You can use Visual Studio to create ASP.NET applications.
  • The GUI of an ASP.NET application is HTML generated by ASP.NET web form controls.
  • The generated HTML is styled through themes (aka "skins") using a programmatic markup language, or through CSS.
  • ASP.NET can talk directly with a database server, and therefore can be used to write web services. Flex can not be used to write web services, but can consume data from a web service and display it.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值