SQL Anywhere Integration with Visual Studio 2005
SQL Anywhere 10 contains a number of integration features with Microsoft Visual Studio .NET (both 2003 and 2005). These features are designed to make it easier to work with a SQL Anywhere database while developing an application using Visual Studio. This whitepaper outlines the integration features that are present with Visual Studio 2005, and contains tutorials demonstrating how the integration features can be used to ease application development while working with a database.
Read more
Introduction to Java Programming, 5E
This tutorial is for students who are currently taking a Java course that uses Eclipse and for Java programmers who want to develop Java projects using Eclipse. Eclipse is an open source supported by IBM.
Read more
Eclipse And Java For Total Beginners Companion Tutorial Document
There are many ways to learn how to program in Java. The author believes that there are advantages to learning Java using the Eclipse integrated development environment (IDE). Some of these are listed below:
- Eclipse provides a number of aids that make writing Java code much quicker and easier than using a text editor. This means that you can spend more time learning Java, and less time typing and looking up documentation.
- The Eclipse debugger and scrapbook allow you to look inside the execution of the Java code. This allows you to “see” objects and to understand how Java is working behind the scenes
Read more
Visual Basic - Beginning Intro to Visual Studio 2005
In this class (and Programming Logic - Intermediate), we’ll be using Microsoft Visual Basic 2005 (which is part of the Visual Studio software). This software comes with an editor, a compiler, a debugger and a help system to help you learn the language. These components together are called the integrated development environment (IDE). Visual Basic 2005 runs in Microsoft .NET Framework 2.0. .NET framework is
Read more