Is Visual Studio programming-only?

Is Visual Studio for programming and coding only or does it have other features?

In a production environment, how is Visual Studio used for other kinds of work?

0


a source to share


4 answers


You can do some things outside of coding, but that's not good for many of them. You can edit text files, xml files, use them to access the database and make queries, create diagrams (class diagrams) from your code, analyze your code, test your applications, debug applications that crashed. There's also some community element on the start page, but I never knew it. I think I have at least 1 devenv instance 99% of the time, but again, I am writing a lot of code. :)



+7


a source


I think the best question is why are you trying to find using Visual Studio other than coding? He likes to ask what else you can do with a web browser besides surfing the net.



+2


a source


I think the only non-coding feature it might have is that you can use it like a plain old text editor.

0


a source


It is usually only used to encode or modify XML files. It can also connect to SQL databases

0


a source







All Articles