CodeSteps

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

C# – Query Expressions

Query Expressions contains a set of instructions to select the data source and retrieve the data from the selected data source. Define a Query C# provides clauses to define a query. A query will start using the from clause and ended using either select clause or a group clause. Where to store the query? We […]

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 […]

Scroll to top