Thursday, 16 December 2010

How does the XmlSerializer work?

Click Here to View Latest ASP.Net Questions

XmlSerializer in the .NET Framework is a great tool to convert Xml into runtime objects and vice versa
If you define integer variable and an object variable and a structure then how those will be plotted in memory.
Integer , structure � System.ValueType -- Allocated memory on stack , infact integer is primitive type recognized and allocated memory by compiler itself .
Infact , System.Int32 definition is as follows :

Click Here to View Latest ASP.Net Questions

No comments:

Post a Comment