i've noticed that some of the books about C# don't necessarily use VS Studio.net, they use a text editor and the .net framework compiler (i think). is it wise to learn this way, even though most C# programmers tell me it is much easier to use VS Studio?
I haven't seen a book that ONLY uses the command line compiler. I've seen some that give a small percentage of the examples with the command line compiler. But I tell you one thing, if you're using notepad to create Windows forms, and programmattically adding all of the buttons and forms and other objects....then you've got your work cut out for you.
There's no doubt that using VS makes you more productive. But the command-line compiler has it's place too - in automated builds. Which isn't that useful in smaller projects, but essential in larger projects with many programmers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.