Mahesh Chand

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.

    PrintPreviewControl In C#

    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 ...

    Sep 15, 2018

    Creating a Windows Service in C#

    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.

    Sep 15, 2018

    Best C# Book

    So you want to learn C# programming? You’re here to find the best book on C# programming.

    Sep 15, 2015

    Top 6 Software Development Trends in 2011

    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...

    Sep 15, 2011
    Blog

    Personal Career Advice: Take Responsibility

    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.

    Sep 15, 2011
    Blog

    How to Enable or Disable POP3 in Microsoft 365 Admin Center

    Learn how to How to Enable or Disable POP3 in Microsoft 365 Admin Center

    Sep 14, 2022

    FontDialog In C#

    Learn how to use a C# FontDialog control to select and use a font in a Windows Forms app.

    Sep 14, 2019

    ColorDialog In C#

    Here is a code example of how to use a C# ColorDialog control to pick colors in Windows Forms and C#.

    Sep 14, 2019

    How to Convert a Byte Array to Double in 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#.

    Sep 14, 2018

    TrackBar In 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...

    Sep 14, 2018

    Working With StackPanel In WPF Using C#

    In this article, you will learn how to use a StackPanel in WPF using C#.

    Sep 14, 2018

    Best LINQ Book

    So you want to learn LINQ programming? This article talks about LINQ resources and one of the best book I have read on LINQ.

    Sep 14, 2015

    Ready for Visual Studio 11

    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?

    Sep 14, 2011
    Blog

    Best way to generate Reports in C# and .NET Applications

    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.

    Sep 14, 2010
    Blog

    What Is New In ASP.NET Core 2.2

    ASP.NET Core 2.2 is here with several new fixes and improvements. This video lists these features and how to use them.

    Sep 13, 2018

    Printing a Control in WPF using C#

    This code snippet explains how to print a control, user control, container, or a Window in WPF using C#.

    Sep 13, 2018

    Printing Text File in 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.

    Sep 13, 2018

    Printing in WPF

    This article discusses the process of printing in WPF and how to print a FlowDocument, Control, and Window in WPF.

    Sep 13, 2018

    SplitContainer In C#

    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...

    Sep 13, 2018

    ServiceController In C#

    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...

    Sep 13, 2018
121 - 140 of 2100