Suppose i made a new ASP.NET core MVC app targeting the "full" .net 4.6.1 framework. i then added a few .net 4.6.1 class libraries to the solution for various purposes (service layer ,business layer ,data access layer ,utility .. etc).
the question : can i grap those .net 4.6.1 class libraries and use them to make desktop winforms app with similar functionality ?
The same question with different wording : does developing for ASP.NET core vs winforms (assuming both targeting 4.6.1) differ only in the presentation layer with no differences in other layers ?