If you are comfortable using Dreamweaver for design, you can still use it, but I highly recommend you check out Visual Studio Express however (it's free). Trying to learn .NET and C # with a text editor or application like Dreamweaver is feasible, but you would make the learning process unnecessarily complicated. Visual Studio gives you syntax highlighting, intellisense, debugging, and many other features that youโre just not going to use in another web design-oriented IDE. VS is really very closely related to .NET development.
I started my career as a web designer many years ago with Dreamweaver and gradually moved on to a software developer. Outgoing tools, such as Dreamweaver behind, actually gave me much more freedom in terms of the work of the designer, and I found that in fact I did not need tools for markup and CSS, except for a text editor. You may find that abandoning a design tool such as Dreamweaver actually makes you a better designer; and just as well - the "design" tools in Visual Studio are completely useless :)
If you decide to continue using Dreamweaver for markup, keep in mind that in Visual Studio everything may look different. Ignore the Visual Studio design panel completely and just check your design in different browsers (I'm sure you already did this).
Bayard randel
source share