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.
Several guys have asked me this question, “How they can author a technical book”. Just follow these steps and you will be on your way to become an author.
Learn how to get file size in C#. Sample code included.
Here is a list of new things you must learn right now.
I was thinking what goodies Microsoft will have for MVPs next week at the Summit? I just got my answer.
Is anybody from C# Corner going to the MVP Summit 2012? I will be there from Feb 27 - March 03.
Visual Studio 2010 has three versions - Professional, Premium and Ultimate. This chart shows you the features available in each of these versions.
This is what ghost rider says when he needs your soul.
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.