Robert J.
Robert J.

Reputation: 2701

Building websites under Visual Studio

I am about to learn how to build good, well-designed & responsive websites using HTML, JavaScript & PHP. I know that Adobe offers nice tool for developing websites (DreamWeaver if I am not mistaken), but that tool requires monthly subsription.

I am already an owner of Visual Studio Professional 2015, which also allows to create e.g. ASP.NET websites (where under main folder it actually generates html + css code for you).

I would like to know, if it is possible / good practice, to develop already mentioned websites (not ASP.NET) with Visual Studio? I hope that this is a good place where to ask this kind of questions.

Upvotes: 0

Views: 57

Answers (1)

Dave Voyles
Dave Voyles

Reputation: 4605

Absolutely. There's a large community of developers creating extensions around it as well.

Here is an overview of some of the web tools offered in VS 2015, as well as a video on Channel 9 from Mads Kristensen on modern web tooling, and much of it is in VS 2015.

Upvotes: 1

Related Questions