¡@

Home 

c# Programming Glossary: harddrive

“Dialogs must be user-initiated.” with SaveFileDialog in Silverlight 3

http://stackoverflow.com/questions/1355078/dialogs-must-be-user-initiated-with-savefiledialog-in-silverlight-3

image to computer. Stream the image to the file on user's harddrive. I am using the following code in a function which is called..

Save BitmapImage to File

http://stackoverflow.com/questions/4161359/save-bitmapimage-to-file

displays it. Next I try to save the bitmapimage to the harddrive using jpegbitmapencoder. The file is successfully created but..

How do I obtain a crash dump

http://stackoverflow.com/questions/4992569/how-do-i-obtain-a-crash-dump

for crashes and hangs. I typically error on the side of harddrive space is cheap so collect the full dump. Procdump will also..

What are some resources I can use to learn profiling/optimizing?

http://stackoverflow.com/questions/550109/what-are-some-resources-i-can-use-to-learn-profiling-optimizing

is in the order of tens to hundreds of nanoseconds. A harddrive access may take tens of milli seconds. So often I O will be.. I O up by a factor of several thousand. Pagefaults involve harddrive accesses too. In memory pages have to be pushed to the pagefile.. one with 8 times as much RAM Your database relies on harddrive accesses too. So can you get away with caching more data in..