Either doing ASP .NET or ASP .NET MVC developers store image file information of the UI in the DB. eg.: if my ASP .NET application has ICON files used as buttons, developers store file names and the paths of the ICON image files in DB and they store the
actual ICON images in a folder called "Images" in the ASP folder list.
Is this a common practice to store ICON image files' path and image file names like above in DB? if yes would you be able to explain why should i create separate columns in tables just to store ICON image names and paths when i can just assign the names
and paths directly from the folder instead of storing in DB
Go to the complete details ...