Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Leveraging Cecil to inject code into your Assemblies

Leveraging Cecil to inject code into your Assemblies

In this episode you will learn how to leverage the power of Cecil to alter your assemblies post compilation. You will learn how to use Cecil (an assembly reader-writer from the Mono project) to inject common code implementations into an assembly. This frees up the developer from writing mundane yet necessary code and helps them focus on solving the problems at hand.

http://www.dimecasts.net/Content/WatchEpisode/59

Cecil home page