Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C#

How to make a shared object to read set data from memory rather than from a database, to enhance the server performance

Rate me:
Please Sign up or sign in to vote.
3.86/5 (6 votes)
4 Nov 20034 min read 81.1K   488   23  
How to make a shared object and then reading it from memory rather than from a database
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PullUser", "PullUser.csproj", "{E8019E63-DBB5-4DED-B64B-F724B84B18C3}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E8019E63-DBB5-4DED-B64B-F724B84B18C3}.Debug.ActiveCfg = Debug|.NET
		{E8019E63-DBB5-4DED-B64B-F724B84B18C3}.Debug.Build.0 = Debug|.NET
		{E8019E63-DBB5-4DED-B64B-F724B84B18C3}.Release.ActiveCfg = Release|.NET
		{E8019E63-DBB5-4DED-B64B-F724B84B18C3}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Saudi Arabia Saudi Arabia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions