1 / 8

Microsoft Visual Studio 2010

Microsoft Visual Studio 2010. Teacher: Ms. Olifer. Programs – directions given by the user for the computer to follow. Programmers – people who write the programs. Applications programmers write and maintain programs that handle specific tasks (i.e. calculating company’s payroll).

aden
Télécharger la présentation

Microsoft Visual Studio 2010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microsoft Visual Studio 2010 Teacher: Ms. Olifer

  2. Programs – directions given by the user for the computer to follow. • Programmers – people who write the programs. • Applications programmers write and maintain programs that handle specific tasks (i.e. calculating company’s payroll). • System programmers write and maintain programs that help the computer carry out its basic operating functions. Review

  3. Visual Studio 2010 is a programming language and Microsoft’s newest integrated developmental environment. • An integrated developmental environment (IDE) is an environment that contains all of the tools and features you need to create, run, and test your programs. For example, IDE contains an editor for entering your program instructions, and a compiler for running and testing the program. Visual Studio 2010

  4. You can use MS Visual Studio to create Windows-based or Web-based programs, referred to as applications. • A Window-based application has a Window user interface and runs on a desktop computer. • A user interface is what you see and interact with when using an application. • Examples of Windows-based applications include: graphic programs, data-entry systems, and games. Visual Studio 2010

  5. A Web-based application has a Web user interface and runs on a server. • You can access a Web-based application using your computer’s browser. • Examples: e-commerce applications available on the Internet and employee handbook applications accessible on a company intranet. Visual Studio 2010

  6. Applications created in Visual Studio 2010 are composed of solutions, projects, and files. • A solution is a container that stores the projects and files for an entire application. • A project also is a container, but it stores files associated with only a specific piece of the solution. Visual Studio 2010

  7. Start MS Visual Studio 2010 • Point and click on New Project • Click Windows Application in the Visual Studio Templates List • Enter an appropriate name and location in the Name and Location boxes, respectively. • Enter an appropriate name in the Solution Name box. • Click the OK button. Starting Visual Studio

More Related