Click here to Skip to main content
15,886,689 members
Articles / Web Development / HTML

Signum Framework Tutorials Part 3 - Southwind Load

Rate me:
Please Sign up or sign in to vote.
4.62/5 (7 votes)
21 Nov 2012CPOL23 min read 24.4K   319   10  
In this part we'll write the loading application to move data from Northwind to Southwind.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7CFF730-3891-4DD2-86F4-86F76E48FFDE}"
	ProjectSection(SolutionItems) = preProject
		Local.testsettings = Local.testsettings
		Signum.Framework.vsmdi = Signum.Framework.vsmdi
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Utilities", "Signum.Utilities\Signum.Utilities.csproj", "{F7D3F72D-741D-4F67-8CF8-CD41B9035FED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Entities", "Signum.Entities\Signum.Entities.csproj", "{F2B51D08-498D-4C9F-8112-9521A7762B02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Engine", "Signum.Engine\Signum.Engine.csproj", "{7F2DB6FE-C109-4057-B207-C62A767F905D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Windows", "Signum.Windows\Signum.Windows.csproj", "{76278145-7CCD-4411-9B8A-078708128571}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Web", "Signum.Web\Signum.Web.csproj", "{61898D02-521F-49AB-928B-F80615D55CA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WizardProjectName", "Template\WizardProjectName\WizardProjectName\WizardProjectName.csproj", "{7D6E351E-9F48-406C-808C-6232A967088D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Test", "Signum.Test\Signum.Test.csproj", "{DE565EB3-EE44-469D-B6B9-C8F3CA0712EF}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SignumFramework2Setup", "SignumFrameworkSetup\SignumFrameworkSetup.vdproj", "{8872E295-9239-4193-BE63-51FE9204E6A2}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = Signum.Framework.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F7D3F72D-741D-4F67-8CF8-CD41B9035FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F7D3F72D-741D-4F67-8CF8-CD41B9035FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F7D3F72D-741D-4F67-8CF8-CD41B9035FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F7D3F72D-741D-4F67-8CF8-CD41B9035FED}.Release|Any CPU.Build.0 = Release|Any CPU
		{F2B51D08-498D-4C9F-8112-9521A7762B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F2B51D08-498D-4C9F-8112-9521A7762B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F2B51D08-498D-4C9F-8112-9521A7762B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F2B51D08-498D-4C9F-8112-9521A7762B02}.Release|Any CPU.Build.0 = Release|Any CPU
		{7F2DB6FE-C109-4057-B207-C62A767F905D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7F2DB6FE-C109-4057-B207-C62A767F905D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7F2DB6FE-C109-4057-B207-C62A767F905D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7F2DB6FE-C109-4057-B207-C62A767F905D}.Release|Any CPU.Build.0 = Release|Any CPU
		{76278145-7CCD-4411-9B8A-078708128571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{76278145-7CCD-4411-9B8A-078708128571}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{76278145-7CCD-4411-9B8A-078708128571}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{76278145-7CCD-4411-9B8A-078708128571}.Release|Any CPU.Build.0 = Release|Any CPU
		{61898D02-521F-49AB-928B-F80615D55CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{61898D02-521F-49AB-928B-F80615D55CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{61898D02-521F-49AB-928B-F80615D55CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{61898D02-521F-49AB-928B-F80615D55CA3}.Release|Any CPU.Build.0 = Release|Any CPU
		{7D6E351E-9F48-406C-808C-6232A967088D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7D6E351E-9F48-406C-808C-6232A967088D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7D6E351E-9F48-406C-808C-6232A967088D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7D6E351E-9F48-406C-808C-6232A967088D}.Release|Any CPU.Build.0 = Release|Any CPU
		{DE565EB3-EE44-469D-B6B9-C8F3CA0712EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DE565EB3-EE44-469D-B6B9-C8F3CA0712EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DE565EB3-EE44-469D-B6B9-C8F3CA0712EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DE565EB3-EE44-469D-B6B9-C8F3CA0712EF}.Release|Any CPU.Build.0 = Release|Any CPU
		{8872E295-9239-4193-BE63-51FE9204E6A2}.Debug|Any CPU.ActiveCfg = Debug
		{8872E295-9239-4193-BE63-51FE9204E6A2}.Debug|Any CPU.Build.0 = Debug
		{8872E295-9239-4193-BE63-51FE9204E6A2}.Release|Any CPU.ActiveCfg = Release
		{8872E295-9239-4193-BE63-51FE9204E6A2}.Release|Any CPU.Build.0 = Release
	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) Signum Software
Spain Spain
I'm Computer Scientist, one of the founders of Signum Software, and the lead developer behind Signum Framework.

www.signumframework.com

I love programming in C#, Linq, Compilers, Algorithms, Functional Programming, Computer Graphics, Maths...

Comments and Discussions