Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Definitely alive until 2010?
Message
From
16/09/2004 11:28:55
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00942119
Message ID:
00942946
Views:
23
Gerard,

>I dont fully understand.... Does usng Dot Net reduce speed of application full stop, or does it depend on other considerations , like which backend database is used ?

I'm sorry, but you cannot get an accurate answer to your questions about VFP performance vs. .NET performance in general and apply them accurately to your development scenarios. While Jordan has given you some numbers from his comparative experience on a specific project, that may not apply to your situation.

Probably the more complicated the processing and manipulation of data, the more likely that VFP might out-perform a solution that reads from SQL Server tables and then has to step through the table collection and related collections in a .NET DataSet to do the same calculations, analysis or data manipulation.

However, the fallacy of comparing those two scenarios is that in the .NET solution, you might end up putting more of the complicated data manipulation logic into Stored Procedures to eliminate the code-based manipulation back in the client app. Or, as I mentioned earlier, you could call a VFP COM object that does lots of the data manipulation and returns a DataSet representation in XML for the .NET client code to use.

There is no way to accurately compare .NET speed vs. VFP speed without looking at the specific patterns of logic used in your application.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform