views:

305

answers:

6

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

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

+1  A: 

I think the only non-coding related feature it could possibly have, is that you can use it as a plain old text editor.

Unknown
+1  A: 

It's generally only used for coding or changing XML files. It is also able to connect to SQL Databases

Luke Schafer
+7  A: 

You can do some things outside of coding, but it's not really the best at many of those. You can edit text files, xml files, use it to access a database and do queries, make diagrams (class diagrams) from your code, analyze code, test your applications, debug applications that have crashed. There's also some sort of community element to the start page, but I've never really gotten into that. I think I have an least 1 instance of devenv up 99% of the time, but then again, I write a lot of code. :)

JP Alioto
thanks for that
+1  A: 

I like to use mine to make waffles at breakfast time; it's the best way to start a productive day of coding.

Crashworks
+4  A: 

I think the better question is why are you trying to find usages for Visual Studio other than coding? It's like asking what else can you do with a web browser other than surf the net.

Stephane Grenier
Oh I hope that answer is really just a clever stab at the current direction of the internet.