Click here to Skip to main content
15,891,936 members
Articles / Desktop Programming / WPF

Scalable Asynchronous Duplex Communication Between WPF and WCF

Rate me:
Please Sign up or sign in to vote.
4.85/5 (12 votes)
4 Sep 2011CPOL5 min read 47K   2K   49  
Scalable duplex communication between WPF and WCF.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfClient", "WpfClient\WpfClient.csproj", "{10C9A90D-75CA-4C75-8516-0F4C6986E32C}"
	ProjectSection(ProjectDependencies) = postProject
		{27526B6E-CBD7-4F97-A2CA-FBF494789236} = {27526B6E-CBD7-4F97-A2CA-FBF494789236}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stocks", "Common\Stocks.csproj", "{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartMultipleClients", "StartMultipleClients\StartMultipleClients.csproj", "{47ADA176-781B-481A-BDDF-F44EFF357DFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockService", "StockService\StockService.csproj", "{27526B6E-CBD7-4F97-A2CA-FBF494789236}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 5
		SccProjectName0 = \u0022$/OnlineGuitarSessions/OnlineGuitarSessions\u0022,\u0020HQAAAAAA
		SccLocalPath0 = .
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		SccProjectUniqueName1 = WpfClient\\WpfClient.csproj
		SccLocalPath1 = .
		SccProjectFilePathRelativizedFromConnection1 = WpfClient\\
		SccProjectUniqueName2 = StartMultipleClients\\StartMultipleClients.csproj
		SccLocalPath2 = .
		SccProjectFilePathRelativizedFromConnection2 = StartMultipleClients\\
		SccProjectUniqueName3 = Common\\Stocks.csproj
		SccLocalPath3 = .
		SccProjectFilePathRelativizedFromConnection3 = Common\\
		SccProjectUniqueName4 = StockService\\StockService.csproj
		SccLocalPath4 = .
		SccProjectFilePathRelativizedFromConnection4 = StockService\\
	EndGlobalSection
	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
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Debug|Any CPU.ActiveCfg = Debug|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Debug|x86.ActiveCfg = Debug|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Debug|x86.Build.0 = Debug|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Release|Any CPU.ActiveCfg = Release|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Release|Mixed Platforms.Build.0 = Release|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Release|x86.ActiveCfg = Release|x86
		{10C9A90D-75CA-4C75-8516-0F4C6986E32C}.Release|x86.Build.0 = Release|x86
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Debug|x86.ActiveCfg = Debug|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Release|Any CPU.Build.0 = Release|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E76C2C40-A148-434C-BCEA-43BDAC34BE9B}.Release|x86.ActiveCfg = Release|Any CPU
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Debug|Any CPU.ActiveCfg = Debug|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Debug|x86.ActiveCfg = Debug|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Debug|x86.Build.0 = Debug|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Release|Any CPU.ActiveCfg = Release|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Release|Mixed Platforms.Build.0 = Release|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Release|x86.ActiveCfg = Release|x86
		{47ADA176-781B-481A-BDDF-F44EFF357DFC}.Release|x86.Build.0 = Release|x86
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Debug|x86.ActiveCfg = Debug|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Release|Any CPU.Build.0 = Release|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{27526B6E-CBD7-4F97-A2CA-FBF494789236}.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
Architect
Ireland Ireland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions