Microsoft 11983 Published by Bob 0

Those wondering what this year's surprise cooperation deal between Microsoft and Sun Microsystems will actually produce should get an update in coming weeks, when the companies detail some of their interoperability work in areas like Web services, directory services, and security.

Read more

Microsoft 11983 Published by Bob 0

This CodeDom provider consumes CodeDom trees in the way the C# code provider does, but whenever a node that does not fall into the subset is encountered, it emits a #error in the generated code. This will alert to the CodeDom tree builder of any place in their code where they don't meet subset conformance.

Read more

Microsoft 11983 Published by Bob 0

The Microsoft Intermediate Language (MSIL) code provider takes a CodeDom tree and generates MSIL syntax. MSIL code provider generates all the CodeDom elements that are part of the 1.1 conformance spec. MSIL code provider generates code for most of the CodeDom types that shipped in V1.1.

Read more