发展速度 [英] Speed of Development

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

问题描述

大家好,


我有一位同事,我使用ASP开发。我开发使用

ASP.net。


他似乎让网站比我快得多,我想知道它是否因为

两种不同的技术。我使用代码隐藏作为标准


是否有其他人发现使用ASP.net进行开发需要比asp更多的工作。


我正在尝试避免得出我只是狗屎的结论。请帮忙!


Simon

Hi All,

I have a colleague that I wprk with that develops using ASP. I develop using
ASP.net.

He seems to make sites much faster than me and I am wondering if its because
of the two different technologies. I use codebehinds as standard

Does anyone else find that developing with ASP.net takes more work than asp.

I''m trying to avoid the conclusion that I''m just shit. Please help!

Simon

推荐答案

"这取决于

ASP可以很容易地被快速地抛在一起,但是

经常是非常错误的做(连接打开,对象没有被破坏等)。

它还具有不必编译的能力,这是好的和坏的。

ASP.NET,一旦熟悉了这些工具,就非常快。当你开始重复使用课程(等等)时,你会发现你获得了很快的速度

并将它传递给他。


-

Curt Christianson

所有者/首席开发人员,DF-Software
www.Darkfalz.com

" Simon Harvey" < SI ********** @ the-web-works.co.uk>写在消息

新闻:eL ************** @ TK2MSFTNGP11.phx.gbl ...
"It depends"
ASP has the ease of being able to be tossed together fairly quickly, but
often it''s very wrongly done (connections open, objects not destroyed, etc).
It also has the abiltity to not have to be compiled, this is good and bad.
ASP.NET, once you are familiar with the tools, is really just as quick. Down
the line as you start to reuse classes (etc) you will find you gain speed
too and pass him by.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Simon Harvey" <si**********@the-web-works.co.uk> wrote in message
news:eL**************@TK2MSFTNGP11.phx.gbl...
大家好,

我有一个同事,我使用ASP开发。我使用ASP.net开发


他似乎让网站比我快得多,我想知道它的
是因为两种不同的技术。我使用代码隐藏作为标准

是否有其他人发现使用ASP.net进行开发比使用
asp需要更多的工作。
我正在努力避免我得出的结论我只是屎。请帮忙!

Simon
Hi All,

I have a colleague that I wprk with that develops using ASP. I develop using ASP.net.

He seems to make sites much faster than me and I am wondering if its because of the two different technologies. I use codebehinds as standard

Does anyone else find that developing with ASP.net takes more work than asp.
I''m trying to avoid the conclusion that I''m just shit. Please help!

Simon



在ASP中。

连接不需要要关闭,

对象不需要被销毁。


ASP.NET为你提供了许多你想要利用它们的能力。

因此项目需要花费更多时间。因为它有更多功能。


我还打赌他的ASP表格没有任何验证。


George。


" Curt_C [MVP]" < software_AT_darkfalz.com>在消息中写道

news:OC ************** @ TK2MSFTNGP10.phx.gbl ...
In ASP.
Connection does not need to be closed,
Object does not need to be destroyed.

The ASP.NET gives you so many abilities that you want to utilize them all.
So it takes project to take more time. Since it has more features.

Also i bet that his ASP forms do not have any validations.

George.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
"它取决于
ASP可以很容易地被快速地拼凑在一起,但通常它做得非常错误(连接打开,对象没有被破坏,
等)。它还具有不必编译的能力,这是好的和坏的。
ASP.NET,一旦熟悉了这些工具,就会非常快。
当您开始重复使用课程(等)时,您会发现自己也获得了速度,并将其传递给他。

-
Curt Christianson
所有者/首席开发人员,DF-Software
www.Darkfalz.com

" Simon Harvey" < SI ********** @ the-web-works.co.uk>在消息中写道
新闻:eL ************** @ TK2MSFTNGP11.phx.gbl ...
"It depends"
ASP has the ease of being able to be tossed together fairly quickly, but
often it''s very wrongly done (connections open, objects not destroyed, etc). It also has the abiltity to not have to be compiled, this is good and bad.
ASP.NET, once you are familiar with the tools, is really just as quick. Down the line as you start to reuse classes (etc) you will find you gain speed
too and pass him by.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Simon Harvey" <si**********@the-web-works.co.uk> wrote in message
news:eL**************@TK2MSFTNGP11.phx.gbl...
大家好,
Hi All,

I have a colleague that I wprk with that develops using ASP. I develop


使用

ASP.net。

他似乎让网站比我快得多,我想知道它是否
ASP.net.

He seems to make sites much faster than me and I am wondering if its


因为

这两种不同的技术。我使用代码隐藏作为标准

是否有人发现使用ASP.net进行开发比
of the two different technologies. I use codebehinds as standard

Does anyone else find that developing with ASP.net takes more work than


asp需要更多的工作。


asp.


我我试图避免得出我只是狗屎的结论。请帮忙!

Simon

I''m trying to avoid the conclusion that I''m just shit. Please help!

Simon




>在ASP。
连接不需要关闭,
对象不需要被销毁。

真的不是真的....他们最终会去离开,但与此同时他们可以,并且将会吃掉主要资源。明确

关闭/杀死它们总是更好。

我还打赌他的ASP表格没有任何验证。
Connection does not need to be closed,
Object does not need to be destroyed.
not true really.... they will eventually go away, but in the meantime they
can, and will, eat major resources. It''s always better to explicitly
close/kill them.
Also i bet that his ASP forms do not have any validations.



一些ASP.NET客户端虽然是客户端,但可以在

ASP中复制。

-

Curt Christianson

所有者/首席开发人员,DF-Software
www.Darkfalz。 com


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

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