Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8856283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:19:19+00:00 2026-06-14T14:19:19+00:00

I’ve recently started writing MVC 3 apps and I was wondering what approaches you

  • 0

I’ve recently started writing MVC 3 apps and I was wondering what approaches you guys took to crafting the GUI.

Obviously there is no design view so do use a WYSIWYG tool like Dreamweaver or just write the app and hand craft the CSS styling at the end?

Any thoughts/experiences appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:19:21+00:00Added an answer on June 14, 2026 at 2:19 pm

    I have always written the code myself. I am a big believer in Donald Knuth’s old saying about WYSIWYG = What you see is all you will ever get. One of the big problems I have with WYSIWYG editors is that they tend to make a bit of a mess behind the scenes, especially with styles. You get the result you are after, but in my experience handcrafting the pages and styles yourself results in a product which is far superior in maintenability and performance.

    As for the coding of the page itself, I must say that I recently made the move to Razor, and am very impressed indeed. I believe that this is the single best thing you can do to make ASP.NET page coding easier. The syntax is easy to learn and far cleaner than the old <% syntax used in ASP.NET.

    A quick thing to note note about Razor in case you haven’t used it yet is that certain bits of code like this…

    <div>
    <% if (something)
       { %>
           HelloWorld</div>
    <% }
       else
       { %>
           GoodByeWorld</div>
    <% } %> <!-- etc... -->
    

    …will not work when transformed into Razor syntax, because Razor actually parses your code. Here, Razor will complain because the div element isn’t closed.

    The solution to such problems is to create variables and in-page HTML helpers with the @helper syntax to manage logically-created blocks of code. For me this is a huge improvement to ASP.NET, both in readability and in bug reduction. I construct my complex components beforehand and then plug them in to an HTML frame. This makes the structure of the page more readable and much easier to debug.

    So, to get back to your question: For me, the best way to develop MVC apps is to write the pages by hand using Razor syntax and to do your own CSS. I find intellisense to be pretty good, especially in VS2012 for all things non-JavaScript related (including CSS), so if you don’t have a ton of raw web development experience it should help you through most of the rough patches and will teach you a lot at the same time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have an MVC Razor view @{ ViewBag.Title = Index; var c = (char)146;
I am writing an app with both english and french support. The app requests
Let's say I'm outputting a post title and in our database, it's Hello Y&#8217;all
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.