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

Online Circular Chess in Silverlight, ASP.NET AJAX, WCF Web Services, and LINQ to SQL

Rate me:
Please Sign up or sign in to vote.
4.84/5 (61 votes)
31 Dec 2007CPOL34 min read 219.8K   1.9K   145  
An application for users to play Circular Chess over the internet based on Silverlight, ASP.NET AJAX, WCF Web Services, and LINQ to SQL.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircularChess", "CircularChess\CircularChess.csproj", "{D7D512E3-4312-476B-86C3-BC54D99F2D7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragAndDrop", "DragAndDrop\DragAndDrop.csproj", "{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CircularChessWebsite", "CircularChessWebsite\", "{AA271C13-B0E7-4725-B909-368337854160}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		ProjectReferences = "{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}|CChess.dll;"
		Debug.AspNetCompiler.VirtualPath = "/CircularChessWebsite"
		Debug.AspNetCompiler.PhysicalPath = "CircularChessWebsite\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\CircularChessWebsite\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/CircularChessWebsite"
		Release.AspNetCompiler.PhysicalPath = "CircularChessWebsite\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\CircularChessWebsite\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2627"
		DefaultWebSiteLanguage = "Visual C#"
		ProjOutputReferences = "{D7D512E3-4312-476B-86C3-BC54D99F2D7E}|;"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CChess", "CChess\CChess.csproj", "{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}"
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
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Release|.NET.ActiveCfg = Release|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Release|Any CPU.Build.0 = Release|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{D7D512E3-4312-476B-86C3-BC54D99F2D7E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Release|.NET.ActiveCfg = Release|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Release|Any CPU.Build.0 = Release|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{87AAD6CC-8371-41BE-ABB8-3DD7FE0A3E25}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{AA271C13-B0E7-4725-B909-368337854160}.Debug|.NET.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Debug|.NET.Build.0 = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Release|.NET.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Release|.NET.Build.0 = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Release|Any CPU.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{AA271C13-B0E7-4725-B909-368337854160}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Release|.NET.ActiveCfg = Release|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Release|Any CPU.Build.0 = Release|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E7CDD01A-CB37-4818-8A67-4559EA1D8F2B}.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 Code Project Open License (CPOL)


Written By
Israel Israel
My name is Julian, I was born in Argentina, but I've been living in Israel for 6 years already. I'm a high school student in my last year, I study computer science, physics and math.
Other than programming, I really enjoy watching anime and reading manga.

Comments and Discussions