Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C#

Dynamic Generation of Interfaces Using a Pool of Objects

Rate me:
Please Sign up or sign in to vote.
4.64/5 (9 votes)
3 Oct 20075 min read 32.5K   147   34  
An article introducing a mechanism for on-the-fly interface generation

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo", "demo.csproj", "{96FEB715-B943-4A45-9192-AF982E7366E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonInterfaces", "..\..\..\Development\private\CodeProject\OnTheFlyProxyGeneration\CommonInterfaces\CommonInterfaces.csproj", "{1469244C-4B42-4FE5-953A-FA2D278FC6F3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{96FEB715-B943-4A45-9192-AF982E7366E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{96FEB715-B943-4A45-9192-AF982E7366E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{96FEB715-B943-4A45-9192-AF982E7366E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{96FEB715-B943-4A45-9192-AF982E7366E2}.Release|Any CPU.Build.0 = Release|Any CPU
		{1469244C-4B42-4FE5-953A-FA2D278FC6F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1469244C-4B42-4FE5-953A-FA2D278FC6F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1469244C-4B42-4FE5-953A-FA2D278FC6F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1469244C-4B42-4FE5-953A-FA2D278FC6F3}.Release|Any CPU.Build.0 = Release|Any CPU
	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 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
Israel Israel
I am a software engineer, as well as a research student at The Hebrew University. I love coding, math, computer theory, reading, tennis, guitar, swimming, animals, and - most importantly - my wife and family.

Comments and Discussions