CodeSteps

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

AngularJS – Introduction

AngularJS is a JavaScript framework used to develop JavaScript based web-applications. Using AngularJS we can quickly develop and manage Single Page or Large Scale web-applications. It allows dynamic views in web applications. It is fully extensible and also flexible to work with other libraries. Architecture it supports AngularJS supports MVW Architecture; which is Model-View-Whatever Architecture. […]

Project Management – Knowledge Areas

We have discussed “Project Management Process Groups” in our Previous Article. Like Process Groups, all the processes are categorized into 10 Knowledge Areas. A Knowledge Area is defined by its knowledge requirements and described as its processes, practices, inputs, outputs, tools, and techniques. As Processes are logically linked, Knowledge Areas are also interrelated. How the […]

WCF – Introduction

WCF – Windows Communication Foundation is a framework used to develop distributed Applications. There are different approaches we use to develop Distributed Applications. We use, .Net Remoting, Message Queing (MSMQ), COM+/Enterprise Services and Web Services for building service-oriented Applications. What do you mean by Service-Oriented Applications? Service-Oriented Applications means, the Applications behaves like Services to […]

PowerShell – Manage Scheduled Tasks

We have created a scheduled Task in our previous Article “PowerShell – Create Scheduled Task“. PowerShell provides a set of other cmdlets, to manage the Scheduled Tasks. Note that, to work with these cmdlets, the ScheduledTasks module must be available on your System. Start a Scheduled Task PowerShell provides Start-ScheduledTask cmdlet to start a registered […]

Scroll to top