Using .NET, how can you find the mime type of a file based on the file signature not the extension.
- by rsg
I am looking for a simple way to get a mime type where the file extension is incorrect or not given, something similar to this question only in .Net.