Click here to Skip to main content
15,908,274 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 12:02
sponsorJudah Gabriel Himango22-Oct-14 12:02 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Kornfeld Eliyahu Peter23-Oct-14 1:27
professionalKornfeld Eliyahu Peter23-Oct-14 1:27 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Jeremy Falcon22-Oct-14 11:55
professionalJeremy Falcon22-Oct-14 11:55 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton22-Oct-14 12:00
mvaMarc Clifton22-Oct-14 12:00 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Judah Gabriel Himango22-Oct-14 12:05
sponsorJudah Gabriel Himango22-Oct-14 12:05 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
bwilhite24-Oct-14 10:52
bwilhite24-Oct-14 10:52 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Leo Muller Rap22-Oct-14 20:48
Leo Muller Rap22-Oct-14 20:48 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 1:43
professionalFabio Franco23-Oct-14 1:43 
Leo Muller Rap wrote:
it is unnecessarily complicated, and will take (me) longer to develop and maintain


Uhhhmm. I think this is just your opinion. I've worked many years with web forms, before moving to MVC.

MVC is not complicated, once you grasp the basic principles it is much easier to work with. No funny business trying to figure out how to make a web control generate an HTML that works. It's much less error prone.

It provides separation of concerns by separating the view from everything else. This makes it much easier to maintain as we can clearly separate logic from user interface. Which leads to a few more advantages:
- Unit test your user interface
- You can have a team specialized in UX working in the project and they do not need to know anything else but HTML/CSS, etc to contribute, while you work in the logic at the same time.
- You can control much better the HTML output to deal with some specific scenarios.

After my intial learning curve, all development I've done in ASP.NET MVC has been much faster than WebForms. I also spend time a lot less with bugs that are hard to work around in Web Forms.

Since the user interface is not bound to the framework, it integrates much better with the myriad of tools and frameworks available on the web.

And finally, thank the Lord Almighty, we don't have to deal with update panels anymore.
To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson
----
Our heads are round so our thoughts can change direction - Francis Picabia

GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Bajaja22-Oct-14 23:02
professionalBajaja22-Oct-14 23:02 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 3:12
mvaMarc Clifton23-Oct-14 3:12 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 2:00
professionalFabio Franco23-Oct-14 2:00 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 3:20
mvaMarc Clifton23-Oct-14 3:20 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Fabio Franco23-Oct-14 5:57
professionalFabio Franco23-Oct-14 5:57 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
agolddog23-Oct-14 4:18
agolddog23-Oct-14 4:18 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
charliebear2423-Oct-14 5:31
charliebear2423-Oct-14 5:31 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Gerry Schmitz23-Oct-14 10:10
mveGerry Schmitz23-Oct-14 10:10 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 11:09
mvaMarc Clifton23-Oct-14 11:09 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Gerry Schmitz23-Oct-14 11:43
mveGerry Schmitz23-Oct-14 11:43 
GeneralRe: What technology stack would you recommend as I start my first ever ASP.NET real project? Pin
Marc Clifton23-Oct-14 12:02
mvaMarc Clifton23-Oct-14 12:02 
GeneralOneDrive empties replaced files into my Recycle bin Pin
B. Clay Shannon22-Oct-14 5:55
professionalB. Clay Shannon22-Oct-14 5:55 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Mark_Wallace22-Oct-14 8:20
Mark_Wallace22-Oct-14 8:20 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 8:56
Vark11122-Oct-14 8:56 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
B. Clay Shannon22-Oct-14 8:58
professionalB. Clay Shannon22-Oct-14 8:58 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 8:59
Vark11122-Oct-14 8:59 
GeneralRe: OneDrive empties replaced files into my Recycle bin Pin
Vark11122-Oct-14 9:05
Vark11122-Oct-14 9:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.