News

This application is a text editor written in C# and Windows Forms as part of my college class final project in Fall 2016. Other projects for the final project included: Uses a KnownColor object for ...
Windows Central noted that the Cortana app was depreciated to end-of-life status in August and no longer works on Windows. It would likely be scrubbed from the system in a future update anyway.
Microsoft’s new C# Dev Kit extension for Visual Studio Code turns the programmer’s editor into a complete development environment for .NET.
C# and F# are languages, each with growing user bases, that approach functional programming in fundamentally different ways. C# relies on object-oriented, imperative principles, and F# relies on ...
A C# WPF (.NET Core) application that pulls current data from the NHL Open API and visualizes it. I started this project just because I was curious to see if the NHL Open API was too good to be true.
In the Azure Portal, select “Create a resource” Next, click on Storage -> “Storage account – blob, file, table, queue” as shown in Figure 2 below ...
Working with Windows form application using C# while developing desktop application, many times we need to show the folder structure in TreeView control, and to do that we have the following code : ...