Skip to content
Code for Devs
  • Home
  • JavaScript
  • WordPress
  • Excel
  • VBA
  • C#
  • Miscellaneous
  • Contact Us

Welcome to Code for Devs

Latest Posts

Python: Send Email from Outlook with Attachment

  • 29 Apr 2025

In this post you will get to know how to send emails automatically from Microsoft Outlook using Python. This automation...

How to Add Checkbox in DataGridView in C# Windows Form Application

  • 26 Apr 2025

In this post, we will demo an example of adding a CheckBox Column in DataGridView control in Windows Form application...

List of Free Classified Ads Posting Sites in the USA in 2025

  • 8 Mar 2025

Classified ads have been a cornerstone of buying, selling, and connecting people for decades. With the rise of the internet,...

C# Code to Run Command on Windows CMD

  • 5 Mar 2025

Here is a simple C# code example to help you understand a way to automate the task of running command...

10 Most Commonly Used String Methods in C#

  • 28 Feb 2025

Here in this post, you will get to know some most used C# string methods that everyone should be aware...

How to Use Left, Right, Mid Functions in C#

  • 26 Feb 2025

We need Left, Right and Mid functions to get left most right most and mid n characters from a string....

Get Distinct Records from Excel Column using C#

  • 29 Nov 2024

You can get unique records from a excel column by using C#. For this, you need to use freeSpire.xls library...

C# | Insert Text in New Line of Multiline Text Box by Button Click

  • 26 Nov 2024

Here in this C# example, we will show how to add text in new line of Multiline text box. The...

Math.Truncate() in C# | Get Integral and Fractional Part of Number

  • 22 Nov 2024

Truncate method of Math class is used to find integral part of a specified decimal number or double-precision floating-point number....

Reading Multiline Textbox Line by Line in C# Windows Form Application

  • 19 Nov 2024

If you need to read a multiline TextBox line by line in C#, you need to use the Lines property of the TextBox. This property...

Categories

  • C#
  • Excel
  • JavaScript
  • Miscellaneous
  • MySQL
  • Python
  • VBA
  • WordPress

Recent Posts

  • Python: Send Email from Outlook with Attachment
  • How to Add Checkbox in DataGridView in C# Windows Form Application
  • List of Free Classified Ads Posting Sites in the USA in 2025
  • C# Code to Run Command on Windows CMD
  • 10 Most Commonly Used String Methods in C#
Copyright © All rights reserved.