development tools software

Software

Development Tools

Welcome   Books   Hardware +
Computers
  Magazines   Software +
Downloads
  Tips +
How To

 

Software


 Business
   Accounting
   Database
   Document Management
     Document Tracking
     Scanning/OCR
   Investment
   Money Management
   Office Suites
   Personal Finance
   Presentation
   Project Management
   Reports/Forms
   Schedule/Contacts
     Calendars
     Organizers
     Phone Directories
   Spreadsheet
   Tax Preparation
   Training
   Word Processing

 Communication
   Email
     Email Filtering
     Email Servers
   Fax
   Instant Messaging
   Internet Phone
   Remote Access
   Terminal Emulation
   Web Browsers

 Games
   Action
     Mechanized
     Military
     Shooter
   Adventure
   Collections
   Retro
     Board
     Pinball
     Puzzle
     Trivia
   Simulation
     Flight
     Space
     Strategy
   Sports
   Strategy
     Chess
     Fantasy
     Life Simulation
     Military
     SciFi

 Graphics
   3D
   Animation
   CAD
   Clip Art
   Home Publishing
   Illustration
   Photo Editing
   Professional

 Linux
   Business
   Graphics
   Operating System
   Programming
   Web Development

 Operating Systems
   Linux/UNIX
   Macintosh
   Windows

 Programming
   ActiveX
   Barcodes
   C++
   COBOL
   Databases
   Development Tools
     Installation
     Testing
   FORTRAN
   Linux
   Java
   Microsoft
     Visual Basic
   Training/Tutorials

 Screensavers

 Utilities
   Antivirus
   Backup
   File Conversion
   Handheld
   Internet
   Partitions
   PC Maintenance
   Spam Blocking
   Spyware Removal
   Voice
   Zip/Unzip

 Web Design
   Database
   eCommerce
   Professional
   Web Effects
   Web Hosting
   Web Page Editors
   Web Templates
 

123inkjets.com - Printer Ink, Toner, & More

Search The 'Net

 
  


     
Search for      

WildComputer.com > Software > Development Tools

From Amazon.com

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

Code Complete: A Practical Handbook of Software Construction

By Steve McConnell

MICROSOFT PRESS - LB&C
Paperback (960 pages)

Code Complete: A Practical Handbook of Software Construction
List Price: $49.99*
Lowest New Price: $27.99*
Lowest Used Price: $14.97*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
Product Description:
For more than a decade, Steve McConnell, one of the premier authors and voices in the software community, has helped change the way developers write code--and produce better software. Now his classic book, CODE COMPLETE, has been fully updated and revised with best practices in the art and science of constructing software. Whether you're a new developer seeking a sound introduction to the practice of software development or a veteran exploring strategic new approaches to problem solving, you'll find a wealth of practical suggestions and methods for strengthening your skills. Topics include design, applying good techniques to construction, eliminating errors, planning, managing construction activities, and relating personal character to superior software. This new edition features fully updated information on programming techniques, including the emergence of Web-style programming, and integrated coverage of object-oriented design. You'll also find new code examples--both good and bad--in C++, Microsoft(r) Visual Basic(r), C#, and Java, though the focus is squarely on techniques and practices.

Microsoft Expression Web 3.0

Microsoft
Released: 2009-09-04
DVD-ROM (Pc)
Windows Vista/Windows XP

Microsoft Expression Web 3.0
List Price: $149.95*
Lowest New Price: $129.98*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
  • Microsoft Expression Web 3 gives you the tools you need to produce high-quality, standards-based Web sites
  • Generate elegant, modern CSS layouts with a state-of-the-art design surface
  • Easily add Silverlight, Flash, Deep Zoom or Windows Media files with drag-and-drop controls
Product Description:
Whether you're an expert or just getting started, building standards-based Web sites is faster and easier with Microsoft Expression Web 3

Microsoft Expression Web 3.0 Upgrade

Microsoft
Released: 2009-09-04
DVD-ROM (Pc)
Windows Vista/Windows XP

Microsoft Expression Web 3.0 Upgrade
List Price: $99.95*
Lowest New Price: $71.95*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
  • Microsoft Expression Web 3 gives you the tools you need to produce high-quality, standards-based Web sites
  • Generate elegant, modern CSS layouts with a state-of-the-art design surface
  • Easily add Silverlight, Flash, Deep Zoom or Windows Media files with drag-and-drop controls
Product Description:
Whether you're an expert or just getting started, building standards-based Web sites is faster and easier with Microsoft Expression Web 3

Microsoft Expression Studio 3.0

Microsoft
Released: 2009-09-04
DVD-ROM (Pc)
Windows Vista/Windows XP

Microsoft Expression Studio 3.0
List Price: $599.95*
Lowest New Price: $339.50*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
  • Microsoft Expression Studio 3 gives you the freedom to make your vision real--whether you're designing for standards-based Web sites, rich desktop experiences, or Silverlight
  • Design compelling user interfaces for the Web and desktop using Microsoft Expression
  • Create standards-based Web sites with a tool that provides precision layout control and speeds cross-browser debugging with advanced visual diagnostics
Product Description:
If you think and design visually, Expression Studio is a perfect tool to enable you to create compelling, impactful and expressive designs for the desktop and the web.

Microsoft Visual Studio .NET Professional 2003 English

Microsoft
CD-ROM (Unix)
Windows 2003 Server

Microsoft Visual Studio .NET Professional 2003 English
List Price: $1,079.00*
Lowest New Price: $329.95*
Lowest Used Price: $68.99*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
Amazon.com Review:
Visual Studio .NET Professional 2003 is Microsoft’s multi-faceted development tool, targeting both Windows and Web applications. This 2003 edition includes numerous small improvements as well as major new features like the Compact Framework, for applications that run on Pocket PC and other smart devices. It supports multiple languages, with the main ones being Visual Basic, C#, and C++. There is also a Java-like language called J#, although J# applications only work on Windows so this is not a true Java development tool. The Visual Studio .NET environment is truly integrated. It makes extensive use of docking and tabbed windows, and there are plenty of project wizards along with huge amounts of online help. Auto-completion and pop-up help eases the business of editing code.

Microsoft’s .NET tools are very different from their predecessors. Visual C++ can still compile standard Windows executables, but the other languages all target the .NET Framework, a runtime engine and class library that manages memory and enforces security. Framework applications perform well, since they are compiled to native code at runtime, but there is an overhead in terms of memory usage and the Framework runtime must be installed. In compensation, .NET brings many advantages. All the languages are fully object-oriented, the class library is rich, and XML support is deeply integrated. ASP.NET is for web applications, and represents a large advance on the old ASP. Instead of script, ASP.NET supports any of the .NET languages, running on the server and just-in-time compiled to native code. There is a visual web page designer, and carefully designed applications support a wide range of browsers. A new feature in this version of Visual Studio is Mobile Web Forms, which use adaptive rendering to support the browsers in mobile phones and PDAs.

The database technology in Visual Studio is called ADO.NET. It uses a disconnected model, which means that applications work with data locally, only contacting the server for data transfer or update. It’s a good model for laptops, smart devices, and wide area networks, but there’s a lot to learn for those skilled in older database APIs.

The Visual Studio .NET Professional 2003 edition represents the best value in the range. There’s no Visual SourceSafe or Visio diagramming, and it lacks the server licences found in the high-end Enterprise editions, but it’s otherwise a fully comprehensive package.

For those wondering whether to make the jump to .NET, this release is probably the right moment to go ahead. The technology is maturing, and the inclusion of the Compact Framework makes the package more compelling. Students and newcomers to programming will welcome the clean object-orientation in C#, and the deep XML support on offer is essential for enterprise applications or integrating with other platforms. It’s still important to note the heavy system requirements, and that .NET applications do not run on Windows 95. In most cases, the higher productivity of .NET languages soon pays for any additional resources. --Tim Anderson, Amazon.co.uk

Microsoft Expression Studio 3.0 Upgrade

Microsoft
Released: 2009-09-04
DVD-ROM (Pc)
Windows Vista/Windows XP

Microsoft Expression Studio 3.0 Upgrade
List Price: $349.95*
Lowest New Price: $312.63*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
  • Microsoft Expression Studio 3 gives you the freedom to make your vision real--whether you're designing for standards-based Web sites, rich desktop experiences, or Silverlight
  • Design compelling user interfaces for the Web and desktop using Microsoft Expression
  • Create standards-based Web sites with a tool that provides precision layout control and speeds cross-browser debugging with advanced visual diagnostics
Product Description:
If you think and design visually, Expression Studio is a perfect tool to enable you to create compelling, impactful and expressive designs for the desktop and the web.

Microsoft Visual Studio .NET Enterprise Developer

Microsoft
Released: 2002-02-13
CD-ROM (PC)
Windows XP/Windows NT

Microsoft Visual Studio .NET Enterprise Developer
List Price: $1,799.00*
Lowest New Price: $349.00*
Lowest Used Price: $38.36*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
Amazon.com Review:
Visual Studio .NET is a superb, next-generation development tool. At its heart is the .NET Framework, a runtime engine and class library that enables rapid application building for both Windows and Web applications. The runtime engine handles housekeeping, like memory management, while also providing fine-grained security and version awareness. The class library reduces the code needed to build rich applications. Visual Studio .NET also provides a slick visual environment, with features like tabbed and docking windows, dynamic online help, and automatic code completion and hints. The common runtime is language-neutral, so, for example, Visual Basic programmers can use components written in C# and vice versa.

Other languages, such as COBOL and FORTRAN, can plug into Visual Studio, and Microsoft provides a version of the Java language called J#. These two languages, along with J#, have full support for the visual design tools in Visual Studio .NET. Also included is JScript .NET, Microsoft's version of JavaScript, although this comes without a form designer. Visual C++ is more similar to earlier versions, and is the only compiler included that can build old-style Windows executables. With a compiler switch, it can also target .NET, making it particularly flexible.

The Enterprise Developer edition has source-code management with Visual SourceSafe, performance testing, and analysis tools. It also includes developer versions of many of Microsoft's server products, including SQL Server, Commerce Server, Exchange Server, and the Windows 2000 Advanced Server operating system. These are licensed for development only, but even so, it is a rich range of products. Finally, there is the ability to use enterprise templates. New in Visual Studio .NET, these are sophisticated skeleton projects that assist organizations in maintaining consistent best practices. The twist is that, while Enterprise Developer can use these templates, it cannot create them. For that you need the high-end Enterprise Architect.

Overall, Visual Studio .NET is a radical break from the past for Microsoft. C# is an entirely new language, aimed at C and C++ programmers looking for something safer and more productive. Visual Basic .NET is a new twist on the old Microsoft favorite, losing compatibility with earlier versions but gaining full object orientation as well as access to all the .NET libraries.

There are a few points against Visual Studio .NET. One is that, like earlier versions, it only creates applications that run on Windows. Web applications are a partial exception, in that they support cross-platform clients, but deployment requires a Windows Web server. Another factor is, with its multiple compilers and mountains of documentation, Visual Studio .NET eats up gigabytes of disk space, and the IDE tends to be slow with less than around 384 MB RAM. Serious developers will take this in stride, but casual users could have difficulty. Fortunately, the applications created have more modest system requirements, although Windows 95 is not supported. Finally, developers coming from earlier editions face a lot of learning, with radical changes in both Visual Basic and ASP.

Despite these minor issues and a steep learning curve, Visual Studio .NET is an extremely versatile, sophisticated, and capable development tool. --Tim Anderson, Amazon.co.uk

Microsoft Visual Studio 6.0, Professional Edition

Microsoft Software
CD-ROM (PC)
Windows XP

Microsoft Visual Studio 6.0, Professional Edition
List Price: $549.99*
Lowest New Price: $450.00*
Lowest Used Price: $212.90*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
Product Description:
Rapidly build business solutions using Microsoft Visual Studio 6.0, the complete enterprise development tool suite. Winner of the PC Magazine Technical Excellence Award, as well as the PC Computing MVP Award, Visual Studio allows you to build scalable applications for Windows® and the Web that easily integrate with existing systems. The Visual Studio 6.0 development suite sets the standard for developer productivity and comprehensive design support with integrated features across all the popular languages. Visual Studio 6.0 Professional Edition includes the complete set of development tools for building reusable applications in Microsoft Visual Basic® 6.0, Visual C++® 6.0, Visual J++® 6.0, or Visual FoxPro® 6.0. Visual InterDevTM 6.0 provides easy integration with the Internet and a full Web page authoring environment. To take advantage of the latest capabilities for developing Windows 2000 and mobile computing applications, Visual Studio 6.0 now includes the Windows 2000 Developers Readiness Kit and the freely redistributable, SQL ServerTM 7.0compatible Microsoft Data Engine (MSDE) for mobile applications.

Amazon.com Product Description:
Rapidly build business solutions using Microsoft Visual Studio 6.0, the complete enterprise development tool suite. Winner of the PC Magazine Technical Excellence Award, as well as the PC Computing MVP Award, Visual Studio allows you to build scalable applications for Windows and the Web that easily integrate with existing systems. The Visual Studio 6.0 development suite sets the standard for developer productivity and comprehensive design support with integrated features across all the popular languages. Visual Studio 6.0 Professional Edition includes the complete set of development tools for building reusable applications in Microsoft Visual Basic 6.0, Visual C++ 6.0, Visual J++ 6.0, or Visual FoxPro 6.0. Visual InterDev 6.0 provides easy integration with the Internet and a full Web-page authoring environment. To take advantage of the latest capabilities for developing Windows 2000 and mobile computing applications, Visual Studio 6.0 now includes the Windows 2000 Developer's Readiness Kit and the freely redistributable SQL Server 7.0 compatible Microsoft Data Engine (MSDE) for mobile applications.

Microsoft Visual SourceSafe 2005

Microsoft
Released: 2005-11-28
CD-ROM (Pc)
Windows XP

Microsoft Visual SourceSafe 2005
List Price: $549.00*
Lowest New Price: $418.99*
Usually ships in 24 hours*
*(As of 13:17 Pacific 10 Mar 2010 More Info)


Click Here
  • Desktop-based solution for developers working alone or in small teams
  • Easily return to a previous version of a file; Unicode and XML support
  • Provides users with remote Web access over HTTP
Product Description:
Item #: 063098. Visual SourceSafe is the ideal version control system for any development team using Microsoft Visual Studio .NET. Historically, problems within the team development environment stem from the inability to work comfortably in a setting sensitive to their projects and source code. While every project requires an adequate level of software management, the costs and overhead associated with file-based version control often outweigh the benefits. By providing project-oriented software management, Visual SourceSafe enables teams to develop with the confidence that their projects and files will be protected. It's simple enough to use right out of the box, and it's integrated with the development environment developers already work in.Integrated features of Visual SourceSafe enable developers to access the full power of team development features - all from within the familiar Visual Studio environment they already use. Many features trigger automatically, such as when a file is about to be changed, providing a safety net for team members and ensuring the protection of the project.Visual SourceSafe also provides an extensive feature set designed to save time and money through reliable source code control. It enables development teams to automatically protect and track their most valuable source code, documentation, binaries, and all other file types as they change throughout the software life cycle. For example, check in and check out file locking securely protects files from accidental overwrite by preventing more than one user from modifying the same file at once.

Product Description
Microsoft Visual SourceSafe 2005 - complete package
Category: Development tools
Subcategory: Development tools - utilities / components & libraries
License Type: Complete package
License Qty: 1 user
License Pricing: Standard
Language(s): English
Platform: Windows
Distribution Media: CD-ROM
Package Type: Retail
OS Required: Microsoft

Microsoft SQL Server 2005 Standard Edition

Microsoft Windows Server System
CD-ROM (PC)
Windows XP

Microsoft SQL Server 2005 Standard Edition
 

 
 

   
The Best Selling PC Migration Utility.

 
 

   
Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures

Privacy     Terms Of Use     Advertising/Endorsements Disclosures

Copyright © 2004-2009, Answers 2000 Limited
 
 
 
In Association With Amazon.com

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

All trademarks are property of their respective owners.
All third party content and adverts are copyright of their respective owners.

Some graphics on our web sites are Copyright (C) 1997-2000 Hemera Technologies Inc., and used under license. All such pictures are provided for viewing purposes only and are not to be saved or downloaded. All such pictures of recognizable individuals are models and used for illustrative purposes only, and not meant to imply any association or endorsement of said individual with any product or service.