Founder C# Corner. Founder & CEO Mindcracker Inc. Investor, Advisor, Board member of several startups and non profit foundations. Try to implement emerging technologies when trying to solve the next problem.
How to write a binary file using C# and .NET. The Write overloaded method is used to write primitive data types to a stream. The Write method can write a Boolean, Byte, Char, Decimal, Double, and I...
Learn how to read a binary file in C# and .NET. The Read overloaded method writes primitive data types to a stream. The Write method can write Boolean, Byte, Char, Decimal, Double, and Integer data...
How to create and write to a binary fine using C# and .NET. The System.IO.BinaryWriter class is used to write binary data to a stream. This class also provides an option to specify the character en...
How to check when a file was created in C#. The CreationTime property returns the DateTime when a file was created.
This tip and code snippet shows how to bind a struct to a ComboBox in WPF and load its properties in the drop down.
The following code snippet shows how to bind an enumeration to a ComboBox in WPF or Windows Forms using C#.
Learn how to read a text file in C# using the File class and its methods.
This tutorial explains you step by step how to create your Windows Applications using Visual C#.
Microsoft Store is running poetry ads to lure new customers.
In this article I will explain about Drawing Other Graphics Shapes by Applying Cap and Dashed Line Styles in GDI+.
This code snippet shows how to convert double to a byte array.
In last couple of years, I have seen many medium to large scale businesses have started looking into SQL Server as an option to replace their existing Oracle databases.
This tutorial explains how to work with texture, solid, gradient, and hatch brushes.
The code snippet in this article is an example of how to generate random numbers and random strings and combine them to create a random password using C# and .NET Core.
Learn how to use XAML Progress Bar in a WPF app. The code examples in this article demonstrates how to create a Windows app with a Progress bar control.
In this article, I will show you how to cleanly remove DropBox from your machine.
How to find a key in a Dictionary with C#. The ContainsKey method checks if a key already exists in the dictionary.
In this article, we will use C# and XAML to build Windows Universal apps.
The previous 5 years have been a golden era for technology. We must embrace the innovations and the challenges we have encountered during this era. This article focuses on trends in year 2014.
JQuery Mobile 1.0 is a JQuery and HTML 5 based library that can be used to build mobile applications that target multiple platforms and devices.