Re: .NET Core or .NET Framework

2019-06-03 Thread Nathan Schultz
Given that .Net Framework 4.8 is the last version of the .Net Framework (
https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/ ) it
makes sense to transition to .Net Core (if possible).

It's worth noting that there will NOT be a .Net Core 4 (to prevent
confusion with the .Net Framework). Rather the next .Net version will be
.Net 5 (based on Core):
https://devblogs.microsoft.com/dotnet/introducing-net-5/


On Sun, 2 Jun 2019 at 17:37, DotNet Dude  wrote:

> From Microsoft -
> https://docs.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server
>
> On Fri, May 31, 2019 at 6:59 PM Tom Rutter  wrote:
>
>> Hi folks
>>
>> In what situations would one would choose .net framework over .net core
>> for building a new desktop application? We can wait for .net core 3 if that
>> is a decider.
>>
>> Cheers
>> Tom
>>
>


Re: .NET Core or .NET Framework

2019-06-02 Thread DotNet Dude
>From Microsoft -
https://docs.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server

On Fri, May 31, 2019 at 6:59 PM Tom Rutter  wrote:

> Hi folks
>
> In what situations would one would choose .net framework over .net core
> for building a new desktop application? We can wait for .net core 3 if that
> is a decider.
>
> Cheers
> Tom
>


Re: .NET Core or .NET Framework

2019-05-31 Thread glen
When your dependant assemblies don't support .NetCore or .NetStandard.Sent from 
my Samsung Galaxy Tab S2 on the Telstra Mobile Network
 Original message From: Tom Rutter  Date: 
31/5/19  6:29 pm  (GMT+09:30) To: ozDotNet  Subject: 
.NET Core or .NET Framework Hi folksIn what situations would one would choose 
.net framework over .net core for building a new desktop application? We can 
wait for .net core 3 if that is a decider.CheersTom


.NET Core or .NET Framework

2019-05-31 Thread Tom Rutter
Hi folks

In what situations would one would choose .net framework over .net core for
building a new desktop application? We can wait for .net core 3 if that is
a decider.

Cheers
Tom