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

Scroll to top