> Is it still faster to program in CF than .Net? Has .Net gotten more > useful tools together or do you still have to write your own codebase > for abstracting simple tasks like running a query if you want to > achieve something similar to the CFQuery tag?
It's not really a valid question: .NET isn't a language, it's a platform. You code in .NET in any of many languages (C#, JScript, VBScript, Python, even CFML). Don't think of .NET as language think of it more like J2EE (although even this is a warped view since J2EE and Java are much more tightly bound than .NET to any particular language.) Remember when you write "ColdFusion Code" (at least in version 6 and 7) you're actually creating a J2EE application. The language is your "interface" to the platform. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:235484 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
