Click here to Skip to main content
15,894,546 members
Articles / Programming Languages / C#

Some Useful Concurrency Classes and A Small Testbench

Rate me:
Please Sign up or sign in to vote.
4.92/5 (37 votes)
15 Jan 2007CPOL70 min read 103.9K   1K   140  
Useful concurrency classes and small test bench in C#
Microsoft Visual Studio Solution File, Format Version 9.00
# SharpDevelop 2.0.0.1462
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QATester_Main_Articles", "QATester_Main_Articles.csproj", "{7309A82D-53CE-450C-BD0A-0D884248FAE3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7309A82D-53CE-450C-BD0A-0D884248FAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7309A82D-53CE-450C-BD0A-0D884248FAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7309A82D-53CE-450C-BD0A-0D884248FAE3}.Release|Any CPU.Build.0 = Release|Any CPU
		{7309A82D-53CE-450C-BD0A-0D884248FAE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
	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
Web Developer
United States United States
Kurt R. Matis received the B.S degree in Applied Mathemetics from Empire State College in 1981 and the PhD. degree in Electrical Engineering from Rensselaer Polytechnic Institute in 1984. He has been involved in several companies over the past 30 years, but has been most recently involved with the Macher-Plander Software Engineering Consortium, of which he is a co-founder. The Consortium is involved with education in .Net technologies and Software Quality Management topics.

Dr. Matis is a member of IEEE and the American Historical Truck Society. Kurt lives happily in Troy, NY with his beautiful wife, two beautiful daughters and his beautiful trucks.

Dr. Matis is interested in working with companies who wish assistance in porting legacy applications of all types to .Net. He can be reached at krogerma@aol.com.




Comments and Discussions