storing images in sqlserver using c#
Posted
by barq
on Stack Overflow
See other posts from Stack Overflow
or by barq
Published on 2010-05-17T15:22:05Z
Indexed on
2010/05/17
15:30 UTC
Read the original article
Hit count: 157
i want to store images of my employees with thier profiles in sql server database. i have following reservations.
whether i should compress images or not if yes please provide me sample code or article how should i retrieve images efficiently, i an afraid of asp.net application performance issue. i think with ten thousand employee records it will halt or slow down
© Stack Overflow or respective owner