Skip to content
#

windows-forms

Windows Forms (WinForms) is a UI framework for building Windows desktop applications. It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+.

Here are 1,498 public repositories matching this topic...

SergeySmirnov-Akvelon
SergeySmirnov-Akvelon commented Sep 6, 2021

Since the code for calling the ArgumentNullException.ThrowIfNull method is shorter than adding a condition and throwing an ArgumentNullException, and also more convenient for the code analyzer, I suggest to replace such code constructs:

if (value is null)
{
    throw new ArgumentNullException(nameof(value));
}

with a call to the `ArgumentNullException.ThrowIfNull(value, nameof(v

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.

  • Updated Oct 8, 2021
  • C#

”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)

  • Updated Jun 20, 2021
  • C#

Created by Microsoft

Latest release about 2 months ago

Repository
dotnet/winforms
Wikipedia
Wikipedia

Related Topics

windows