CHAPTER 2 52 BUILDING C# APPLICATIONS Learning (Free php web host)

CHAPTER 2 52 BUILDING C# APPLICATIONS Learning the Lay of the Land:Visual Studio 2005 Visual Studio 2005 ships with the expected GUI designers, database manipulation tools, object and project browsing utilities, and an integrated help system. Unlike the IDEs we have already examined, Visual Studio 2005 provides numerous additions. Here is a partial list: Visual XML editors/designers Support for mobile device development (such as Smartphones and Pocket PC devices) Support for Microsoft Office development The ability to track changes for a given source document and view revisions Integrated support for code refactoring An XML-based code expansion library Visual class design tools and object test utilities A code definition window (which replaces the functionality of the Windows Forms Class Viewer, wincv.exe, which shipped with .NET 1.1 and earlier) To be completely honest, Visual Studio 2005 provides so many features that it would take an entire book (a large book at that) to fully describe every aspect of the IDE. This is not that book. However, I do want to point out some of the major enhancements in the pages that follow. As you progress through the text, you ll learn more about the Visual Studio 2005 IDE where appropriate. The Solution Explorer Utility If you are following along, create a new C# console application (named Vs2005Example) using the File .New .Project menu item. The Solution Explorer utility (accessible from the View menu) allows you to view the set of all content files and referenced assemblies that comprise the current project (see Figure 2-17). Notice that the References folder of Solution Explorer displays a list of each assembly you have currently referenced (console projects reference System.dll, System.Data.dll, and System.Xml.dll by default). When you need to reference additional assemblies, right-click the References folder and select Add Reference. At this point, you can select your assembly from the resulting dialog box. Figure 2-17. Solution Explorer
Note: In case you are looking for affordable and reliable webhost to host and run your j2ee application check Vision J2ee Web Hosting services.

Leave a Reply