bitScry

  • Home
  • Blog
  • Contact
  • GitHub

Header

About This Site

This is a blog to help me remember some of the coding challenges I’ve faced and hopefully help others out if they’re suffering the same problems.

Recent Posts
  • JavaScript Cookie Function 19th February 2019
  • Fixing Obsolete LoggerFactory Extension Methods 15th February 2019
  • Using Azure Key Vault in a Console Application 13th February 2019
  • Logging Failed Requests to Serilog Using Middleware 14th January 2019
  • C# DateTime Usage 9th January 2019
Tag Cloud
.NET .NET Core API appsettings.json ASP.NET Core Authentication Azure Azure Active Directory Azure AD Azure Function Azure Storage Bootstrap C# Console Application CSS DataTable Dependency Injection Enum Extension Facebook HTML HTTPS Image JavaScript jQuery JSON List Logging Middleware MVC MVC 6 Query String RegEx Serilog Session SFTP SQL SSDT SSIS SSL Stored Procedure Stream Tag Helper URL Web Application
Reading List
  • Build a Wi-Fi Scanner
  • IoT Weather Station
  • User accounts made easy with Azure
  • Install macOS High Sierra in VirtualBox
Programming

Checking for CSV Column Headers in C#

Checking for CSV Column Headers in C# Importing CSV files into a .NET object isn’t too tricky and for this I usually use CsvHelper. However, sometimes I need to import a CSV file and only extract a couple of columns from it and these columns aren’t always guaranteed to exist. Read more…

By Shinigami, 1 year ago
  • Contact
Hestia | Developed by ThemeIsle