i know some c# and want to start making web services /sites and desktop GUI apps like next year . i have this questions itching me:
if i don't care about programming cross platform , why should i care about .net core ? will the full .net gradually be phased out and replaced by the core? i.e. is there any recommendation from Microsoft regarding this ? any insight ?
I was searching for days now for the things that .net core can and can't do Vs the full .NET. i found that .net core is primarily made to make web services and web sites. but also it can make class libraries that can be consumed by winforms / WPF. but .net core has no GUI ( winforms and WPF are windows only under the hood) and there is also no printing libraries.