14/06/2015 by Nitesh

How To Install a Nuget Package In Project

Friends, If you are a Microsoft developer, you must be aware about Nuget. In case you’re not aware, it is the package manager for the Microsoft development platform including .NET. The NuGet Gallery is the central package repository used by all package authors and consumers. In this post, I will show you how can you…

Continue Reading »

30/04/2015 by Nitesh

How To Enable Task Manager in Windows 8.1

Friends, Windows Task Manager is used to view details about processes running on your computer. Today, I came across an application that was disabling the Task Manager by itself. In this post, we will see how to enable Task Manager in Windows 8.1 machine via Registry. If the Task manager is disabled, you may get…

Continue Reading »

29/04/2015 by Nitesh

How To Disable File Preview in Visual Studio 2012

Friends, In visual Studio 2012, Microsoft released a very handy feature of auto previewing a file as soon as you select the file in Solution Explorer. However, this feature may become annoying at some scenarios. In this post, we will see few ways of disabling the same. Option 1: Go to Tools > Options >…

Continue Reading »

14/10/2014 by Nitesh

How To Add Custom ComboBox Column to DataGridView in Windows Forms

Friends, In this post we will see how can we add a custom ComboBox column to DataGridView in Windows forms. This scenario generally comes when we need to edit a row in the DataGridView and allow users to select value for a cell from a predefined set of values. This post will help you achieve…

Continue Reading »

29/09/2014 by Nitesh

How To List the Name of all Running Processes in C#

Friends, In this post, we will see how we can print the list of all running processes on a machine using C#. To list all the processes, we will use one of the namespaces provided by Microsoft known as System.Diagnostics. As per MSDN, this namespace provides classes that allow you to interact with system processes,…

Continue Reading »

1 2 3 8