This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

15 used & new from $5.62
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Visual Studio 6: The Complete Reference
 
See larger image
 
Are You an Author or Publisher?
Find out how to publish your own Kindle Books
 
  

Visual Studio 6: The Complete Reference (CD-ROM)

by John Paul Mueller (Author)
2.6 out of 5 stars  (5 customer reviews)


Available from these sellers.


15 used & new available from $5.62

Editorial Reviews
Card catalog description
Microsoft's Visual Studio 6 takes a revolutionary step forward in the world of enterprise application development. With this one-of-a-kind reference, you and your development team will be able to build all types of large-scale projects from world-class database management systems to full-scale corporate Web sites - whether you're working in the same building or remotely!

From the Back Cover
Build world-class windows and web applications with your enterprise team. Microsoft's Visual Studio 6 takes a revolutionary step forward in the world of enterprise application development. With this one-of-a-kind reference, you and your development team will be able to build all types of large-scale projects from world-class database management systems to full-scale corporate Web sites--whether you're working in the same building or remotely! Follow expert author John Paul Mueller's hands-on sections, scenario-based examples, and real-world programs to get help with every development step from assembling the ideal programming team to working together to create high-powered applications quickly and efficiently. The value-packed CD-ROM features hundreds of megabytes of code, including example applications from the text you can put immediately to work in your own environment. Top programming author John Paul Mueller teaches you how to: build real-world-desktop applications and custom enterprise applications; use Visual Studio's powerful Application Performance Explorer, Visual Modeler, and Visual Studio Analyzer to optimize your applications; use Visual Component Manager to publish source code to a central location for remote collaboration and code reuse; create applicaitons that display DHTML; design tools that make IIS work for you using ISAPI, scripts, and server-side applications; use ActiveX to enhance both your apps and your intranet; build a Help Desk application; and more.

Product Details
  • CD-ROM: 813 pages
  • Publisher: McGraw-Hill Companies; Pap/Cdr edition (January 4, 1999)
  • Language: English
  • ISBN-10: 0078825830
  • ISBN-13: 978-0078825835
  • Product Dimensions: 8.8 x 7.4 x 2.3 inches
  • Shipping Weight: 3.5 pounds
  • Average Customer Review: 2.6 out of 5 stars  (5 customer reviews)
  • Amazon.com Sales Rank: #1,410,024 in Books (See Bestsellers in Books)
    (Publishers and authors: Improve Your Sales)

John Paul Mueller's latest blog posts
       
 
John Paul Mueller sent the following posts to customers who purchased Visual Studio 6: The Complete Reference
 
4:09 PM PDT, August 2, 2006
Sometimes it's interesting to see what you can accomplish with a given tool. Now, I'm all for expanding legtimate uses of a tool, but if I try something out and find it cumbersome, I certainly don't keep trying to perform the task with that tool. For example, I know people who might try to use a spreadsheet as a word processor. Sure, you can do it, but I know far less painful ways of typing a letter. That's why I thought it was so interesting that I was able to devise a method for creating Firefox extensions using Visual Studio.

Visual Studio is an excellent project organization tool, even when you don't use the predefined Microsoft templates. The editor provides all of the color coding you need to create a Firefox extension and you can even reasonably expect the IDE to help you write the code (as odd as that might sound). You can read more about my Firefox extension coding experience on DevSource. What other uses of Visual Studio have you tried? Contact me at JPMAmazon@yahoo.com with your experiences.
 
Comment    

3:32 PM PDT, June 21, 2006
A lot of people write to ask me about database coverage in my books.  It's an important question because every business I know of uses multiple databases for various tasks; everything from tracking clients to maintaining a list of sales.  Databases are potentially the most important common software element for any business.  Consequently, I normally include some type of database coverage in my books.

However, the question is what kind of database coverage I provide.  It depends on the book and the audience I'm writing for, but generally I don't provide the same level of detail as a book that is dedicated to working with databases.  After all, the author writing a database management book has more pages to devote to the topic.  So, I concentrate on the essentials for the product that I'm discussing.

When writing for a particular product, I try to cover all of the databases that the product will support.  For Microsoft products, this means that my older books discusses Access and SQL Server.  My newer books include XML databases and even discuss Excel to an extent in at least one case.  I usually provide one cha