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.
Here are some of the new features that have been fixed or implemented in the graphics sub-system of .NET 4.0.
This article discusses how to format, trim and pad strings using the String class. The article also covers the StringBuilder to effectively deal with string such as string concatenation,
ASP.NET Configuration Wizard is a new feature available in Visual Studio 2005, which takes care ASP.NET Web Application configuration and deployment problems and allows developers to set Web applic...
Learn how to add an item to a list in C#
This code example shows how to convert an enum to a string in C#.
How to Convert char array to string using C#. The string class constructor takes an array of characters to create a new string from an array of characters.
The Encoding.GetBytes() method converts a string into a byte array in C#. This article includes a code example of how to convert a C# string into a byte array.
How to create a directory or folder using C# and .NET.
How to get the parent directory of a sub directory in C# and .NET.
How to get the directory name of a file in C# and .NET.
The Random.Next() method returns a random number in C#. The code examples show how to generate a random string and random number in C#.
In this How do I, you will learn how to convert a string to an enum value in C#.
In this article, you will learn what is new in .NET 6.0.
What do you think about speech enabled Visual Studio?
If you are using ASP.NET MVC 3 or prior versions, check out new MVC 4 beta. ASP.NET MVC 4 is available now and it can work side by side with ASP.NET MVC 3.
MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX.
In this article I will explain about Drawing Transparent Graphics Objects in GDI+.
If you were given a chance to tell Microsoft what would you have changed at MVP Summit 2010, what would you have changed?
C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how...
Templates play a major role in managing the layout and format of the data being displayed in ASP.NET data bound controls.