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 check if a file is read only in C#. The IsReadOnly property of the FileInfo class returns if a file is read only.
How to check if a file exists in C# and .NET. The Exists property of the FileInfo class returns true if a file exists.
How to create a transparent control in WPF. WPF control's background can be transparent by setting the Background property to null.
How to get and set size of a List using C#. The Capacity property gets and sets the number of items a c# list can hold without resizing. C# List Capacity is always greater than or equal to the Coun...
How to move a directory using C# and .NET. The Directory.Move method moves an existing directory to a new specified directory with full path.
How to Load an XML File into a DataGridView. In ADO.NET, the DataSet class implements methods and properties to work with XML documents, including reading XML, loading it into a DataSet and writing...
How to Load an XML File into a WPF DataGrid. The ReadXml method reads an XML file and loads it into a DataSet.
How to remove an Item from a C# List. The Remove method removes the first occurrence of a specific object from a List. The Remove method takes an item as its parameter. We can use the RemoveAt meth...
This tip loads all colors an ComboBox control. We can use System.Reflection to read all colors of a Color structure and load its properties.
How to get full path of a file using C# and .NET. The FullName property returns just the full path of a file including the file name.
How to get all values of a dictionary with C#. The Values property gets a collection containing the values in the C# Dictionary. It returns an object of ValueCollection type.
How to get all keys of a dictionary with C#. The Keys property gets a collection containing the keys in the Dictionary. It returns an object of KeyCollection type.
Visual Studio 2012 preview should be coming out soon. Here are some of the key features in Visual Studio 2012.
The Microsoft .NET Micro Framework combines the reliability and efficiency of managed code with the premier development tools of Microsoft Visual Studio to deliver exceptional productivity for deve...
This article shows you how to use GDI+ classes defined in the .NET Framework class library to apply transformations on text.
Learn about Alias any type in C# 12.
In this article, you will learn about Flutter Vs React Native.
How to enable Start Button in Windows 8 using a third party add-on.
How to Remove Lync 2013 from Startup in Windows 8
How to enable reading view in Microsoft Edge. Edge introduces several new features to make readers lives easier including a feature called Reading View. The Reading View allows readers to remove al...