Click here to Skip to main content
15,879,326 members
Articles / Programming Languages / Visual Basic

Automatic Implementation of the Event-Based Asynchronous Pattern

Rate me:
Please Sign up or sign in to vote.
4.78/5 (32 votes)
26 Nov 2008CPOL20 min read 63.1K   912   101  
Implement the event-based asynchronous pattern automatically with this code generator

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncGen", "AsyncGen.csproj", "{9168D54B-0C3D-4846-AC4F-C98742866C91}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncGenLib", "AsyncClientGeneratorLib\AsyncGenLib.csproj", "{BDDE2D14-F470-42B8-950D-901E91C7A962}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClientCSharp", "TestClientCSharp\TestClientCSharp.csproj", "{60EE9C14-728B-4228-A25F-6689E9812CD9}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestClientVB", "TestClientVB\TestClientVB.vbproj", "{D3970D9A-AEAC-43BF-9B28-EE2AF6CA7EE7}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAssembly", "TestAssembly\TestAssembly.csproj", "{631C4187-D850-4F94-A37A-4799FAAA0407}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
	ProjectSection(ProjectDependencies) = postProject
		{9168D54B-0C3D-4846-AC4F-C98742866C91} = {9168D54B-0C3D-4846-AC4F-C98742866C91}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClientCpp", "TestClientCpp\TestClientCpp.vcproj", "{0AE545DE-3EC3-4B38-A91D-ACA725AEA4E3}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
	ProjectSection(ProjectDependencies) = postProject
		{631C4187-D850-4F94-A37A-4799FAAA0407} = {631C4187-D850-4F94-A37A-4799FAAA0407}
		{BDDE2D14-F470-42B8-950D-901E91C7A962} = {BDDE2D14-F470-42B8-950D-901E91C7A962}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug With Snippets|Any CPU = Debug With Snippets|Any CPU
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Debug With Snippets|Any CPU.ActiveCfg = Debug With Snippets|Any CPU
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Debug With Snippets|Any CPU.Build.0 = Debug With Snippets|Any CPU
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9168D54B-0C3D-4846-AC4F-C98742866C91}.Release|Any CPU.Build.0 = Release|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Debug With Snippets|Any CPU.ActiveCfg = Debug|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Debug With Snippets|Any CPU.Build.0 = Debug|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BDDE2D14-F470-42B8-950D-901E91C7A962}.Release|Any CPU.Build.0 = Release|Any CPU
		{60EE9C14-728B-4228-A25F-6689E9812CD9}.Debug With Snippets|Any CPU.ActiveCfg = Debug|Any CPU
		{60EE9C14-728B-4228-A25F-6689E9812CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{60EE9C14-728B-4228-A25F-6689E9812CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D3970D9A-AEAC-43BF-9B28-EE2AF6CA7EE7}.Debug With Snippets|Any CPU.ActiveCfg = Debug|Any CPU
		{D3970D9A-AEAC-43BF-9B28-EE2AF6CA7EE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3970D9A-AEAC-43BF-9B28-EE2AF6CA7EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Debug With Snippets|Any CPU.ActiveCfg = Debug|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Debug With Snippets|Any CPU.Build.0 = Debug|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{631C4187-D850-4F94-A37A-4799FAAA0407}.Release|Any CPU.Build.0 = Release|Any CPU
		{0AE545DE-3EC3-4B38-A91D-ACA725AEA4E3}.Debug With Snippets|Any CPU.ActiveCfg = Debug|Win32
		{0AE545DE-3EC3-4B38-A91D-ACA725AEA4E3}.Debug|Any CPU.ActiveCfg = Debug|Win32
		{0AE545DE-3EC3-4B38-A91D-ACA725AEA4E3}.Release|Any CPU.ActiveCfg = Release|Win32
	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) Philips Healthcare
Israel Israel
I got my B.Sc. in Mathematics and Computer Science from Tel Aviv University in 1997. Since then I have developed software in UNIX, Win32 and .NET. I currently live in Haifa.

Comments and Discussions