Click here to Skip to main content
15,912,504 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: need help in architecting a design for a webapplication Pin
shankbond17-Jul-09 22:21
shankbond17-Jul-09 22:21 
QuestionUML C# tools Pin
Karo99-Jul-09 1:23
Karo99-Jul-09 1:23 
AnswerRe: UML C# tools Pin
Pete O'Hanlon9-Jul-09 1:31
mvePete O'Hanlon9-Jul-09 1:31 
GeneralRe: UML C# tools Pin
Karo915-Jul-09 0:36
Karo915-Jul-09 0:36 
GeneralRe: UML C# tools Pin
Paul Conrad25-Jul-09 19:28
professionalPaul Conrad25-Jul-09 19:28 
Questioncreating a polling system Pin
uglyeyes8-Jul-09 3:21
uglyeyes8-Jul-09 3:21 
AnswerRe: creating a polling system Pin
uglyeyes8-Jul-09 16:48
uglyeyes8-Jul-09 16:48 
GeneralRe: creating a polling system Pin
Pradeep Shukla9-Jul-09 16:15
professionalPradeep Shukla9-Jul-09 16:15 
You have issues to resolve;

1- How to get latest file from FTP?
2- How to add it in playlist and keep thecount up to 20?


Ans 1- You can use a windows service to keep on checking the FTP location for any new file avaialble. If you get any updates using some FTP client you can download it.

Ans 2-

a) Adding newly downloaded file in the playlist depends mostly on the player that you are using. There should external functions avaialble to call.

b) This has some trick. Its like a queue where you can not hold more than 20 items. Use simple arraylist for the files to hold and when the count goes up, remove the top 1.

You can start with this.
QuestionSeating Selection System Database Design Pin
hmrizin7-Jul-09 9:13
hmrizin7-Jul-09 9:13 
AnswerRe: Seating Selection System Database Design Pin
Eddy Vluggen7-Jul-09 9:22
professionalEddy Vluggen7-Jul-09 9:22 
GeneralRe: Seating Selection System Database Design Pin
hmrizin8-Jul-09 7:14
hmrizin8-Jul-09 7:14 
GeneralRe: Seating Selection System Database Design Pin
Eddy Vluggen8-Jul-09 10:56
professionalEddy Vluggen8-Jul-09 10:56 
GeneralRe: Seating Selection System Database Design Pin
hmrizin9-Jul-09 6:29
hmrizin9-Jul-09 6:29 
GeneralRe: Seating Selection System Database Design Pin
Eddy Vluggen9-Jul-09 6:40
professionalEddy Vluggen9-Jul-09 6:40 
GeneralRe: Seating Selection System Database Design Pin
hmrizin15-Jul-09 8:35
hmrizin15-Jul-09 8:35 
GeneralRe: Seating Selection System Database Design Pin
Eddy Vluggen15-Jul-09 11:04
professionalEddy Vluggen15-Jul-09 11:04 
QuestionStored Procedures Pin
CodingYoshi7-Jul-09 6:18
CodingYoshi7-Jul-09 6:18 
AnswerRe: Stored Procedures [modified] Pin
Eddy Vluggen7-Jul-09 8:48
professionalEddy Vluggen7-Jul-09 8:48 
GeneralRe: Stored Procedures Pin
CodingYoshi7-Jul-09 16:59
CodingYoshi7-Jul-09 16:59 
AnswerRe: Stored Procedures Pin
David Skelly9-Jul-09 2:54
David Skelly9-Jul-09 2:54 
AnswerRe: Stored Procedures Pin
Mycroft Holmes11-Jul-09 15:29
professionalMycroft Holmes11-Jul-09 15:29 
AnswerRe: Stored Procedures Pin
CodingYoshi13-Jul-09 17:05
CodingYoshi13-Jul-09 17:05 
QuestionORM tools in domain driven design? Pin
midix28-Jun-09 8:28
midix28-Jun-09 8:28 
AnswerRe: ORM tools in domain driven design? Pin
Eddy Vluggen7-Jul-09 9:15
professionalEddy Vluggen7-Jul-09 9:15 
QuestionFirst attempt at OOD: How do I extend my design? Pin
Mark McArthey18-Jun-09 3:07
Mark McArthey18-Jun-09 3:07 

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.