Subdomains as RoutesC# / .NETDomain Routes and using subdomains in MVC as routesI came across this when trying to build a website that takes advantage of sub domains in a MVC…Alexandru PuiuSeptember 24, 2012 1 min
Indesign server from C#C# / .NETAccessing indesign server from C# via COMI've done quite a bit of searching on InDesign Server, and according to the people at Adobe, C# isn…Alexandru PuiuSeptember 24, 2012 2 min
Compiling on the flyC# / .NETCompiling code on the fly in C#Compile and run code created on the fly from a string or file. A lot more functionality than…Alexandru PuiuSeptember 24, 2012 1 min
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
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
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