Click here to Skip to main content
15,891,567 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
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 
The long and short of it is that it depends on your environment. We use WCF services - a lot. Our current code base is ASP.Net web forms, and is way to javascript-dependant for my personal tastes. Add to that the fact that they want to move to TDD, and...

I recently took on the task of creating a project template for new web apps, and had a choice between going with MVC5/DoNet Framework, or using DotNet Core. I was FORCED into MVC5 because of the WCF stuff. We actively avoid using Entity Framework (or any other ORM you might care to mention) because ALL of our database interaction is done with stored procs, and to be quite blunt, EF doesn't really care for that approach, not to mention its propensity for screwing up entities when something changes. Add to that the web server hosting the apps requires some significant configuration changes that, quite frankly, are probably beyond the abilities of our web admins.

I really don't know how all of this is going to work out, because we're migrating EVERYTHING to the cloud.

It's going to be a freakin mess...
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

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 
GeneralRe: Thought of the Day Pin
W Balboos, GHB5-Mar-20 5:38
W Balboos, GHB5-Mar-20 5:38 
GeneralRe: Thought of the Day Pin
Gary Wheeler5-Mar-20 5:48
Gary Wheeler5-Mar-20 5:48 
GeneralRe: Thought of the Day Pin
PIEBALDconsult5-Mar-20 9:35
mvePIEBALDconsult5-Mar-20 9:35 
GeneralRe: Thought of the Day Pin
DRHuff5-Mar-20 10:05
DRHuff5-Mar-20 10:05 
GeneralRe: Thought of the Day Pin
Mike Hankey5-Mar-20 11:45
mveMike Hankey5-Mar-20 11:45 
GeneralRe: Thought of the Day Pin
MacSpudster6-Mar-20 6:53
professionalMacSpudster6-Mar-20 6:53 
GeneralQuestion for the edgies out there Pin
lopatir5-Mar-20 3:22
lopatir5-Mar-20 3:22 
GeneralRe: Question for the edgies out there Pin
dandy725-Mar-20 4:26
dandy725-Mar-20 4:26 

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.