Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.Net 2.0 Slower than Foxpro
Message
From
23/12/2005 13:29:22
 
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01080435
Message ID:
01080610
Views:
24
When it comes to data intensive manipulations, it is very difficult to be better than Visual FoxPro. I recently had a thread in .NET forum about a problem I had when doing such process. In VFP, I can do things I have to do differently in .NET. For example, my VFP framework is capable of doing multiple calls in a table within a fraction of a second. I do that for several forms on the Universal Thread which makes use of about 40 labels coming from the messages table. Don't try to do that approach in .NET. Basically, I had to do one call, end up with all records of the table in one dataset, even if I only need 40 of them, scan them and only get the ones I need. So, I end up processing unused records simply because I need the response request to be as fast as when I do it in VFP.

I have built multiple applications in .NET but they are mostly monitoring interfaces, Web Services and ASP.NET applications. The .NET Framework is really powerful but when comes time to handle the data, prepare to be ready as it is a different world.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform