Click here to Skip to main content
15,899,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: using console application as service Pin
Muhammad Mazhar16-Sep-09 11:24
Muhammad Mazhar16-Sep-09 11:24 
QuestionRunnable and Next Run Date is not coming with job created in Job Activity monitor c# Pin
deepak_dubey16-Sep-09 6:33
deepak_dubey16-Sep-09 6:33 
AnswerRe: Runnable and Next Run Date is not coming with job created in Job Activity monitor c# Pin
deepak_dubey17-Sep-09 20:17
deepak_dubey17-Sep-09 20:17 
QuestionWindows Message Queue Asynchronous Peek Problem Pin
faheemnadeem16-Sep-09 5:24
faheemnadeem16-Sep-09 5:24 
AnswerRe: Windows Message Queue Asynchronous Peek Problem Pin
Matt Meyer16-Sep-09 6:14
Matt Meyer16-Sep-09 6:14 
GeneralRe: Windows Message Queue Asynchronous Peek Problem Pin
faheemnadeem16-Sep-09 17:50
faheemnadeem16-Sep-09 17:50 
GeneralRe: Windows Message Queue Asynchronous Peek Problem Pin
Matt Meyer17-Sep-09 7:01
Matt Meyer17-Sep-09 7:01 
QuestionFile Format Pin
Senseicads16-Sep-09 4:45
Senseicads16-Sep-09 4:45 
Hi everyone,

I am kind of just after a bit of advice and opinon. I am making a podcatcher in C#(duh that's the board I am posting to Smile | :) ). I don't have any problem with the coding yet(touch wood) however I am trying to decide how best to store the information on the subscribed to podcasts and their relevant episodes. Straight away I thought about saving it as an xml file, podcast RSS downloaded as an xml file, fairly easy convert of my object into XML and then back to saving it. But then I thought it could get a bit iffy when it comes to duplicates. I don't really want to have to traverse the entire XML doc to find duplicates, and ensure that they don't happen. So thinking ahead i created my podcast episode objects with a unique id. but then i don't really want to save my subscription list in a db either, that seems to me to be overkill. The only other thing is to just output the subs list into a text file, then read each object in and ensure that there are no duplicates from what ever storage container i put them in(ArrayList prob Smile | :) ) This seems a bit naff too though.

I don't know I think maybe I am just rubbish at making a decision Smile | :) , but I would appreciate some other people's input into how they would store the data.

Thanks in advance

Cads
AnswerRe: File Format Pin
Eddy Vluggen16-Sep-09 4:49
professionalEddy Vluggen16-Sep-09 4:49 
GeneralRe: File Format Pin
Senseicads16-Sep-09 4:55
Senseicads16-Sep-09 4:55 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:20
professionalEddy Vluggen16-Sep-09 5:20 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:23
Senseicads16-Sep-09 5:23 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:28
professionalEddy Vluggen16-Sep-09 5:28 
GeneralRe: File Format Pin
Not Active16-Sep-09 5:31
mentorNot Active16-Sep-09 5:31 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:33
professionalEddy Vluggen16-Sep-09 5:33 
GeneralRe: File Format Pin
Not Active16-Sep-09 5:29
mentorNot Active16-Sep-09 5:29 
RantRe: File Format Pin
Eddy Vluggen16-Sep-09 5:39
professionalEddy Vluggen16-Sep-09 5:39 
AnswerRe: File Format Pin
Luc Pattyn16-Sep-09 5:03
sitebuilderLuc Pattyn16-Sep-09 5:03 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:08
Senseicads16-Sep-09 5:08 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:22
sitebuilderLuc Pattyn16-Sep-09 5:22 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:28
Senseicads16-Sep-09 5:28 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:35
sitebuilderLuc Pattyn16-Sep-09 5:35 
QuestionNullReferenceException was unhandled Pin
Chantal Labrie16-Sep-09 3:27
Chantal Labrie16-Sep-09 3:27 
AnswerRe: NullReferenceException was unhandled Pin
Keith Barrow16-Sep-09 3:33
professionalKeith Barrow16-Sep-09 3:33 
AnswerRe: NullReferenceException was unhandled Pin
Luc Pattyn16-Sep-09 4:05
sitebuilderLuc Pattyn16-Sep-09 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.