asp.net - Storing images in SQL Server using C# -


I want to store images of my employees in SQL Server with my profile details in SQL, but I have The following are reservations:

Should I include images and if yes, then the community can provide me the sample code or can guide me in a guide that can help me.

How should I get images efficiently? I'm afraid of display issues asp.net application. I think with the record of thousands of employees, the system may be slow or slow.

The path of the images on your SQL table, and actually store the image in a secure folder. It has worked perfectly for me.


Comments