Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Can you use the ASP.net stack on either Sublime Text or Atom.io ?

I understand that it can be done with visual studios. I wonder if I can use it without visual studios.

2 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Mitul,

You could use an alternate IDE such as Sublime Text but getting the same level of intellisense that Visual Studio offers would be pretty hard to accomplish, personally I would always use VS for anything on the .NET side of things as I've never seen any guides that use anything other then it.

Also VS integrates the MSBuild compilers directly which other IDE's don't which can make getting an comfortable workflow very difficult.

Paolo Scamardella
Paolo Scamardella
24,828 Points

Yeah...don't use sublime text or atom.io for .Net development. In my opinion, Visual Studio is the best IDE out there. Anytime you want to do .Net development. always use Visual Studio.