I am really getting into LINQ now! I think it’s fantastic. I recently wanted to develop a quick drop-down list in ASP.Net which allows a user to select a time of day from a list. The times are 15 minutes apart, so the list would look like this:
…
08:00
08:15
08:30
08:45
09:00
…
… and so on.
Before LINQ, I would have [...]
Lesen Sie den vollständigen Eintrag unter http://richardbushnell.net/index.php/2008/01/18/using-linqpad-to-create-a-time-selector-drop-down-list/