C#: Loading Dynamic Assemblies Into Other AppDomains May 27, 2015September 28, 2017Munir HusseiniNo Comments So you have generated dynamic assemblies (like here) and want to load the assembly into a new (or at least…
Parse JavaScript Date From String May 16, 2015September 28, 2017Munir HusseiniNo Comments Suppose you have a string representation of a date, e.g. “2015-05-15T22:43:35.0962104+02:00” or “5/15/2015”, and you need to parse that string…
In-Memory Code Generation With .NET – Loading May 2, 2015September 29, 2017Munir HusseiniNo Comments This entry is part 5 of 5 in the series In-Memory Code Generation With .NETThe previous articles from this post series have discussed how to generate .NET types at runtime and how to get…