Click here to Skip to main content
15,886,026 members
Articles / Programming Languages / C# 4.0

Programming Memory-Mapped Files with the .NET Framework

Rate me:
Please Sign up or sign in to vote.
4.64/5 (38 votes)
4 Jan 2011CPOL8 min read 170.8K   4.5K   125  
An introduction to MMF and shared memory in .NET applications.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetMMFCopyFile", "NetMMFCopyFile.csproj", "{60AF8852-DECC-45D3-B4FC-17B9306F815B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{60AF8852-DECC-45D3-B4FC-17B9306F815B}.Debug|x86.ActiveCfg = Debug|x86
		{60AF8852-DECC-45D3-B4FC-17B9306F815B}.Debug|x86.Build.0 = Debug|x86
		{60AF8852-DECC-45D3-B4FC-17B9306F815B}.Release|x86.ActiveCfg = Release|x86
		{60AF8852-DECC-45D3-B4FC-17B9306F815B}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect GuestLogix Inc.
Canada Canada
Jun is an experienced software architect. He wrote his first computer code on the tape machine for a "super computer". The tape machine reads holes on the black pape tape as source code. When manually fixing code, you need a punch and tranparent tape. To delete code, you block holes or cut off a segment and glue two ends together. To change code, you block old holes and punch new holes. You already know how to add new code, don't you? Anyway, that was his programming story in early 1980's.

Jun completed university with the specialty in oceanography, and graduate study in meteorology. He obtained his Ph.D. in physics. Jun has worked in a number of different areas. Since mid-90's, he has been working as a software professional in both military & commercial industries, including Visual Defence, Atlantis Systems International and Array Systems Computing.

Currently, Jun is an architect at GuestLogix, the global leader in providing onboard retail solutions for airlines and other travel industries. He is also the founder of Intribute Dynamics, a consulting firm specialized in software development. He has a personal blog site, although he is hardly able to keep it up to date.

In his spare time, Jun loves classic music, table tennis, and NBA games. During the summer, he enjoyes camping out to the north and fishing on wild lakes.

Comments and Discussions