Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Visual Studio brings many of the features external to a language to C#. Match th

ID: 3801305 • Letter: V

Question

Visual Studio brings many of the features external to a language to C#. Match the descriptions to the features: Visual Studio integrates with git and Team Foundation Server. It offers Intellisense (a dropdown to show you available methods for an object). It has Nuget an easy way to include other people's compiled code in your project and it has extensive tools for working with your code in an automatic way including rename variable. Visual Studio's integration with Team Foundation Server allows developers to see their list of work and tie it into their code changes Visual Studio can compile for Mac, Linux, Windows, Windows Phone, iOS and Android Visual Studio takes advantage of all of the CPU power to do fast builds Visual Studio has tool tips that will remind you of the parameters of a method and give you the option of going to the documentation for that method. Visual Studio allows you to divide your code into projects in a solution Projects can belong to multiple solutions, allowing code-sharing. MSDN (Microsoft Developer Network) contains full specifications, books and examples on the GF language and the Net libraries. The .Net runtime contains hundreds of classes covering many of the most common needs of developers. Visual Studio Community Edition is FREE C# is generally a compiled language. With the new compiler technology built into the runtime, though, you can build and execute code dynamically at runtime A. Rapid Development B. Good Libraries C. Execution Model D. Learnability. E. Price F. Efficiency G. Reusability H. Well Documented I. Easy Maintenance J. Portability

Explanation / Answer

1) Visual the integrates with git and team foundation Server. It   offers intellisens (a dropdown to

show you available methods for an object.)has Nuget-an easy way to include other peoples compiled code in an automatic way-including rename variable.

Ans: Execution Model

2) Visual studio’s integration with Team Foundation Server allows developers to see their list of

Work and tie into their code changes

Ans : Learnability.

3) Visual studio can compile for Mac, Linux, Windows, Windows Phone, ios and android

Ans: portability

4) Visual studio takes advantage of all the cpu power to do fast builds

Ans : Easy Maintenance

5)     Visual Studio has tool tips that will remind you of the parameters of a method and give you the

Option of going to the documentation for that method.

Ans: Rapid Development

6)    Visual Studio allows you to divide your code into projects in a solution. Projects can belong to

multiple solutions, allowing code-sharing.

Ans: Reusability

7) MSDN (Microsoft Developer Network) contains full specifications, books and examples on the C# language and the .Net libraries.

Ans: Well Documented

8) The .Net runtime contains hundreds of classes covering many of the most common needs of developers.

Ans: Good Libraries

9) Visual Studio Community Edition is FREE

Ans: Price

10) C# is generally a compiled language. With the new compiler technology built into the runtime, though, you can build and execute code dynamically at runtime.

Ans: Execution model