2 messages in com.googlegroups.bloggerdev[bloggerDev] Do we need to create new...
FromSent OnAttachments
nguy...@pmail.ntu.edu.sg23 Apr 2008 22:54 
Jeff Scudder24 Apr 2008 11:35 
Subject:[bloggerDev] Do we need to create new instance of Service everytime
From:nguy...@pmail.ntu.edu.sg (nguy@pmail.ntu.edu.sg)
Date:04/23/2008 10:54:09 PM
List:com.googlegroups.bloggerdev

Hi everyone, I wonder why in the Blogger sample code for .NET, we have to create new instance for Service every time we need to create post or comment, Service service = new Service(blah, blah....). Is there any problems if I set it as a static properties, and use it instead of creating new one?