Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ease of integration with .NET in VFP 7 and VFP 8

Status
Not open for further replies.

ontsjc

Technical User
May 17, 2000
113
Hello Experts,

I have partnered with an individual for a project who is adept at asp.net. Currently I run VFP 7. He is pussing for me to upgrade to VFP 8 because he says it will integrate more fully with asp.net.

I have very limited experience with web applications, but the basic division of labor for this project will be that I will program the back end business logic, and he will do the front end html and asp.net programming.

Is there a significant advantage to upgrading for this type of application? If I simply compile my code into a mult-threaded dll, can't he access the methods and properties just as easliy from a VFP 7 dll as a VFP 8 dll? And finally are there any significant programming advantages between VFP 7 and VFP 8?

Thanks for your input!
 
It really depends on what you need to do, but Web Services may be a better solution. And, there were changes to that in VFP8.

Craig Berntson
MCSD, Visual FoxPro MVP, Author, CrysDev: A Developer's Guide to Integrating Crystal Reports"
 
Actually it is a pretty straight forward application. It's a basic shopping cart for the wine industry. Users can buy their wine then calculate shipping costs based on zip code information. I don't think that a web service would be required.

So VFP 7 COM objects can be consummed readily by asp.net?
 
Take a look here, there may be some information you can use to make a decision:


Slighthaze = NULL
craig1442@mchsi.com
"Whom computers would destroy, they must first drive mad." - Anon​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top