wrote in news:1144270253.222115.152950
@j33g2000cwa.googlegroups.com:
> I suggested that we use ASP.NET and Visual Studios.
> The Cold Fusion developers tell me that it takes longer to develope
> applications using ASP.NET. We are losing money because we can't get
> the applications created in Cold Fusion.
I've developed in ASP, PHP, CFML, and ASP.NET.
In terms of development time, here is what I found:
ASP / CFML (fastest)
PHP
ASP.NET (slowest)
HOWEVER, the time difference is minimal once you learn the .NET framework.
Most of the development overhead comes from OO programming methodologies
rather than .NET itself.
BUT when it comes to maintainability ASP.NET is above and shoulders the
competition.
So although simple applications take longer in .NET, maintainability alone
is worth the extra development time.
I highly recommend your CFML developers to switch to ASP.NET. Most won't
regret it. Yes, it's painful to learn a whole new development framework -
but it's WELL worth the effort.