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

State Machine Complier And Asp.net

Rate me:
Please Sign up or sign in to vote.
4.56/5 (4 votes)
20 Oct 2008CPOL4 min read 55.5K   307   31  
This article demonstrate the implementation of State Machine Compiler in .NET. This is small proof of concept for developing state machine workflow activity.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateMachineWorkflowActivity", "StateMachineWorkflowActivity\StateMachineWorkflowActivity.csproj", "{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "..\Domain\Domain\Domain.csproj", "{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "..\DataAccess\DataAccess\DataAccess.csproj", "{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicesProvider", "..\ServicesProvider\ServicesProvider\ServicesProvider.csproj", "{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\SMC_Demo\SMCWebsite\", "..\SMCWebsite", "{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}|ServicesProvider.dll;{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}|StateMachineWorkflowActivity.dll;"
		Debug.AspNetCompiler.VirtualPath = "/SMCWebsite"
		Debug.AspNetCompiler.PhysicalPath = "..\SMCWebsite\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SMCWebsite\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/SMCWebsite"
		Release.AspNetCompiler.PhysicalPath = "..\SMCWebsite\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SMCWebsite\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "22197"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
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
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Release|.NET.ActiveCfg = Release|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Release|Any CPU.Build.0 = Release|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{02A95B94-4C7D-41BA-B0A8-DA84C05B5DD8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Release|.NET.ActiveCfg = Release|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Release|Any CPU.Build.0 = Release|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{8F82AB35-0565-4BC2-84DB-B25FD366C5F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Release|.NET.ActiveCfg = Release|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Release|Any CPU.Build.0 = Release|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{2D27C47D-BFD4-4FCD-B054-322EB3CF9E98}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Release|.NET.ActiveCfg = Release|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Release|Any CPU.Build.0 = Release|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{7FDDD920-4D30-4F3D-A1F0-876EDBE9151B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Debug|.NET.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Debug|.NET.Build.0 = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Release|.NET.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Release|.NET.Build.0 = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Release|Any CPU.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{9E7EED47-D6EC-45CD-92C9-E1241AB1B26C}.Release|Mixed Platforms.Build.0 = Debug|.NET
	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
Technical Lead
Australia Australia
Whatsup-->Exploring--> MVC/HTML5/Javascript & Virtualization.......!
www.santoshpoojari.blogspot.com

Comments and Discussions