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.
Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of ...
Learn how Encountering a 'OneDrive Isn’t Signed In' popup can disrupt workflow. Troubleshoot by ensuring proper sign-in to your Microsoft account, verifying internet connectivity, checking ...
Learn how to Convert SQL Server Data to JSON using JSON PATH clause.
Learn how to work with directories or folders in C# using the C# Directory class .
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.