Click here to Skip to main content
15,887,350 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: .NET Core 3.1 or .NET 6? Pin
PIEBALDconsult5-Feb-22 15:20
mvePIEBALDconsult5-Feb-22 15:20 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Afzaal Ahmad Zeeshan5-Feb-22 12:13
professionalAfzaal Ahmad Zeeshan5-Feb-22 12:13 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Dan Neely7-Feb-22 3:10
Dan Neely7-Feb-22 3:10 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Super Lloyd5-Feb-22 14:55
Super Lloyd5-Feb-22 14:55 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
harold aptroot5-Feb-22 17:55
harold aptroot5-Feb-22 17:55 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
RickZeeland5-Feb-22 20:17
mveRickZeeland5-Feb-22 20:17 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Marc Clifton6-Feb-22 11:01
mvaMarc Clifton6-Feb-22 11:01 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Luca Leonardo Scorcia6-Feb-22 10:50
professionalLuca Leonardo Scorcia6-Feb-22 10:50 
I see no reason to keep using .net Core 3.1. .Net 6 is LTS, can be used with the same good old syntax and has wider compatibility with other OSes. Also, they fixed quite a few bugs in the runtime libraries - but I guess one could use the most recent NuGets with older runtime versions.

We have both .net webforms (4.8) apps and razor (6.0) apps sharing the same logic libraries, so in those we use multitargeting and reference NetStandard where possible. If only MS made EF6 compatible with .net standard 2.1 we could get rid of multitargeting altogether (EF Core is not a valid alternative for our use cases).

We are also exploring how to replace Windows-specific dependencies with portable ones, mostly because from our preliminary tests running unit tests under Linux seems to be much faster.

One thing I really cannot stand: the new main syntax (Should the console project template use top-level statements · Issue #27420 · dotnet/docs · GitHub[^]). Maybe I'm just getting old Smile | :)
Luca

The Price of Freedom is Eternal Vigilance. -- Wing Commander IV

En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur.
(But the best thing God has created, is a New Day.)
-- Sigur Ròs - Viðrar vel til loftárása

GeneralRe: .NET Core 3.1 or .NET 6? Pin
Marc Clifton6-Feb-22 11:03
mvaMarc Clifton6-Feb-22 11:03 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Member 91670576-Feb-22 21:07
Member 91670576-Feb-22 21:07 
GeneralRe: .NET Core 3.1 or .NET 6? Pin
Richard Deeming6-Feb-22 23:22
mveRichard Deeming6-Feb-22 23:22 
GeneralHow $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
abmv5-Feb-22 3:12
professionalabmv5-Feb-22 3:12 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
englebart5-Feb-22 4:26
professionalenglebart5-Feb-22 4:26 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Gerry Schmitz5-Feb-22 6:21
mveGerry Schmitz5-Feb-22 6:21 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Kornfeld Eliyahu Peter5-Feb-22 19:50
professionalKornfeld Eliyahu Peter5-Feb-22 19:50 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Sander Rossel5-Feb-22 22:43
professionalSander Rossel5-Feb-22 22:43 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Eddy Vluggen5-Feb-22 23:51
professionalEddy Vluggen5-Feb-22 23:51 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Sander Rossel6-Feb-22 20:22
professionalSander Rossel6-Feb-22 20:22 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Eddy Vluggen7-Feb-22 0:50
professionalEddy Vluggen7-Feb-22 0:50 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Sander Rossel7-Feb-22 1:08
professionalSander Rossel7-Feb-22 1:08 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Eddy Vluggen7-Feb-22 1:13
professionalEddy Vluggen7-Feb-22 1:13 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Sander Rossel7-Feb-22 1:33
professionalSander Rossel7-Feb-22 1:33 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Eddy Vluggen7-Feb-22 1:43
professionalEddy Vluggen7-Feb-22 1:43 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Sander Rossel7-Feb-22 3:57
professionalSander Rossel7-Feb-22 3:57 
GeneralRe: How $323M in crypto was stolen from a blockchain bridge called Wormhole Pin
Eddy Vluggen9-Feb-22 6:28
professionalEddy Vluggen9-Feb-22 6:28 

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.