Click here to Skip to main content
15,891,777 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: WSO CCC OTD 2019-10-28 Pin
Abbas A. Ali27-Oct-19 22:51
professionalAbbas A. Ali27-Oct-19 22:51 
GeneralRe: WSO CCC OTD 2019-10-28 - we have a winner! Pin
OriginalGriff27-Oct-19 22:54
mveOriginalGriff27-Oct-19 22:54 
GeneralRe: WSO CCC OTD 2019-10-28 - we have a winner! Pin
Abbas A. Ali27-Oct-19 23:59
professionalAbbas A. Ali27-Oct-19 23:59 
GeneralCore, Standard ... what a mess Pin
BillWoodruff27-Oct-19 11:20
professionalBillWoodruff27-Oct-19 11:20 
GeneralRe: Core, Standard ... what a mess Pin
Ravi Bhavnani27-Oct-19 11:42
professionalRavi Bhavnani27-Oct-19 11:42 
AnswerRe: Core, Standard ... what a mess PinPopular
Super Lloyd27-Oct-19 13:48
Super Lloyd27-Oct-19 13:48 
GeneralRe: Core, Standard ... what a mess Pin
BillWoodruff27-Oct-19 21:01
professionalBillWoodruff27-Oct-19 21:01 
GeneralRe: Core, Standard ... what a mess Pin
Super Lloyd28-Oct-19 1:49
Super Lloyd28-Oct-19 1:49 
Thanks Bill!

I remembered being very confused by all the Microsoft document about all those runtimes thingy... Dunno why they do such a bad job of explaining it....
But ultimately once you play with it in Visual Studio it's not that hard...

To your question I am not sure how one would do it (using a .NET Core library in the .NET Framework app or vice versa) it seems hackish...

But why don't you do like Scott suggest? which is a very successful code sharing pattern in the latest .NET age!
I.e. make ALL your utility libraries .NET Standard libraries.
.NET Framework 4.7.2 and .NET Core 3 both support / implement .NET Standard 2.0. And .NET Standard 2.0 cover pretty much every multiplatform needs!

The only pain point I can think of is how about some WinForm code that would work on BOTH .NET Framework and .NET Core.
Dunno about that one, haven't done much home research lately...
Might have a go this weekend... "might" no promises.. Wink | ;)
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralRe: Core, Standard ... what a mess Pin
Mike Marynowski28-Oct-19 5:16
professionalMike Marynowski28-Oct-19 5:16 
GeneralRe: Core, Standard ... what a mess Pin
Super Lloyd28-Oct-19 12:30
Super Lloyd28-Oct-19 12:30 
GeneralRe: Core, Standard ... what a mess Pin
Super Lloyd27-Oct-19 16:43
Super Lloyd27-Oct-19 16:43 
GeneralRe: Core, Standard ... what a mess Pin
Mike Marynowski28-Oct-19 5:16
professionalMike Marynowski28-Oct-19 5:16 
GeneralRe: Core, Standard ... what a mess Pin
BillWoodruff27-Oct-19 21:01
professionalBillWoodruff27-Oct-19 21:01 
GeneralRe: Core, Standard ... what a mess Pin
peterkmx28-Oct-19 4:26
professionalpeterkmx28-Oct-19 4:26 
GeneralRe: Core, Standard ... what a mess Pin
Sander Rossel27-Oct-19 21:48
professionalSander Rossel27-Oct-19 21:48 
GeneralRe: Core, Standard ... what a mess Pin
Reelix28-Oct-19 2:02
Reelix28-Oct-19 2:02 
GeneralRe: Core, Standard ... what a mess Pin
adambl28-Oct-19 3:00
professionaladambl28-Oct-19 3:00 
GeneralRe: Core, Standard ... what a mess Pin
Reelix28-Oct-19 3:56
Reelix28-Oct-19 3:56 
GeneralRe: Core, Standard ... what a mess Pin
Sander Rossel28-Oct-19 21:45
professionalSander Rossel28-Oct-19 21:45 
GeneralRe: Core, Standard ... what a mess Pin
Davyd McColl28-Oct-19 2:57
Davyd McColl28-Oct-19 2:57 
GeneralRe: Core, Standard ... what a mess Pin
Jacquers28-Oct-19 3:01
Jacquers28-Oct-19 3:01 
GeneralRe: Core, Standard ... what a mess Pin
Marc Clifton28-Oct-19 3:01
mvaMarc Clifton28-Oct-19 3:01 
GeneralRe: Core, Standard ... what a mess Pin
Nelek28-Oct-19 3:22
protectorNelek28-Oct-19 3:22 
GeneralRe: Core, Standard ... what a mess Pin
Marc Clifton28-Oct-19 4:29
mvaMarc Clifton28-Oct-19 4:29 
GeneralRe: Core, Standard ... what a mess Pin
#realJSOP28-Oct-19 3:11
mve#realJSOP28-Oct-19 3:11 

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.