This website uses cookies on its adverts and sponsored links. By clicking the "Accept" button you are consenting to their use.

Read more

Accept


Mobile Tech Tracker
≡ sections
Coding Courses

Tech Advice

Career Advice

Cybersecurity

Opinions

About

Welcome to Mobile Tech Tracker. Our mission is to help technically-minded people to become better versions of themselves and to help ordinary people to use modern smart technologies to their own advantage.

We can provide consulting or programming training services, including authoring of courses and books. For enquiries, please contact consulting@mobiletechtracker.co.uk.


.NET Core 3 will not run on .NET Framework

Until now, it was possible to run .NET Core code on .NET Framework. All you needed to do is go to your project file and change the project type from "netcoreapp" to one of the .NET Framework version identifiers, such as "net471".

If you do this, you will then have a much nicer "SDK" project structure, wouldn't have to unload your project file to make edits to it and have a much cleaner code, especially if you are working on a web-hosted ASP.NET application.

However, with the upcoming release of .NET Core 3, this will change. You will no longer be allowed to run .NET Core code on .NET Framework.

This change is being introduced to decouple .NET Core from .NET Framework. As Microsoft has announced, the company is planning to let its older programming platform die a gradual death.

Of course, .NET Framework will still be updated from time to time. But those updates will not do anything more than fixing bugs and bringing certain features of the platform, such as its security standards, up to date. .NET Core, on the other hand, will have completely new features developed for it, as it is intended to eventually become the main programming platform in Microsoft stack.

The good news is that there isn't anything planned to be added to .NET Core 3 that .NET Framework doesn't have already. And, with the current version of .NET Core, 2.1, being officially supported until the 21st of August 2021, developers can still take advantage of .NET Core features in their .NET Framework apps. However, Microsoft strongly recommends that .NET Core should be used for any new projects, unless the project specifically requires features that only .NET Framework has.



For more information, follow this link:

ASP.NET Core Ditching .NET Framework, Will Be Part of .NET Core Going Forward


Published by

Posted on 8 Nov 2018




Tech News


VS Code is more popular than Visual Studio

VS Code is more popular than Visual Studio


.NET Core is set to replace .NET Framework

.NET Core is set to replace .NET Framework


If .NET Core is good enough for Bing, it's good enough

If .NET Core is good enough for Bing, it's good enough


Why does Google want to know my location

Why does Google want to know my location


Q#, an emerging language for quantum computing

Q#, an emerging language for quantum computing


Share this:

Facebook Google LinkedIn Twitter Become a Patron!

More from Tech News


VS Code is more popular than Visual Studio [VIDEO]


.NET Core is set to replace .NET Framework [VIDEO]


If .NET Core is good enough for Bing, it's good enough [VIDEO]


Why does Google want to know my location [VIDEO]


Q#, an emerging language for quantum computing [VIDEO]


Edge browser gets improved WebAssembly support [VIDEO]


Kubernetes gets fully integrated with Visual Studio [VIDEO]


Microsoft deploys an underwater data centre [VIDEO]


Microsoft grants organisations an easy access to blockchain [VIDEO]


Saving your mobile apps from the danger of rooted devices [VIDEO]

Privacy Policy

© Mobile Tech Tracker. All rights reserved. Unauthorised copying of any of this website's content is prohibited under international law.

For any queries, comments or suggestions, please write to info@mobiletechtracker.co.uk.