1
vote
1answer
74 views
+100
.NET/C#: Using RSS.NET with Stack Overflow Feeds: How To Handle Special Properties of RSS Items?
I'm writing a Stack Overflow API wrapper, currently at http://soapidotnet.googlecode.com/. I have a few questions about parsing SO RSS feeds.
I've chosen to use RSS.NET to parse the RSS, but I have a …
-2
votes
2answers
77 views
+100
Purpose of Serialization in webapplication
1.Where is the usage of serialization in a webapplication.
2.Is it necessary that a form bean is serializable.
3.In tomcat what is the usage of sessions.ser file..
