是否有ASP的IDE ???

是否有ASP的IDE ???

问题描述:

在什么应用程序中编写所有这些ASP程序? NOTEPAD?


我看到的所有代码示例都只是文本。是不是有一个IDE

界面,比如VB或Visual Foxpro用于设计网页

布局,是否将所有功能添加到命令按钮中?或者

只需打开一个文本编辑器然后砰然一声?这似乎是TON的工作。


我认为ASP.net是什么......用于ASP开发的IDE?我只是没有看到什么

所有的大惊小怪,但我很好奇。

我想我必须深入了解我的用户通过

a网页浏览器运行我的应用程序,而不是在每台

计算机上安装(VB或Foxpro)应用程序。

我很乐意看到一个示例ASP应用程序,让用户输入规格

的圆形螺栓孔图案,然后在

网格中显示孔corrdinates(我想这将是atable,而不是网格)


In what application does one write all these ASP programs? NOTEPAD?

All the examples of code I see are all just text. Is there not an IDE
interface, such as what VB or Visual Foxpro has for designing the web pages
layouts,adn adding all the fuinctionality into the command buttons? Or does
one just open up a text editor and bang away? It seems like a TON of work.

I that what ASP.net is... an IDE for ASP development? I just don''t see what
all the fuss is about, but I am curious.
I guess I''ve gotta get into the idea of having my users run my apps through
a web browser, instead of installing the (VB or Foxpro) app on each
computer.
I would love to see a sample ASP app that would let the user enter the specs
for a circular bolt hole pattern, and then display the hole corrdinates in a
grid (i guess that would be a "table", not a grid)



asp ide = visual studio 6 有一个ide - 它被称为visual basic -it是与Visual Basic使用的相同的IDE

。或获取免费网络矩阵
http://www.asp.net/webmatrix/default...dex=4&tabId=46

" Matt Slay" <毫安****** @ jordanmachine.com>在消息中写道

新闻:O8 ************** @ TK2MSFTNGP10.phx.gbl ...
asp ide= visual studio 6
for asp.net there is an ide - it is called visual basic -it is the same IDE
that visual basic uses . or get the free web matrix
http://www.asp.net/webmatrix/default...dex=4&tabId=46

"Matt Slay" <ma******@jordanmachine.com> wrote in message
news:O8**************@TK2MSFTNGP10.phx.gbl...
在一个应用程序中做什么写所有这些ASP程序? NOTEPAD?

我看到的所有代码示例都只是文本。是否没有IDE界面,例如VB或Visual Foxpro用于设计web
页面布局的内容,并将所有功能添加到命令按钮中?或者
会不会只打开一个文本编辑器然后砰然一声?这似乎是
工作的TON。
我认为ASP.net是什么......用于ASP开发的IDE?我只是没有看到
所有的大惊小怪,但我很好奇。

我想我必须让我的用户运行我的应用程序的想法
通过网络浏览器,而不是在每台计算机上安装(VB或Foxpro)应用程序。

我很想看到一个示例ASP应用程序,让用户进入圆形螺栓孔图案的
规格,然后在
a网格中显示孔corrdinates(我猜这将是一个表格,而不是网格)

In what application does one write all these ASP programs? NOTEPAD?

All the examples of code I see are all just text. Is there not an IDE
interface, such as what VB or Visual Foxpro has for designing the web pages layouts,adn adding all the fuinctionality into the command buttons? Or does one just open up a text editor and bang away? It seems like a TON of work.
I that what ASP.net is... an IDE for ASP development? I just don''t see what all the fuss is about, but I am curious.
I guess I''ve gotta get into the idea of having my users run my apps through a web browser, instead of installing the (VB or Foxpro) app on each
computer.
I would love to see a sample ASP app that would let the user enter the specs for a circular bolt hole pattern, and then display the hole corrdinates in a grid (i guess that would be a "table", not a grid)



>在什么应用程序中编写所有这些ASP程序? NOTEPAD?


我使用的是Visual Studio.NET 2003.在构建网页时,它不是一个完整的

IDE,就像你对VB或VC ++;有小巫师和工具箱以及出版工具和其他废话,但我根本就不用它们。

我喜欢Server Explorer,它让我拿走看看数据库对象

而不必打开一个单独的查询分析器(我仍然不相信

SourceSafe集成,我也不会尝试*修改*数据库对象来自

GUI)。新的多文档界面非常实用(不像

Office,在这方面越来越差)。但主要是,我使用

Visual Studio,因为它具有智能感知和颜色编码,你可以将其大部分有用转为

。 ASP / HTML代码的自动更正。


因为我已经习惯了。


有很多选择。提到HomeSite和DreamWeaver

很多。我早期版本的HomeSite遇到了问题(多年来一直坚持使用记事本

和TextPad),并且没有再次尝试的需要或愿望。

而且我真的不喜欢DreamWeaver膨胀代码的方式,它几乎和FrontPage一样糟糕。


当然,到了他/她自己。我认为没有人应该告诉你

使用哪个编辑器;你应该自己尝试一下,然后看看哪一个

最有意义。


让'我没有另一个'我的编辑可以打败你的编辑但是辩论,

好​​吗?


-

Aaron Bertrand

SQL Server MVP
http://www.aspfaq.com/
> In what application does one write all these ASP programs? NOTEPAD?

I use Visual Studio.NET 2003. When building web pages, it''s not a complete
IDE like you would expect for VB or VC++; there are little wizards and
toolboxes and publishing tools and other crap, but I don''t use them at all.
I like the Server Explorer, which lets me take a look at database objects
without having to open a separate Query Analyzer (I still don''t trust the
SourceSafe integration, nor do I attempt to *modify* database objects from
the GUI). The new multiple document interface is very usable (unlike
Office, which is getting worse and worse in that regard). But mainly, I use
Visual Studio because it has intellisense and color coding, and you can turn
off most of its "helpful" auto-correction of ASP/HTML code.

And because I''m used to it.

There are plenty of alternatives. HomeSite and DreamWeaver are mentioned a
lot. I had problems with early versions of HomeSite (and stuck with Notepad
and TextPad for years), and haven''t had the need or desire to try it again.
And I really don''t like the way DreamWeaver bloats the code, it''s almost as
bad as FrontPage.

But of course, to each his/her own. I don''t think anybody should tell you
which editor to use; you should try them out on your own and see which one
makes most sense.

Let''s not have another "my editor can beat up your editor" debate though,
okay everyone?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


我不能为别人说话,但我只是用记事本。


-


问候


Steven Burn

Ur IT Mate Group
www.it-mate.co.uk


保持免费!


免责声明:

我知道我可能错了,我只是喜欢服用部分; o)

Matt Slay< ma ****** @ jordanmachine.com>在消息中写道

新闻:O8 ************** @ TK2MSFTNGP10.phx.gbl ...
I can''t speak for anyone else but, I just use Notepad.

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I''m probably wrong, I just like taking part ;o)
Matt Slay <ma******@jordanmachine.com> wrote in message
news:O8**************@TK2MSFTNGP10.phx.gbl...
在一个应用程序中做什么写所有这些ASP程序? NOTEPAD?

我看到的所有代码示例都只是文本。是否没有IDE界面,例如VB或Visual Foxpro用于设计web
页面布局的内容,并将所有功能添加到命令按钮中?或者
会不会只打开一个文本编辑器然后砰然一声?这似乎是
工作的TON。
我认为ASP.net是什么......用于ASP开发的IDE?我只是没有看到
所有的大惊小怪,但我很好奇。

我想我必须让我的用户运行我的应用程序的想法
通过网络浏览器,而不是在每台计算机上安装(VB或Foxpro)应用程序。

我很想看到一个示例ASP应用程序,让用户进入圆形螺栓孔图案的
规格,然后在
a网格中显示孔corrdinates(我猜这将是一个表格,而不是网格)

In what application does one write all these ASP programs? NOTEPAD?

All the examples of code I see are all just text. Is there not an IDE
interface, such as what VB or Visual Foxpro has for designing the web pages layouts,adn adding all the fuinctionality into the command buttons? Or does one just open up a text editor and bang away? It seems like a TON of work.
I that what ASP.net is... an IDE for ASP development? I just don''t see what all the fuss is about, but I am curious.
I guess I''ve gotta get into the idea of having my users run my apps through a web browser, instead of installing the (VB or Foxpro) app on each
computer.
I would love to see a sample ASP app that would let the user enter the specs for a circular bolt hole pattern, and then display the hole corrdinates in a grid (i guess that would be a "table", not a grid)