Blocking problem, C#, .net, Deserializing XML to object problem
- by fernando
Hi
I have a blocking problem
I have XML file under some url http://myserver/mywebApp/myXML.xml
In the below code which I run in Console Application, bookcollection has null Books field :(
<books>
<book id="5352">
<date>1986-05-05</date>
<title>
Alice in chains
</title>
</book>
<book id="4334">…