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.
The most common ChatGPT prompts for software development
Microsoft just presented a HUGE opportunity for Office and SharePoint developers. Now they can build apps and even sell them on the office store.
I just went to monotouch.net and noticed, it is a Xamarin website. Good stuff.
In this tutorial, we will learn how to create a C# ListBox control at design-time as well as at run-time. We will also see how to create a multiple-column ListBox control with single and multiple s...
Button class in Windows Forms represents a C# Button control. This article demonstrates how to use a Button and its propertoes and methods in a Windows Forms application using C#.
How to change a Windows Store App from Dark to Light.
Good news for C# developers. Now, we can buy Mono for Android to build Android based applications in C#.
Github Copilot is an AI pair programmer that helps software developers write code faster and better quality and makes them more productive. VS Code is one of the most popular code IDEs. Here let’s ...
Solved. Error DEP0100: Please ensure that target device has developer mode enabled
In this video we have a first look at Visual Studio Code with NodeJS.
Universal Windows app developer should wait till July 29 to install Visual Studio 2015
iOS 5 Beta 3 download is available now.
One trend I have notice recently is people like me, who do not like Facebook, area already trying Google+. It may be pure curiosity but that may just be enough for Google+ to get some ground over F...
This is hello world of threading.
Abraham Lincoln, one of the best presidents in the history failed so many times but never gave up. Check out this history. You can compare Lincoln with an Ant that keeps trying and trying till the ...
Let us congratulate Praveen Kumar, editorial director of C# Corner on his MVP Award.
Post reasons why do you like Windows 7. Here is my list so far.
How to check when a file was last accessed and updated in C# and .NET.
More and more I delve in .NET 3.0/3.5 a.k.a XAML, WPF, WCF, Silverlight, and ASP.NET 3.5 to find some clear blue water, more and more muddy and dirtier I get. I wonder if Microsoft experts and dec...
C# String Format method formats and converts an object into a string. Learn how to use String.Format() method to format strings in C#.