I have always got good help from this forum so here I am back with a question.
I am developing an image processing app. Which DESIGN PATTERN I should use. I am really confused and need some help.
Here are the details.
Dropdownlist with Image name and ID
on selecting image id it will go to the database and grab the image.
I want to make gineric objects which can deside what kind of image request is coming in from UI and then grab from database. I do have standerd UI / Business / Data layer in place.
Thanks in advance