Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

Who cares about Domain Rules?

Rate me:
Please Sign up or sign in to vote.
4.96/5 (88 votes)
20 Nov 2006MIT12 min read 95.8K   85   118  
With this article, I am evolving a domain problem towards the best possible solution.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessRules", "BusinessRules\BusinessRules.csproj", "{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Release|.NET.ActiveCfg = Release|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Release|Any CPU.Build.0 = Release|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{99B64EC7-4720-4CEC-86B5-B8E62F94FF56}.Release|Mixed Platforms.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, along with any associated source code and files, is licensed under The MIT License


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

Comments and Discussions