Skip to content

Does .NET 6 support windows 98 #79642

Answered by tannergooding
Xyncgas asked this question in Q&A
Discussion options

You must be logged in to vote

Since .NET is aiming to become cross platform

.NET has been cross platform for many years now.

without relying on the OS

It is impossible to not rely on the OS. Cross platform applications rely on another runtime (such as the C or C++ runtime) and often a broader abstraction layer (.NET has the "PAL" or Platform Abstraction Layer) that helps to mask the differences between platforms and make it easier to write code that "runs anywhere".

In such a setup, new platforms are brought online by updating the abstraction layer to execute the necessary code for that target.

does the latest version run on windows 98 which pretty much looks like windows 11

While .NET is cross platform, that do…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ghuntley
Comment options

@nadjibus
Comment options

@john-holden-1
Comment options

Answer selected by jcouv
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants