Random photo
Loading...
Domains for sale
|
June 21, 2006Rotor 2.0This is old news, but I somehow missed it so I'll post for news-challenged like me. Microsoft has released "Shared Source Common Language Infrastructure 2.0" aka Rotor 2.0 - buildable source codes of the ECMA CLI and the ECMA C#. This is roughly .NET 2.0 sources with original comments. Priceless! It's released under "MICROSOFT SHARED SOURCE CLI, C#, AND JSCRIPT LICENSE". New in this release:
There is always the Reflector, but Rotor is different - you build it, debug with it, learn and extend CLI. Now what do I want to play with? Editable XPathDocument or XSLT2DLL compiler or extendable XmlReader factory may be... Comments
>> It's a fun to hack with it to remove that "almost". :D Hell yeah! I can't wait for a window of time to start playing with it :D Posted by: M. David Peterson at June 26, 2006 9:11 PMXslCompiledTransform sources are in Rotor 2.0 and "almost" does standalone DLL. > Stub-based dispatch. I can't say I know what it is they are refering to, but it *sounds* like a way to publish your dll's in a way that lets folks look inside your application (for things like private methods, etc...) without giving them access to the actual code base (via reflector or reading the actual CIL.) It seems like this might be a way to publish obsfucated assemblies while still providing a way for folks to use reflector as an API viewing tool. That's my guess, anyway... > XSLT2DLL compiler Thats in the ROTOR 2.0 code base?! SWEET!!! Posted by: M. David Peterson at June 22, 2006 7:42 AMPost a comment
|