Click here to Skip to main content
15,880,469 members
Articles / Programming Languages / C#

WCF Implementation of the Publisher/Subscriber Model

Rate me:
Please Sign up or sign in to vote.
4.45/5 (19 votes)
9 Jan 2008CPOL5 min read 157.8K   5K   96  
Implementation of the Publisher and Subscriber model.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PubSubClient", "PubSubClient\PubSubClient.csproj", "{B706BFA0-EF76-4510-ACF1-16C144F18B4D}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B706BFA0-EF76-4510-ACF1-16C144F18B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B706BFA0-EF76-4510-ACF1-16C144F18B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B706BFA0-EF76-4510-ACF1-16C144F18B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B706BFA0-EF76-4510-ACF1-16C144F18B4D}.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
New Zealand New Zealand
Chakkaradeep, known as Chaks to his friends, hails from the Indian subcontinent.Having done his Masters in Software Engineering, he knows his way around a computer and has sound knowledge of Microsoft technologies.

Chaks is currently working as a Microsoft Developer @ New Zealand.

You can reach him via his blog - http://chakkaradeep.wordpress.com

Comments and Discussions