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 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?
I have seen many developers and managers are confused about reports and they have no idea how powerful Visual Studio (2005 or later versions) is when it comes to generate reports.
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.
This article discusses the process of printing in WPF and how to print a FlowDocument, Control, and Window in WPF.
The SplitContainer control provides the functionality of a splitter to divide and resize two controls. In this article, we will discuss how to create and use a SplitContainer control in a Windows F...
A ServiceController component allows us to access and manage Windows Services running on a machine. In this article, I will discuss how to a ServiceController class to load all services and get inf...