appsettings

Find current country from iPhone device

Hello, I have to get the current country in the iPhone settings. Can anyone tell me how to get the current country in iPhone application. I have to use the current country for parsing the RSS feed in which I need to pass the current country. Please help me out to find the country . Thanks in advance. ...

ASP.NET: Where to store application settings?

Recently, I discovered that the "Web.Config" file contains an <appSettings> section which seemed good for storing one's Application Settings. Heck, it even has a programmatic way to access the file thru a standard System library. So being all clever, I wrote an Interface to access it and then a Concrete implementation of the interface, s...

Working on multiple SVN branches in 1 Eclipse Workspace

Is it possible to have 1 workspace which contains different branched copies of the same project? Say I have Project1, and it is in this structure: /trunk/Project1 /branches/1/Project1 /branches/2/Project1 Can I have 3 instances of Project 1 in the same workspace, where each eclipse project points to either the trunk or one of any bran...