Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Month: May 2015

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…

Read More 19349 views

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…

Read More 8240 views

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 .NET

The previous articles from this post series have discussed how to generate .NET types at runtime and how to get…

Read More 10082 views
(c) 2011-2020 Munir Husseini