Showing 121 - 140 of 324 results
C# 6.0 Features Series How to try C# 6.0 and Rosyln? Getter-only (Read Only) Auto Properties in C# 6.0 Lambda...
Named range is a very useful feature in Excel especially when you work with lot of formulas but there are...
  • November 22, 2024
If you want to find the version of the PowerShell that is installed on the PC , you can use...
This article will explain how to duplicate slides within your presentation in Microsoft PowerPoint 2013. How to add Duplicate Slide...
In Microsoft Excel , there are times when you would have a cell that contains the date along with the...
  • November 21, 2024
Are you looking at a way to convert image to byte array in C#?. You can convert an Bitmap image...
Microsoft Visual Studio 2015 RC has a new feature that lets the developers to save the custom layouts and quickly switch...
There are times when you have to fill the blank cells within your worksheet in Microsoft Excel 2016 with the...
  • November 21, 2024
This blog post will explain in simple steps how you can count the duplicate values in a column in Microsoft...
  • November 21, 2024
In one of my previous blog posts , I provided an insight on the intellisense filtering feature in Visual Studio...
In Windows Phone 8.0 and earlier version , the developers could use the NavigationService.Navigate method to navigate from one page...
Since the Universal Windows Platform (UWP) apps run on all the devices powered by Window 10 , you might sometimes...
In Visual Studio 2012, if you wanted to display the templates in the New Project Dialog in ascending or descending...
“Navigate To” dialog is one of useful tools in Visual Studio that lets you to find symbols. To launch the...
If you are a developer who creates too many new projects / opens many projects to try out some things...
There are times when you want to combine 2 website Urls together say with the subdomain . For example ,...
The Windows Phone 8 SDK provides an easier way to identify the IP address of the phone from the Windows...
There are times when you might want to set the column width and row height for a range of cells...
  • November 20, 2024
When you want to use the Sort method of the List<T> (without parameters) , you should be implementing the IComparable<T>...
There are times when you get the below error when building a C# application. C# Error – Literal of type...