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.
This article explains how easy to create a component using C#.
How to write a DataSet to an XML file using C#. The WriteXml method writes the current data (the schema and data) of a DataSet object to an XML file.
This article focuses on the WrapPanel in details. WrapPanel is similar to StackPanel but it has an additional feature. The WrapPanel element in XAML represents a WrapPanel.
In this article I will explain about How Do I Choose a Data Provider?
In this article I will explain about Attribute or Styles in GDI+.
How to uninstall an app in Windows 8
How to set and change your account picture in Windows 8
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.