Useful common methods for Sharepoint Development

Read more about Useful common methods for Sharepoint Development article

Time and time again, I use these methods in coding for Sharepoint. These include methods for querying a list, bind a Dropdown List to a list, and bind a Dropdown List to a multiple choice field.

Reading Spreadsheet into a DataTable in C#

Read more about Reading Spreadsheet into a DataTable in C# article

This is an extremely useful function, which allows you to read an Excel spreadsheet and convert its data into a DataTable in C#. With data in a DataTable, we can perform lots of things to it.