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

OPF.Net : An object persistent framework for .NET

,
Rate me:
Please Sign up or sign in to vote.
4.83/5 (11 votes)
3 Nov 200314 min read 106K   375   76  
Developing an object-oriented application based on an SQL storage using OPF.Net.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OPF.Net Introduction", "OPF.Net Introduction.csproj", "{B91012F0-DEF7-442A-A3AD-96A8BA7B619E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B91012F0-DEF7-442A-A3AD-96A8BA7B619E}.Debug.ActiveCfg = Debug|.NET
		{B91012F0-DEF7-442A-A3AD-96A8BA7B619E}.Debug.Build.0 = Debug|.NET
		{B91012F0-DEF7-442A-A3AD-96A8BA7B619E}.Release.ActiveCfg = Release|.NET
		{B91012F0-DEF7-442A-A3AD-96A8BA7B619E}.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
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Web Developer
Austria Austria
Studying at the technical university for vienna. Living in Brixen (South Tyrol, Italy) and working at Bozen (also in South Tyrol) during the summer months and holidays...

Comments and Discussions