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: 3801727 • 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 tor 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 C# 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 basic integrating with git and team server makes it more efficient by allowing with more tools which make work easier and efficient.

2) we can see out list of files and code changes gives us easy maintainability.

3) VB can compile in all the platforms so we have portability

4) Has fast builds so Rapid development

5) better documentation method so Well Documented,

6) allows code sharing so it has reusability feature

7) MSDN has full specifications and lot of books so it has good learnability

8) with thousands of classes it has good libraries

9) because the price is free. It is free to use

10) It has good execution model because it can be used dynamically at runtime.