jQuery DataTablesC# / .NETjQuery DataTables with dynamic datasource refreshjQuery Datatables is one of the best libraries I've used and supports just an incredible amount of…Alexandru PuiuSeptember 18, 2012 1 min
CSV filesC# / .NETC# CSV filesThis NuGet package called CSVHelper lets you create an object representation of a CSV file, to read…Alexandru PuiuSeptember 16, 2012 1 min
Office Document Custom PropertiesC# / .NETC# Add and Edit Office Document Custom PropertiesOffice documents store a lot more information than is obviously visible at first. Microsoft released…Alexandru PuiuSeptember 16, 2012 1 min
ReflectionC# / .NETC# ReflectionC# Reflection copy every property of a class to another class with the same properties. Let's say…Alexandru PuiuSeptember 16, 2012 1 min
Render Razor View as StringC# / .NETC# Render Razor View as StringThe Razor View Engine is very powerful, easy to use, and just overall great for binding data to HTML…Alexandru PuiuSeptember 16, 2012 1 min
Serializable DictionaryC# / .NETC# Serializable DictionaryThe Dictionary class included in C# isn't serializable, so you can use the following Serializable…Alexandru PuiuSeptember 16, 2012 1 min