| Home | Biography | Speaking | Articles | Books | Music |
Previous Parts
Now that I’m done with my initial dive in CCI-land, I’d like to review what I’ve discovered and where I’d like to go next.
Changing my code over from Cecil to CCI was interesting. It’s great to see this framework pushed to CodePlex - I’ve been wanting something like this from Microsoft for a long, long time. That being said, just be aware of the state of the project, which is currently versioned at 0.2. It’s not that easy to peruse the API. There’s no documentation to speak of, and the samples that are there take some time to figure out just what they’re trying to show you. As I was writing these articles (through the gracious help of Herman), I discovered that I was either not doing things the “right way”, or there were other possibilities within the framework, such as the mutable code model. Granted, CCI is a framework that deals with low-level .NET aspects, so if you’re going to wade in those waters, just be prepared to do some digging. Hopefully the articles I’ve created will help.
Now, where do I go from here? I have lots of ideas that I’d like to investigate with CCI:
[ToString] attribute when the injected ToString() method was invoked. CCI has a PDB reader-writer, so I’d like to dive into that area.DynamicProxies to use CCI. It would be interesting to make the proxy generation pluggable - in other words you could use CCI, or Reflection.Emit, or Cecil, or whatever you wanted.EmitDebugger to use CCI. Again, same idea as before. For whatever code you’re dynamically generating, add the ability to create the .IL file with a .PDB on-the-fly.Of course, the issue is finding the time to pull all of this off!
Anyway, it’s been a fun dive into CCI that I hope to continue in other areas in the future.
Published: 05.22.2009 05:25:06 PM CST