I have a web application in which I am saving files of type pdf or doc in the database in a table with a parameter of type "varbinary", I know that it is not ideal to save such files in the database but I need to know how I can see that file from my web browser in a new tab, I was looking at binaryreader but it is not clear to me yet, I would appreciate your help!