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

Category: C#

How to Convert CSV file to C# Data Table

October 15, 2021October 15, 2021 codef4devs

This code will help you to import a CSV file into DataTable using C#. As you know that a CSV file is like a text file which contains data fields separated by delimiter (comma, semicolon, […]

Leave a commentC#

How to Open Outlook Automatically using C#

October 13, 2021November 8, 2024 codef4devs

If you are automating outlook, it is good practice in your C# program to ensure that outlook is opened. If outlook is not opened, your code will not work as expected. Below C# code snippet […]

Leave a commentC#Outlook, Outlook Automation, Outlook C#

C# Code to Send Outlook Mails Programmatically

October 1, 2021November 8, 2024 codef4devs

This article demonstrates an example of sending outlook emails automatically by using C# code snippet. For this, you need to add a reference to the dynamic link library of Outlook called Microsoft.Office.Interop.Outlook.dll. Follow the below-given […]

Leave a commentC#Outlook, Outlook Automation, Outlook C#

How to Use Substring function in C#

September 29, 2021September 30, 2021 codef4devs

Substring function in C# helps you to retrieve a part of the string. It means you can extract a specific portion of a given string like retrieving first n characters, last n characters or characters […]

Leave a commentC#

Posts navigation

Previous 1 … 3 4

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.