September 10, 2012 at 11:30 AM
—
alex
The following code demonstrates that 4.5 and 4.0 XmlSerializer behavior is different.
See bug on Microsoft's Connect site for details:
https://connect.microsoft.com/VisualStudio/feedback/details/761786/net-4-5-xmlserializer-produces-different-output-from-4-0#details
Update 1/29/2013: Microsoft fixed this bug.
More...
2fe36620-68c4-4a3a-9a38-cc29b2805f9a|0|.0
Posted in: Development
Tags:
September 6, 2012 at 2:32 PM
—
alex
1147bdcf-17a5-49ec-96c4-bae1e40655d0|0|.0
Posted in: Development | R&D
Tags:
September 6, 2012 at 2:25 PM
—
alex
.NET API subset for Windows Store Apps is considerable smaller than the full .NET Framework 4.5. Particularly, Reflection.Emit is not available and most members in the System.Type class have been moved to the System.Reflection.TypeInfo class.
http://www.infoq.com/news/2012/08/reflection-windows-store-apps
Also, check out complete source code:
http://referencesource.microsoft.com/netframework.aspx
adcf403e-cee3-42e6-bd32-840a74507b41|0|.0
Posted in: Development | R&D
Tags: