Click here to Skip to main content
15,886,258 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: Videographer question Pin
Maximilien6-Mar-20 2:37
Maximilien6-Mar-20 2:37 
GeneralRe: Videographer question Pin
ZurdoDev6-Mar-20 2:53
professionalZurdoDev6-Mar-20 2:53 
AnswerRe: Videographer question Pin
Rage6-Mar-20 0:31
professionalRage6-Mar-20 0:31 
GeneralRe: Videographer question Pin
David Crow6-Mar-20 2:01
David Crow6-Mar-20 2:01 
GeneralRe: Videographer question Pin
  Forogar  6-Mar-20 3:33
professional  Forogar  6-Mar-20 3:33 
GeneralRe: Videographer question Pin
Rage6-Mar-20 3:37
professionalRage6-Mar-20 3:37 
GeneralASP.NET MVC 5 vs ASP.NET Core MVC Pin
Kevin Marois5-Mar-20 6:30
professionalKevin Marois5-Mar-20 6:30 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC PinPopular
Richard Deeming5-Mar-20 8:27
mveRichard Deeming5-Mar-20 8:27 
To answer your questions, "it depends", and "because". Smile | :)

Microsoft are pushing .NET Core as the future, and won't be making any further changes to the .NET Framework. It's not going away any time soon, but the features and performance will never improve, and any bugs which don't impact security will never be fixed.

You can get some C# 8 features to work in a .NET Framework project by manually editing the project file; others require additional NuGet packages; and some won't work at all. I think some of the new features are terrible - particularly the tangled mess that came out of "default interface methods" - but without upgrading to .NET Core, you probably won't be able to take advantage of any further improvements to the language.

But at the same time, we regularly need to display or export SSRS reports from our applications. I have yet to find a reliable way of doing that which would work in .NET Core.

We also occasionally have to interact with a third-party ERP system which uses a WCF interface with a custom closed-source message format. I have yet to see whether it's possible to make that work in Core.

I don't think we've yet reached the point where newer libraries are dropping support for .NET Framework. Microsoft tried it with EF Core 3.0, but changed their minds for 3.1, which caused a complete mess. Having said that, it's probably only a matter of time, especially with ".NET 5" allegedly slated for release later this year.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Kevin Marois5-Mar-20 8:32
professionalKevin Marois5-Mar-20 8:32 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Michael Breeden6-Mar-20 1:20
Michael Breeden6-Mar-20 1:20 
GeneralRe: ASP.NET MVC 5 vs ASP.NET Core MVC Pin
Dan Neely6-Mar-20 3:24
Dan Neely6-Mar-20 3:24 
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 
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 

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.