Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

ASP.NET advice

  • 12-06-2014 07:05AM
    #1
    Registered Users, Registered Users 2 Posts: 6


    I'm just finishing up in college and will be doing my final project in ASP.NET. It's an application I'm doing for work that will consist mainly of a datagrid that will be used to display data from a variety of sources.

    My question is, should I do it using MVC or forms? I've only done one basic website using forms in college so I'm new to both. Which would be of more benefit to me in the future?

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 2,062 ✭✭✭Colonel Panic


    MVC always and forever and ever.


  • Registered Users, Registered Users 2 Posts: 12,027 ✭✭✭✭Giblet


    Run, don't walk, away from Webforms.


  • Administrators Posts: 55,668 Admin ✭✭✭✭✭awec


    MVC.

    Or use Web Api and create a javascript front end.


  • Registered Users, Registered Users 2 Posts: 2,815 ✭✭✭SimonTemplar


    Webforms is like the Jar Jar Binks of web development. It's truly awful.

    Go for MVC and the skills you learn will be transferable to other languages. Also, any ASP.NET enterprise site worth its salt is done in MVC not webforms.


  • Registered Users, Registered Users 2 Posts: 6 stevo794


    Great thanks for all the replies, MVC it is!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    Yeah Microsoft say that there's still a place for Webforms but I really don't see it. I'd never start a project using Forms, and would not work for a company still using it.

    Best of luck


Advertisement