Click here to Skip to main content
15,896,111 members
Articles / Desktop Programming / WPF

Custom Rule Engine in WPF - MVVM

Rate me:
Please Sign up or sign in to vote.
4.98/5 (18 votes)
11 Sep 2010CPOL8 min read 75.4K   1.3K   95  
Custom Rule Engine approach which can evaluate complex combinations of business rules. A sample application is provided in WPF following the MVVM pattern.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRulesMVVM", "CustomRulesMVVM\CustomRulesMVVM.csproj", "{488864B3-7588-469F-A1F3-7AA500C1A491}"
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
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Debug|Any CPU.ActiveCfg = Debug|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Debug|x86.ActiveCfg = Debug|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Debug|x86.Build.0 = Debug|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Release|Any CPU.ActiveCfg = Release|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Release|Mixed Platforms.Build.0 = Release|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.Release|x86.ActiveCfg = Release|x86
		{488864B3-7588-469F-A1F3-7AA500C1A491}.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
Software Developer (Senior) CA-CIB
Singapore Singapore
I am a .Net developer, currently working in Singapore worked wiith Societe Generale Global Solution Centre, Bangalore and was previously with Cognizant.I have more than 8 years of .Net experience in BFSI domain. I am an experienced developer in C#, VB.Net, Silverlight, WPF, WCF, LINQ, Entity Framework, SSIS, NHibernate, ASP.Net and SQL Server.

Comments and Discussions