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 As operator in C# is used to convert from one type to another. You can use casting to cast one type to another but if you apply casting on incompatible types, you will get an exception.
The C# DateTime structure represents dates and time in C# and .NET. This tutorial explains C# DateTime class, its members, properties and how to use them to perform DateTime tasks such as format da...
Here is the code example that deletes all elements from a C# dictionary.
PictureBox control is used to display images in Windows Forms. In this article, I will discuss how to use a PictureBox control to display images in Windows Forms applications.
The PrintPreviewControl control represents the raw part of the print preview of a document that is ready go to the printer. In this article, I will discuss how to use a PrintPreviewControl control ...
Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it.
So you want to learn C# programming? You’re here to find the best book on C# programming.
2011 is here and I have noticed a tremendous upside in Software development. You are golden if you are working with cutting-edge technologies. Whether you are looking for a better paying job or bu...
One bit of advice I can give you from my experience is, take responsibility. When a task is assigned to you, you need to take full responsibility.
Learn how to How to Enable or Disable POP3 in Microsoft 365 Admin Center
Learn how to use a C# FontDialog control to select and use a font in a Windows Forms app.
Here is a code example of how to use a C# ColorDialog control to pick colors in Windows Forms and C#.
This code snippet is an example of how to convert a byte array to double. Code also shows conversion of double to a byte array using C#.
In this article, I will discuss how to create and use a TrackBar control in a Windows Forms application using Visual Studio 2010. After that, I will discuss various properties and methods available...
In this article, you will learn how to use a StackPanel in WPF using C#.
So you want to learn LINQ programming? This article talks about LINQ resources and one of the best book I have read on LINQ.
Are you ready for Visual Studio 11? Wonder what will be different in the next version of Visual Studio 1010, the best tool for developers?
ASP.NET Core 2.2 is here with several new fixes and improvements. This video lists these features and how to use them.
This code snippet explains how to print a control, user control, container, or a Window in WPF using C#.
In this article, you will learn how to print a text file in C#. The attached project lets you browse and open a text file and print it to a printer.