Copy text into the Windows Clipboard with .NET

Copy text into the Windows Clipboard with .NET

To copy text to the clipboard with .NET Framework, usually you have used .NET wrapper of Windows Forms:

1System.Windows.Forms.Clipboard.SetText

However, in the new .NET world, where we want to support many operating systems, this wrapper is rather a hindrance. Thank goodness someone took the trouble and created a very nice, stable library: .NET CopyText on GitHub

Read Blog Post
.NET Updates August 2021

.NET Updates August 2021

Heute hat Microsoft die .NET Updates von August 2021 auf ihrem Blogpost veröffentlicht.

  • Fix CVE-2021-34485: .NET Core Information Disclosure Vulnerability
  • Fix CVE-2021-26423: .NET Core Denial of Service Vulnerability
  • Fix CVE-2021-34532: ASP.NET Core Information Disclosure Vulnerability

Hinweis: in diesen Blog Post hat Microsoft auch erneut .NET Core 2.1 End of life erwähnt!

Read Blog Post