Click here to Skip to main content
15,879,096 members
Articles / Programming Languages / C# 4.0

Entity mapping language implementation using bsn-goldparser with CodeDom

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
6 Apr 2012CPOL17 min read 28.1K   410   19  
Use the GOLD Parser to define a language for mapping between two business entities, create a parser using the bsn-goldparser engine, and generate an assembly using CodeDom.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityMapper", "EntityMapper\EntityMapper.csproj", "{BBFC4D65-CB84-41DF-822D-32C66785AB95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.GoldParser", "bsn.GoldParser\bsn.GoldParser.csproj", "{95BCD316-9082-4895-8D27-042AAA507B20}"
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
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Debug|Any CPU.ActiveCfg = Debug|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Debug|x86.ActiveCfg = Debug|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Debug|x86.Build.0 = Debug|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Release|Any CPU.ActiveCfg = Release|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Release|Mixed Platforms.Build.0 = Release|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Release|x86.ActiveCfg = Release|x86
		{BBFC4D65-CB84-41DF-822D-32C66785AB95}.Release|x86.Build.0 = Release|x86
		{95BCD316-9082-4895-8D27-042AAA507B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Debug|x86.ActiveCfg = Debug|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Release|Any CPU.Build.0 = Release|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{95BCD316-9082-4895-8D27-042AAA507B20}.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
Founder Software Force
Hong Kong Hong Kong
I am always interested in finding innovative ways for building better applications and founded a technology company since 2003. Welcome to exchange any idea with you and if I am not too busy before deadline of projects, I will reply your emails. Also, if you willing to pay for consulting works and customized software development, you can leave me message.

Comments and Discussions