Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
Questioninsert in database Pin
guest_098720-Apr-06 4:34
guest_098720-Apr-06 4:34 
QuestionHTTP Sniffer Pin
ksor20-Apr-06 4:34
ksor20-Apr-06 4:34 
QuestionHow to update data from an access database? Pin
nulkoud20-Apr-06 4:30
nulkoud20-Apr-06 4:30 
QuestionHow to make Web Application more Secure in Asp.Net???? Pin
pal_vaidya20-Apr-06 4:14
pal_vaidya20-Apr-06 4:14 
AnswerRe: How to make Web Application more Secure in Asp.Net???? Pin
LongRange.Shooter20-Apr-06 7:26
LongRange.Shooter20-Apr-06 7:26 
QuestionCreating playlists Pin
mickeyfitzray20-Apr-06 3:21
mickeyfitzray20-Apr-06 3:21 
AnswerRe: Creating playlists Pin
LongRange.Shooter20-Apr-06 7:19
LongRange.Shooter20-Apr-06 7:19 
AnswerRe: Creating playlists Pin
malharone20-Apr-06 9:56
malharone20-Apr-06 9:56 
mickeyfitzray wrote:
Does anyone know any good librarys or code for creating playlists?


If you're writing this as a school project, then it's expected that you finish the assignment on your own.

As far as creation of playlists goes, I think interopability with other MP3 players would a be great feature. For example, you dont want to serialize your playlist information in binary which will limit only your application to be able to read/write to that file.

You can have a playlist which fits your application/data-model the best, but you should have an option to export it in more standard formats (such as WPL, PLS, M3U). To understand these formats, simply open them in Notepad to analyze the structure and you'll see it's very trivial to create a playlist of songs. Assuming your playlist is in XML, you should create XSLT files (for each format) and apply the XSLT on your source-XML to dynamically generate M3U, PLS, WPL lists. If your data is stored in database, then get the dataset and serialize it in XML and apply XSLT.

Best of luck with the project.

- Malhar
QuestionASP.NET is not working Pin
Mamphekgo20-Apr-06 3:09
Mamphekgo20-Apr-06 3:09 
AnswerRe: ASP.NET is not working Pin
Robert Rohde20-Apr-06 3:12
Robert Rohde20-Apr-06 3:12 
GeneralRe: ASP.NET is not working Pin
Mamphekgo20-Apr-06 3:35
Mamphekgo20-Apr-06 3:35 
GeneralRe: ASP.NET is not working Pin
LongRange.Shooter20-Apr-06 7:22
LongRange.Shooter20-Apr-06 7:22 
GeneralRe: ASP.NET is not working Pin
Mamphekgo20-Apr-06 22:28
Mamphekgo20-Apr-06 22:28 
Questionopen IE from win applicatin Pin
mahmoud_sama20-Apr-06 2:42
mahmoud_sama20-Apr-06 2:42 
AnswerRe: open IE from win applicatin Pin
Robert Rohde20-Apr-06 2:58
Robert Rohde20-Apr-06 2:58 
AnswerRe: open IE from win applicatin Pin
Eric Dahlvang20-Apr-06 4:15
Eric Dahlvang20-Apr-06 4:15 
Questionhelp me in creating a table in javascript Pin
umaheshchandra20-Apr-06 0:10
umaheshchandra20-Apr-06 0:10 
AnswerRe: help me in creating a table in javascript Pin
Nick Parker20-Apr-06 3:26
protectorNick Parker20-Apr-06 3:26 
QuestionImporting specific Excel columns Pin
Fendefa20-Apr-06 0:01
Fendefa20-Apr-06 0:01 
AnswerRe: Importing specific Excel columns Pin
Ricardo Casquete20-Apr-06 0:52
Ricardo Casquete20-Apr-06 0:52 
QuestionHard question may be.))) Pin
papa198019-Apr-06 23:59
papa198019-Apr-06 23:59 
QuestionPage Caching Pin
Brendan Vogt19-Apr-06 23:59
Brendan Vogt19-Apr-06 23:59 
Questiondelete operation in datagrid Pin
rajaaa19-Apr-06 23:21
rajaaa19-Apr-06 23:21 
AnswerRe: delete operation in datagrid Pin
Mamphekgo20-Apr-06 3:19
Mamphekgo20-Apr-06 3:19 
QuestionUsing an Object as a Parameter Pin
__makaveli__19-Apr-06 22:56
__makaveli__19-Apr-06 22:56 

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.