Showing 121 - 140 of 289 results
This blog post will explain in simple steps how you can count the duplicate values in a column in Microsoft...
  • Excel
  • 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...
  • Excel
  • 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...
If you are a Windows Phone or Windows Store App developer , you might want to try out the Windows...
Microsoft Excel 2016 provides you with functions that lets you to remove characters from the cell which is of type...
  • Excel
  • November 20, 2024
C# 6.0 Features Series How to try C# 6.0 and Rosyln? Getter-only (Read Only) Auto Properties in C# 6.0 Lambda...
If you want to try out some simple F# programs in Visual Studio , you can use theย  F# Interactive...
  • .NET
  • November 19, 2024
Microsoft Visual Studio 2013 has a new feature called Code Lens which shows the reference count of the methods along...
If you want to export the excel sheet to an MHTML file in Microsoft Excel 2013 which lets the users...
  • Excel
  • November 19, 2024
Visual Studio 2013 has some cool features for the JavaScript developers . Below are some of the enhancements in the...
The checked operator or block in C# can be used to invoke the overflow exception instead of silently skipping the...