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.
Let's find out the most in-demand programming language.
In this article I will explain about a simple ADO.NET program with VS using windows forms.
In one of my recent projects, we had to decide whether we should write our application as a Windows Forms application or an ASP.NET Web application. Here are some of the points that can help decidi...
AWS and Azure offer similar core cloud services, but AWS generally provides a broader range of options while Azure excels in Microsoft ecosystem integration.
Learn how to change font size in Windows 11 or increase font size of Windows Explorer in Windows 11.
The Drawing object in WPF represents a 2-D drawing that include shapes, text, video, image and other drawings. A Drawing Brush represented by the DrawingBrush object paints a surface with a drawing.
We will be announcing C# Corner/Mindcracker MVPs this week for last quarter this week. Stay tuned!
We are going to review new ideas from the list.
Converting an array to a list in C# involves transforming the data structure from an array, which has a fixed size, into a list, which can dynamically adjust its size. This process is essential whe...
Code examples of compare strings in C# using String.Equals, String.Compare, String.CompareTo() method, and StringComparer.
Code sample on C# get file extension. FileInfo.Extension property returns the file extension in C#.
StreamWriter class in C# writes characters to a stream in a specified encoding. StreamWriter.Write method is responsible for writing text to a stream.
This article, an introduction to the WPF DataGrid, is the first article of a series.
iPhone 4S got a better than expected start. Apple announce that it has over 1 million pre-oderes of iPhone 4S in first 24 hours.
Do you love your Apple products? How about gold and diamond loaded laptop, iPad and iPhone?
C# Optional parameters allows us to define methods with optional arguments that are not required to pass by the caller. Learn how to pass optional parameters in C#.
How to compute SHA256 Hash in C#. Hashing (also known as hash functions) in cryptography is a process of mapping a binary string of an arbitrary length to a small binary string of a fixed length, k...
Design patterns are commonly used design practices in software engineering. This article explains when to use design patterns and which design patterns.
Office 365 now has My Office page.
In this article, you learn how to use the Index type in C#. The Index type is used to index collections and arrays. It provides a way to specify indices relative to the end of a collection, making ...