Click here to Skip to main content
15,892,298 members

Comments by ClockEndGooner (Top 2 by date)

ClockEndGooner 2-Jul-11 23:22pm View    
Hi, Jagjot;

Have you looked at http://social.msdn.microsoft.com/Forums/en-US/windowssdk/thread/de213b61-dc7e-4f33-acdb-893aa96837fa, which discusses how to create a shared folder in Windows 7 and then how to programmatically set the permissions on the shared folder?

I hope this was of help...
ClockEndGooner 2-Jul-11 22:52pm View    
Hi, pucx;

Another contributor to Code Project, Mikael Svenson, posted a C# 3.5 specific article here entitled "Using memory mapped files to conserve physical memory for large arrays" at http://www.codeproject.com/KB/recipes/MemoryMappedGenericArray.aspx

The focus of Mikael's well written articel discusses his intent, design and implementation for a GenericMemoryMappedArray class. And Mikael even made the extra effort to make his class thread safe.

I hope this was of help...