Showing 121 - 140 of 285 results
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...
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...
  • 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...
  • 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...
  • 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...
When you try to print a worksheet in Microsoft Excel 2016 , you may notice that the content might overflow...
  • November 19, 2024
In one of my previous blog post , i shared information about the FSharp Interactive features for F# Developers in...
  • November 19, 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...
In this post, you’ll learn how you can search and see the top Restaurants in your area when using Google...