Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

building .net applications without Visual Studio

I'm interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE?

I like to use different editors quite a bit and I'm thinking of changing over to using something that can keep me IDE free.

Thanks!

like image 914
Casey Avatar asked Nov 13 '09 17:11

Casey


2 Answers

Believe me without an IDE you just waste your time and it is a real pain !

if you feel that visual studio is expensive you can try the express editions or go for MonoDevelop or sharpdevelop

like image 192
Hannoun Yassir Avatar answered Sep 26 '22 01:09

Hannoun Yassir


You don't need to be using another IDE to use a different build mechanism.

Not using an IDE is really a waste of productivity. You could use sharpdevelop or monodevelop though if you don't want to use Visual Studio.

like image 22
Steven Evers Avatar answered Sep 23 '22 01:09

Steven Evers