Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
25 used & new from $31.88

Have one to sell? Sell yours here
 
   
Visual FoxPro to Visual Basic .NET
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Visual FoxPro to Visual Basic .NET (Paperback)

by Les Pinter (Author)
4.2 out of 5 stars See all reviews (5 customer reviews)

List Price: $54.99
Price: $37.11 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.88 (33%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

Want it delivered Monday, July 20? Choose One-Day Shipping at checkout. Details
16 new from $31.88 9 used from $31.92

Frequently Bought Together

Visual FoxPro to Visual Basic .NET + Microsoft .NET for Visual FoxPro Developers + Object Orientation in Visual FoxPro
Price For All Three: $109.51

Show availability and shipping details

  • This item: Visual FoxPro to Visual Basic .NET by Les Pinter

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Microsoft .NET for Visual FoxPro Developers by Kevin McNeish

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Object Orientation in Visual FoxPro by Savannah Brentnall

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

Starting with simple examples, you¿ll see how the multi-user, local area network applications that Visual FoxPro developers are used to building are constructed in Visual Basic .NET. You¿ll learn how to use Crystal Reports to build reports like the ones you build in FoxPro. You¿ll discover how to use DataAdapters and datasets instead of DBFs. You¿ll see examples of the paradigm shift that client-server programming imposes, and why .NET solves that problem (even when you wouldn¿t need to solve it in FoxPro.) And you¿ll learn how to give your FoxPro and Visual Basic applications smart client remote data access.

You¿ll understand how to begin the construction of a database project in Visual Basic with a container form and a MainMenu instead of using _Screen and MSYSMENU. You¿ll learn how variables are declared and used; how menus are controlled; how to use events, and why you have to use events in VB when they¿re unnecessary in FoxPro. You¿ll learn how to build inheritable forms, Visual Basic¿s answer to FoxPro¿s form class templates, to reduce programming to a minimum. You¿ll learn why properties are like variables in FoxPro, but more like functions in VB. And you¿ll learn where Visual Basic adds features that you didn¿t have in FoxPro and didn¿t know that you needed. You¿ll learn where to look for all of those FoxPro commands and functions that you need. And in case you haven¿t yet used SQL Server with FoxPro, the examples will demonstrate how it¿s done first in FoxPro, then in VB .NET.

  • Shows how to build a typical application in Visual FoxPro, including DBF, SQL Server and Internet access; then demonstrates how to build the same type of application in VB .NET
  • Highlights the main differences in specific issues, including printing, events, data access, creation and use of properties
  • Contains an appendix listing the principal FoxPro commands and functions and their Visual Basic equivalents
  • Includes a table showing where to find the settings in the FoxPro¿s Tools, Options menu pages in VB .NET
  • Shows how to access data remotely from your FoxPro and VB .NET applications
  • Explains how project DLLs are created and used in other projects within a solution
  • Shows how to use middle tier business objects to simplify ongoing development
  • Source code downloadable from www.samspublishing.com


About the Author

Les Pinter is Contributing Editor of Universal Thread magazine in Montréal, and a monthly contributor to the Virtual FoxPro User Group (VFUG) user group newsletter. He is also a member of the INETA (International .NET User Group Association) Speakers¿ Bureau for Latin America. Les publishes numerous articles on FoxPro, SQL, VB .NET and ASP.NET on his website and in Les Pinter's Database Journal, a bimonthly newsletter. Les has been a speaker at conferences in the US, Mexico, Argentina, Colombia, Venezuela, Brazil, France, Spain, Russia and Canada. He gives seminars on Visual FoxPro and Visual Basic database development in English, French, Spanish, Portuguese and Russian. Although the Pinter Consulting corporate office is located in Mexico City, Les lives in San Mateo, California with his wife Ying-Ying Chang.


Product Details

  • Paperback: 528 pages
  • Publisher: Sams (May 20, 2004)
  • Language: English
  • ISBN-10: 0672326493
  • ISBN-13: 978-0672326493
  • Product Dimensions: 8.9 x 7.3 x 1.2 inches
  • Shipping Weight: 2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #766,752 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #15 in  Books > Computers & Internet > Microsoft > Applications > Visual FoxPro
    #95 in  Books > Computers & Internet > Microsoft > Databases

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(2)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

5 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 7 people found the following review helpful:
5.0 out of 5 stars For those who enjory database application development., September 22, 2004
By Parker (Houston) - See all my reviews
Two Microsoft products that are very well suited for database application development, Visual FoxPro and VB.NET are shown side by side. This book offers many insights into database development for anyone interested in a fast start up in either camp. The book is also of value just to get a better understanding of working with databases in either language. Time went into clarify the process of creating classes / objects in both languages. I found the examples very particle and useful. Les Pinter has been known for his down to earth practicle viewpoints and contributions for many years; both in the Visual Foxpro and Visual Basic world
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Great Achievement, January 2, 2006
By Carlos "Wild_tango" (Resistencia, CHACO ARGENTINA) - See all my reviews
Mr. Pinter is definitively a great person, but most important, he is a great Programmer. He doesn't like to be called as a "consultant" or "another complicated word", sometimes used in this industry. Written for a programmer, targeted to programmers, this book is certainly a huge success in terms of conceptual clarity.

In his very personal style, the book guides to every former FoxPro developer to cross the technical bridge, aiding them to arrive the .NET coast, from the data point of view - after all, Visual FoxPro is a strong datacentric development tool, and .NET is a general purpose one - he could put both worlds together in his chapters.
Mr. Pinter is a living legend, not only in the FoxPro arena, but in the IT one as well. A wise witness of the computing evolution, many years as a successful programmer gave him the insight to get the essence of every problem, to get the shortest answer to a problem, to achieve a practical result in record time. He is certainly a pragmatic programmer, and in spite he still love FoxPro, this book covers the entire array of themes and issues a programmer will face when moving from VFP to .NET. An advocate of VB.NET, he consider VB as the .NET dialect of choice when migrating from Fox, because of their similarities. You can find almost no reference to C# in this book. This makes sense for a VFP developer, he or she will feel more comfortable dealing with VB code than with C sharp.

One of the most deceiving aspects of .NET -for the novice- is ADO.NET data access, due to its disconnected nature, and tiered architecture, in general this technology prevents the normal VFP programmer to master .NET data access in an acceptable time. Mr. Pinter covers this technological gap with the exact concept in the exact moment, and this can only be achieved for a person who exhibits excellent knowledge in both technologies.

In a word, "highly recommended".
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Getting up to speed in the .NET world, December 13, 2005
By Anthony Scarpelli (Portland, ME USA) - See all my reviews
(REAL NAME)   
If you are a FoxPro programmer and are required to start programming in Visual Studio .NET, or just need to learn some of the basics of .NET, because you see this in your future, than this book is for you.

Pinter is one of those programming geniuses who understands the workings of a language and can present it in an understandable way. He makes clear those things you just stare at and can't make out.

I like walkthroughs, it's the best way for me to understand what is going on in the creation of an application, and this book is one of those that took me through both a FoxPro and a VB .NET application that can access both a FoxPro database and a SQL Server database, from the same application.

The book came out in May of 2004, but was written before that, and uses VFP 7, VFP 8, VB .NET 2002, and SQL Server 2000, but you can still go through the code in VFP 9, VB .NET 2003, and SQL Server 2005. It still works, but there are newer ways to do things that should make it easier in both VFP 9 and the newly released VB .NET 2005, but don't let this stop you, it's still a great book.

The book covers .ASP and Database access over the Internet which is the future, no matter what anybody says, and we have to learn about this in great detail, and Pinter explains it all in a manner which even my old brain can understand. However, building .ASP .NET applications in Visual Studio 2005 will make all previous .ASP .NET books obsolete in my opinion. You still need the basics, though.

I'm the type that reads manuals, and I read every sentence of the book, so I found most of the glaring errors. Some were due to differences between the downloadable code and the code in the book, others were oversites, like making a phone number field 10 characters, but I was able to get around the differences, and a bunch of other problem errors that I promptly made a list of and sent off to the publisher, hoping that a new version of the book will be forthcoming in the future using the current development environments.

The ability to access two different databases (FoxPro and SQL Server) with just a few lines of code in the same FoxPro or VB .NET program, the ability to finally figure out how to make a standard form that can be used in all my applications, and Pinter's straight shooting make this one of the better books in getting up to speed with .NET.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

3.0 out of 5 stars Great Book - Wrong Version
Les Pinter did a great job of writing this book, but with the advent of VS2005 and SQL2005, all of the examples and screen shots have changed. Read more
Published on June 12, 2007 by Lyons Enterprises

4.0 out of 5 stars Visual FoxPro to Visual Basic .NET
A must for VFP programmers migrating to .NET technologies.
Easy to understand, comprehensive.
Published on March 18, 2007 by Jose A. Salazar

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Need a Wrench with Great Impact?

Shop for impact wrenches at Amazon.com
Tough jobs require the power of a wrench that won't back down. A variety of impact wrenches are available for any number of projects at prices you'll like.

Shop for impact wrenches

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Guiding Light

Shop for LED flashlights
When you're stuck in the dark an LED flashlight is a long-lasting, energy-saving solution.

Shop for LED flashlights

 

15% Off Philips Norelco Shavers

Up to 30% Off Lansinoh
Looking your best begins with a perfect shave. This July, get an additional 15% off when you use your Amazon.com Gift Card to purchase select Philips Norelco razors sold by Amazon.com.

Shop this offer now

 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Darkfever
Darkfever by Karen Marie Moning

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates