About 462,000 results
Open links in new tab
  1. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · How do I find out which version of .NET is installed? I'm looking for something as simple as java -version that I can type at the command prompt and that tells me the current …

  2. How do I detect what .NET Framework versions and service packs …

    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 …

  3. Differences between .NET vs .NET Core vs .NET Standard vs .NET ...

    Jul 23, 2023 · .NET is a cross language set of compilers and tools that are supported by an underlying set of runtime libraries. C# is the major .NET language, but VB.NET and F# are …

  4. Is there an easy way to check the .NET Framework version?

    The long version string as well as SP subkey for each SOFTWARE\Microsoft\NET Framework Setup\NDP\<.net version> should provide this, which you can grab with the GetValue method.

  5. Is there a command line command for verifying what version of …

    Name Microsoft .NET Framework 3.5 SP1 Other than these I think the only way to be 100% sure is to actually run a simple console app compiled targeting your framework version. Personally, …

  6. PowerShell script to return versions of .NET Framework on a …

    Nov 20, 2014 · 417 If you're going to use the registry you have to recurse in order to get the full version for the 4.x Framework. The earlier answers both return the root number on my system …

  7. asp.net - CLR 4.0.30319 vulnerabilities - Stack Overflow

    Dec 22, 2022 · Like you already knew, all 4.x .NET Framework versions use the same CLR version number 4.0.30319. That's why in the reports you see those results are clearly marked …

  8. Determine .NET Framework version for dll - Stack Overflow

    I am not sure which version of the .NET framework it was compiled against. I am wondering how I can determine which version of the .NET framework this dll was compiled against? I cannot …

  9. Does C# 8 support the .NET Framework? - Stack Overflow

    263 In Visual Studio 2019 Advanced Build settings, C# 8 does not appear to be available for a .NET Framework project, only (as in the picture below) for a .NET Core 3.0 project: Does C# 8 …

  10. Dynamics 365 Solution which .NET version is used?

    Jul 20, 2023 · The result of my research was, that the version is the version of the used .NET framework. So now my question is: When I import my solution to a d365 environment, which …