• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

.NET MVC - rated or slated?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Originally posted by russell View Post
    http://mysite/getuserrep/russell/ OR http://mysite/getuserrep?username=russell
    I'd prefer a url like http://example.com/user/russell/rep myself

    Comment


      #12
      Originally posted by NickFitz View Post
      I'd prefer a url like IANA — Example domains myself
      Yeah thats better, and MVC routing makes it trival to change.

      Comment


        #13
        Since i started learning MVC i've grown to hate webforms. The idea of webforms has been to abstract everything so it looks like a winforms development environment, there really is a lot of butchering. You don't have this with MVC, the request handling process is much more natural and you actually get to see exactly what the server is doing. It removes all the numerous page events leaving you not always 100% sure what's going on behind the scenes.

        As others have said. You also get a lot move control over the HTML you are producing which is very helpful if you have rich client sides using a lot of AJAX, JQuery etc.

        Granted for quick and cheerful websites it's probably going to be quicker to use Webforms. For larger projects though, i think it pays off in the long term to use MVC.

        Comment


          #14
          From my limited experience:

          If you've got a database and need a few front-end screens for it and don't really mind how they look as long as they do the job, it's a huge labour-saver.

          If you know what you want your web pages to look like and then do a top-down design, it's quite painful.

          Comment


            #15
            Paternites!

            Comment


              #16
              Originally posted by NickFitz View Post
              I'd prefer a url like IANA — Example domains myself
              Action frameworks will probably force a...

              http://example.com/user/rep/russell

              Comment

              Working...
              X