CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

PowerShell – An Introduction

PowerShell is an Open Source programming & scripting language from Microsoft, mainly useful for the Administrators to automate the processes related to the Applications running on the Operating Systems. PowerShell contains commands (call them cmdlets – command-lets). Each cmdlet is for a different purpose. We can use a combination of these cmdlets to perform some […]

C# – Display list of running processes

Running Processes in Windows, we display using the C# program. I am going to explain step-by-step, developing and running the C# program to display currently running processes in Windows. I have tested this Program in Windows 7 Operating System. In Windows 64-bit Operating System, we have 32-bit & 64-bit processes. In Task Manager, you can […]

Android Studio : Create Android Project

Android Studio provides a lot of support to create Android Applications for various Android devices. In this article, I am going to explain the steps to create & build a new Project in Android Studio. Step 1. Select New Project… menu item from File -> New menu. OR Click on “Start a new Android Studio Project” […]

Scroll to top