+ 1

Why we use IDE for c# programming?

15th Jan 2017, 6:26 AM
Ravi Saxena
Ravi Saxena - avatar
2 Answers
+ 7
It is much easier to work in IDE, it highlights syntax and do a lot of thing to help you and prevent some mistakes with namings(Like you declared variable, but misspeled it's name later) Also they automatically links all libraries and packing your code. So you dont need to write a lot of hard instructions to run compiler by hands. So they are developed for faster programming and auto-little-mistakes-correction :~)
15th Jan 2017, 6:32 AM
WittyBit
WittyBit - avatar
0
IDE also offers an easy way to make custom GUIs. It would be pain in the a** to code whole gui.
19th Jan 2017, 1:29 AM
Jozef BlahĂșt
Jozef BlahĂșt - avatar