.Net 4.5 Framework XmlSerializer breaking changes

September 10, 2012 at 11:30 AMalex

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...

Posted in: Development

Tags:

Service Bus for Windows Server

September 6, 2012 at 2:32 PMalex

Posted in: Development | R&D

Tags:

.NET 4.5 API changes and source code

September 6, 2012 at 2:25 PMalex

.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

Posted in: Development | R&D

Tags: