About 539,000 results
Open links in new tab
  1. Differences between .NET vs .NET Core vs .NET Standard vs .NET ...

    Jul 23, 2023 · .NET Standard is an in-between library that allows code to be shared between .NET Framework and .NET Core. In theory, if you compile code to .NET Standard, it should be compatible …

  2. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · The MS link "How to: Determine Which .NET Framework Versions Are Installed" suggests installation of a command line tool which is complete overkill. The accepted answer does …

  3. Is there a command line command for verifying what version of .NET is ...

    This method doesn't show all .NET Framework versions from GAC. Only 4.0 in my case: Microsoft .NET Framework 4 Multi-Targeting Pack 4.0.30319, Microsoft .NET Framework 4 Extended 4.0.30320, …

  4. Which registry to use to detect .NET versions - Stack Overflow

    An important addition to the answer of admdrew MSDN How to: Determine Which .NET Framework Versions Are Installed Be aware that the MSDN link above mixes up two paths in the description and …

  5. How to find the .NET framework version of a Visual Studio project?

    Jul 12, 2010 · 54 The simplest way to find the framework version of the current .NET project is: Right-click on the project and go to "Properties." In the first tab, "Application," you can see the target …

  6. .NET Framework 4.8.1 on Azure App Service? - Stack Overflow

    Mar 2, 2024 · I have an ASP.NET MVC web app in Azure App Service that I am trying to upgrade from .NET Framework 4.8 to 4.8.1. It seems 4.8.1 isn't supported on Azure App Service. Is there any way …

  7. How do I detect what .NET Framework versions and service packs are ...

    Oct 14, 2008 · A similar question was asked here, but it was specific to .NET 3.5. Specifically, I'm looking for the following: What is the correct way to determine which .NET Framework versions and …

  8. PowerShell script to return versions of .NET Framework on a machine ...

    Nov 20, 2014 · What would a PowerShell script be to return versions of the .NET Framework on a machine? My first guess is something involving WMI. Is there something better? It should be a one …

  9. Multiple versions of .NET on the same server - Stack Overflow

    Mar 8, 2018 · So I've always known it's okay to run multiple versions of the .NET framework on a single computer (client or server alike). This question, though a bit old, talks about this. A while back, howev...

  10. What's the foolproof way to tell which version (s) of .NET are ...

    Possible duplicate of How to detect what .NET Framework versions and service packs are installed? - the canonical question (even though it is 17 days younger).