CodeSteps

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

PowerShell – Measure-Object cmdlet

In this Article, we will discuss about Measure-Object cmdlet. The Measure-Object cmdlet Another interesting command PowerShell provides is Measure-Object; which is useful to measure the numeric properties of the object, like files count in the given directory, number of lines in the given file etc,. This command needs always an input. Hence we can not use […]

Microsoft Visio 2013 – Managing Visio Pages

Microsoft Visio provides an easy user interface to manage the Visio Pages. It allows to create, delete, rename, duplicate and order the pages. We will look into the options to manage the Visio Pages through this Article. Visio allows to navigate between the Visio pages through the tabs. To open a particular Visio page, click […]

C# – Modifiers – override and new modifiers

In our earlier Article, we have discussed about benefits and usage of virtual modifier in C#. We learnt that virtual keyword enables to override the members in the derived classes. In this Article, we will discuss about override and new modifiers. These modifiers are used during the inheritance in derived the class which will inherit […]

AngularJS – Directives

Directives are used to direct something. It is so simple, right? 🙂 Yes, it is simple also when we use them in AngularJS. But we need to follow some guidelines, creating and using them in AngularJS. What is that something directive direct? That is the behavior of the elements. We use AngularJS with HTML. HTML […]

Scroll to top