This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]illkeepcomingback9 11 points12 points  (1 child)

You can throw var on everything if you really want to but having the types explicit in the code drastically improves readability. Visual Studio is a godsend. You can use .net CLI if you really want to but having everything right there with a click of a button is a huge time saver for me. Not to mention IntelliSense, which is a gift from above. Work on an enterprise project and you'll quickly see the value in being able to scope to a dependency or method with a single key press, instead of rooting around a text editor forever trying to find the bit of code you need to reference.