I am building some C# desktop application and I need to save file into database. I have come up with some file chooser which give me correct path of the file. Now I have que
If you're using SQL Server 2008, you could use FILESTREAM (getting started guide here). An example of using this functionality from C# is here.