Click here to Skip to main content
15,884,177 members
Articles / Web Development / ASP.NET

Signum Framework Principles

Rate me:
Please Sign up or sign in to vote.
4.74/5 (27 votes)
25 Jul 2011CPOL18 min read 98.8K   1.1K   86  
Explains the philosophy behind Signum Framework, an ORM with a full LINQ Provider that encourages an entities-first approach.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
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.Services", "Signum.Services\Signum.Services.csproj", "{B63C47DF-4EC3-4D80-863C-2B5A38D2C35B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Signum.Windows", "Signum.Windows\Signum.Windows.csproj", "{76278145-7CCD-4411-9B8A-078708128571}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 6
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://tfs02.codeplex.com/
		SccProjectUniqueName0 = Signum.Utilities\\Signum.Utilities.csproj
		SccProjectName0 = Signum.Utilities
		SccLocalPath0 = Signum.Utilities
		SccProjectUniqueName1 = Signum.Entities\\Signum.Entities.csproj
		SccProjectName1 = Signum.Entities
		SccLocalPath1 = Signum.Entities
		SccProjectUniqueName2 = Signum.Engine\\Signum.Engine.csproj
		SccProjectName2 = Signum.Engine
		SccLocalPath2 = Signum.Engine
		SccProjectUniqueName3 = Signum.Services\\Signum.Services.csproj
		SccProjectName3 = Signum.Services
		SccLocalPath3 = Signum.Services
		SccProjectUniqueName4 = Signum.Windows\\Signum.Windows.csproj
		SccProjectName4 = Signum.Windows
		SccLocalPath4 = Signum.Windows
		SccLocalPath5 = .
	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
		{B63C47DF-4EC3-4D80-863C-2B5A38D2C35B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B63C47DF-4EC3-4D80-863C-2B5A38D2C35B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B63C47DF-4EC3-4D80-863C-2B5A38D2C35B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B63C47DF-4EC3-4D80-863C-2B5A38D2C35B}.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
	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