News

The following procedures describe the basic steps that you must complete to create and run a Windows Forms application from the command line. There is extensive support for these procedures in Visual ...
This will create a new .NET Core console application project in Visual Studio 2019. We’ll use this project to work with the Windows event log in the subsequent sections of this article. Install ...
In this section we will explore how we can create, read or delete subkeys from the Windows Registry using C#. To create a new sub key you can take advantage of the CreateSubKey method as shown below.
Applying permissions on folders/directories in Windows is one of the things developers want to control with their applications. Today we are going to look at how can we create such an application in C ...