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

Dynamic Decorator and Castle DynamicProxy Comparison

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
1 Jul 2011CPOL3 min read 35.2K   199   8  
Compare performance and features between Dynamic Decorator and Castle DynamicProxy

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleCastle", "ConsoleCastle\ConsoleCastle.csproj", "{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicProxy", "DynamicProxy\DynamicProxy.csproj", "{6721B822-3F99-42FA-B89D-1E31FB431E1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Employee", "Employee\Employee.csproj", "{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Debug|Any CPU.ActiveCfg = Debug|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Debug|x86.ActiveCfg = Debug|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Debug|x86.Build.0 = Debug|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Release|Any CPU.ActiveCfg = Release|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Release|Mixed Platforms.Build.0 = Release|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Release|x86.ActiveCfg = Release|x86
		{3704E5A6-C4C5-47B7-91C9-02D3B91ABFC8}.Release|x86.Build.0 = Release|x86
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Debug|x86.ActiveCfg = Debug|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Release|Any CPU.Build.0 = Release|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{6721B822-3F99-42FA-B89D-1E31FB431E1A}.Release|x86.ActiveCfg = Release|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Debug|x86.ActiveCfg = Debug|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Release|Any CPU.Build.0 = Release|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{67B7D2D9-ACB7-4F01-88A1-FBDA5EBB3A36}.Release|x86.ActiveCfg = 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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Object-oriented (OO) is about "classes" not "objects". But I truly believe that "objects" deserve more our attentions. If you agree, read more on... Dynamic Object Programming (DOP), Component-Based Object Extender (CBO Extender), AOP Container and Dynamic Decorator Pattern.

Mobile development is not just another type of front end. The real challenge is actually in the back end: How to present meaningful information in time to mobile users with exponentially increased data flooding around? Here is my first mobile solution: SmartBars - Barcode Reader, Price Comparison and Coupons.

Gary lives in southeast Michigan. My first programming language is FORTRAN. For the last a few years, I have primarily focused on .NET technologies with Mobile Development as my newest interest.

Comments and Discussions