|
-
Jan 22nd, 2010, 09:40 PM
#3
Re: Possible smart ways to develop a web-project with MSSQL: Visual Studio + what els
 Originally Posted by Nightwalker83
I have not created a site using Visual Studios! However, I would think it deals with more of the server-side code and technologies rather than the client-sides ones. I reckon if you want to design a good site ou would need to use an application such as Dream Weaver because you can visually see what you are designing whereas as with Visual Studios as far as I know you only see the code until the site is published.
You really should develop a site in VS, if anything just so you know what it's like.
VS 2003+ has an awesome aspx visual editor, which lets you drag and drop buttons, labels, any aspx control onto the page either in graphic view or the aspx code (not the server code, the actual aspx html tags code). Even if you're looking at the aspx code you can still drag and drop controls right into it and it'll place that control's aspx tag and everything for you.
The visual designer even loads the master page temple when rendering a specific page that inherits a master page. IMHO it's much better than what DreamWeaver CS3 offers, I haven't used DreamWeaver CS4 yet as I only use DreamWeaver to develop PHP pages so I rarely have a need to use it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|