Showing 261 - 280 of 417 results
When developing a Windows Application , the developers can use the FolderBrowserDialog control which lets the user to select a...
There are times when we might have to compare more than one column to find if there are any repeated...
  • November 15, 2024
Introduction This program in C# developed using .NET Framework 4.5 and Visual Studio 2013 will check if the entered number...
There are times when the developer need to adjust the map control to suit the different conditions like day time...
Do you want to know if an integer is a power of 2 in C# ? . Below is a...
In C# , we can use the out parameters to get the behavior of the call by reference. In the...
If you need to send emails via SMTP programmatically using C# , you can use the the SmtpClient class that...
In this post, you’ll learn about DEVSQ Function, its syntax and the way of using DEVSQ Function in Excel spreadsheet....
  • November 14, 2024
The Edit and Continue is a feature that is useful specially for debugging . When the debugger breaks , the...
This blog post will explain in simple steps on how to specify the remote machine name for debugging the Windows...
It might be important to take the back of the SQL Server database regularly and store them in a secure...
You can get the total number of items defined in an enum in C# using the combination of the Enum.GetNames...
Below is a sample code snippet demonstrating how to perform paging on a collection with LINQ Query in C# using...
Recently , I started learning F# as hobby and started writing some simple programs . Today , I was trying...
  • November 14, 2024
Looking to change the font family of all the slides in the PowerPoint 2013? If yes, below is a simple...
There are various ways in which you can color the alternate rows or column in excel and these include the...
  • November 14, 2024
The Ribbon in Microsoft Excel 2013 has various kinds of controls within the tabs that lets the users to perform...
  • November 14, 2024
You can flatten a 2-D array in JavaScript using the concat and apply method as shown in the below code...
Do you want to convert a string to a stream in C# ? . Below is a sample code snippet...
There are times when you want to add a small note in the slide as comments in PowerPoint slide in...