Showing 181 - 200 of 417 results
Within a for loop or a while loop in C# , you can use break or continue keyword . What...
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...
This article will explain how to easily configure a static IP address and test it in Windows 7. Well Let’s...
If you have a decimal number in JavaScript and want to convert it to its equivalent octal , hexadecimal and...
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...
There are times when you want to combine 2 website Urls together say with the subdomain . For example ,...
Outsystems provides plenty of built-in date functions and one such function is the DateTimeToDate function used to convert DateTime to...
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
Below is a sample code snippet demonstrating how to retreive the max row with the group by in Lambda Expression...
In this article, you’ll learn how to add or subtract time in Excel using various built-in functions in Microsoft Excel....
  • November 20, 2024
This blog post will explain in simple steps on how to get FM radio in android device (Moto G). How...
When developing a Windows Phone 8 App, you might want to rename the default MainPage.xaml file or wish to change...
Assume that you have a string that contains the URL and you want to get the parameters from it in...
In one of my previous blog post, we learnt how to implement the speech recognition in Windows Phone 8 using...
Microsoft Excel 2016 provides you with functions that lets you to remove characters from the cell which is of type...
  • November 20, 2024
If you want to know if a bash variable is empty , there are multiple ways to do it and...