Click here to Skip to main content
15,892,697 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: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
FittyFrank6-Mar-20 5:36
FittyFrank6-Mar-20 5:36 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
#realJSOP7-Mar-20 0:13
mve#realJSOP7-Mar-20 0:13 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Richard Deeming8-Mar-20 23:38
mveRichard Deeming8-Mar-20 23:38 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
#realJSOP9-Mar-20 0:38
mve#realJSOP9-Mar-20 0:38 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
DerekT-P5-Mar-20 10:01
professionalDerekT-P5-Mar-20 10:01 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Kevin Marois5-Mar-20 10:18
professionalKevin Marois5-Mar-20 10:18 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
TMags6-Mar-20 1:00
TMags6-Mar-20 1:00 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
whyaskwhy6-Mar-20 3:54
whyaskwhy6-Mar-20 3:54 
There are dozens of us! Dozens I tell you!

My issue is that webforms is super easy to get going. If you are building a site for hundreds or maybe even just dozens (super common to have a $50MM company only have 2-3 AP people, 5-15 salespeople, etc) the performance issue of postbacks isn't really a concern in 2020 with 12-core processors and 4G. And if you have 1-2 programmers, they are probably responsible for all the code. So separation while nice, isn't as beneficial as many make it out to be. Testing too. Most of us coding for 100 internal users aren't running unit tests for the webpage I just created that contains a gridview and a details view. It's basically a glorified report. Rowbound processing is easy and fast. And javascript libraries are easy to add to the pages for additional functionality and reduced postbacks.

MVC seems like overkill to give my users a report of the past due invoices.
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
darktrick5446-Mar-20 5:28
darktrick5446-Mar-20 5:28 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Sander Rossel5-Mar-20 21:43
professionalSander Rossel5-Mar-20 21:43 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Thornik6-Mar-20 0:44
Thornik6-Mar-20 0:44 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Steve Naidamast6-Mar-20 5:44
professionalSteve Naidamast6-Mar-20 5:44 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Davyd McColl6-Mar-20 2:38
Davyd McColl6-Mar-20 2:38 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Vaso Elias9-Mar-20 3:20
Vaso Elias9-Mar-20 3:20 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
MSBassSinger6-Mar-20 8:27
professionalMSBassSinger6-Mar-20 8:27 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
#realJSOP7-Mar-20 0:28
mve#realJSOP7-Mar-20 0:28 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Davyd McColl7-Mar-20 19:07
Davyd McColl7-Mar-20 19:07 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
#realJSOP9-Mar-20 1:02
mve#realJSOP9-Mar-20 1:02 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Davyd McColl9-Mar-20 2:26
Davyd McColl9-Mar-20 2:26 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
#realJSOP10-Mar-20 13:51
mve#realJSOP10-Mar-20 13:51 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
captonmike9-Mar-20 8:39
captonmike9-Mar-20 8:39 
GeneralThought of the Day Pin
OriginalGriff5-Mar-20 4:43
mveOriginalGriff5-Mar-20 4:43 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer5-Mar-20 4:54
professionalDaniel Pfeffer5-Mar-20 4:54 
GeneralRe: Thought of the Day Pin
lopatir5-Mar-20 5:06
lopatir5-Mar-20 5:06 
GeneralRe: Thought of the Day Pin
littleGreenDude5-Mar-20 5:22
littleGreenDude5-Mar-20 5:22 

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.