Open links in new tab
  1. Microsoft Support

    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.

  2. 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 version(s) …

  3. Microsoft .NET Framework 4.8 offline installer for Windows

    In Windows 7 SP1 and Windows Server 2008 R2 SP1, Update for Microsoft.NET Framework 4.8 (KB4503548) is displayed as an installed product under Programs and Features in Control Panel.

  4. How to determine if .NET Core is installed - Stack Overflow

    I just wanted to point out (at least for NET.Core 2.0 and above) the only thing needed is to execute dotnet --info in a command prompt to get information about the latest version installed. If .NET Core …

  5. Redeem a gift card or code to your Microsoft account

    Learn how to redeem a gift card, code, or Office product key and spend your balance at Microsoft Store online, on Windows, or Xbox.

  6. net::ERR_CERT_AUTHORITY_INVALID in ASP.NET Core

    Sep 8, 2020 · The first solution to fix the issue was to go my ASP.NET Core address from browser Advanced - Proceed to localhost (unsafe) and after that the requests from my SPA would work.

  7. Microsoft .NET Framework 修复工具可用 - Microsoft 支持

    更多信息 修复工具选项 .NET Framework 修复工具遵循四个步骤: 尝试排查设置问题 应用修复 (需要用户同意) 尝试修复所有已安装的 .NET Framework 版本 收集日志 (需要用户同意) 该工具可能会对已 …

  8. What's the net::ERR_HTTP2_PROTOCOL_ERROR about?

    Oct 3, 2019 · In my case net::ERR_HTTP2_PROTOCOL_ERROR 200 was caused by (AWS) load balancer that terminates idle connections after 60 seconds. If no data has been sent or received by …

  9. Microsoft .NET Framework 4.8 Offline-Installer für Windows

    Wenn Sie dieses Paket installieren, sehen Sie folgende Pakete oder Updates, die je nach Betriebssystem installiert werden: Unter Windows 7 SP1 und Windows Server 2008 R2 SP1 wird das …

  10. Difference between decimal, float and double in .NET?

    Mar 6, 2009 · You cannot use decimal to interop with native code since it is a .net specific implementation, while float and double numbers can be processed by CPUs directly.