Development

Read CSV file to List<T> using CSVHelper

CsvHelper

CsvHelper is a very good library for reading and writing CSV files. It’s really easy for coding and fast for work. You can install it via Nuget in Visual studio or download from the project page in GitHub https://github.com/JoshClose/CsvHelper.  Read more»

.Net & C#

Escape curly brackets in ID in jQuery

I have a table in SharePoint list view which ID contains curly brackets ‘{9C48B48F-AA4E-4B34-8CE6-37E4C0EBAD8B}-{9B1EEE61-5E3C-4CA1-96CD-DB15199EDC83}’. I tried to select the table using jQuery but on the brackets I’ve got a Javascript error about a sequence of characters. Read more»

React

Popular Posts