关于asp.net中的ide [英] regarding ide in asp.net

查看:80
本文介绍了关于asp.net中的ide的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能在asp.net中建议ide的合适链接...因为是初学者,我不知道哪个是最好的?尽快给我答复....

can anyone suggest the suitable link for ide in asp.net...since am an beginner ,i dont know which is the best???reply me asap....

推荐答案

ASP是Microsoft首次尝试使用Web框架.现在已经很过时了.
除了几个对象名称外,ASP和ASP.NET之间几乎没有什么共同点.
它们是完全不同的技术,ASP基本上是一个加密引擎;您不会将代码编译为exe或dll,这会使它运行起来很慢.
使用ASP,您还必须编写HTML和VBScript(JavaScript)的所有最后一点.

ASP.NET的改进包括:
1.编译后的代码(分为exe和dll)提供了更好的性能
2.可编程控件(您不必编写HTML和代码的最后一点)
3.标记基于XML
4. ASP.NET带有几个现成的常用控件,例如用户身份验证,文件上传,横幅旋转等.
5.几种内置的安全检查

查找(但不要分心)以下ASP.NET属性.
1.事件驱动编程
2.面向对象的概念

开始学习ASP.NET的好地方是 http://asp.net
ASP was microsofts first attempt at a web framework. It is now very outdated.
The is little in common between ASP and ASP.NET apart from a couple of object names.
They are totally different technologies, ASP basically is a scipting engine; you do not compile code into exe''s or dll''s, this makes it quite slow.
With ASP, you also had to write every last bit oh HTML and VBScript (JavaScript).

The improvements in ASP.NET are:
1. Compiled code (into exe''s and dll''s) offering much better performance
2. Programmable controls (you don''t have to write every last bit oh HTML and code)
3. Markup is XML-based
4. ASP.NET comes with several ready built frequently used controls e.g. user authentication, file upload, banner rotation e.t.c.
5. Several built in security checks

Look up (but don''t get distracted by) the following ASP.NET attributes.
1. Event driven programming
2. object oriented consepts

A good place to start learing ASP.NET is http://asp.net


尝试可视化Web开发人员快递版,您会喜欢的
try visual web developer express edition you will love it


这篇关于关于asp.net中的ide的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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