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

Developing Next Generation Smart Clients using .NET 2.0 working with Existing .NET 1.1 SOA-based XML Web Services

Rate me:
Please Sign up or sign in to vote.
4.96/5 (134 votes)
16 Aug 200540 min read 1.2M   3.9K   462  
Comprehensive guide to development of .NET 2.0 Smart Clients working with existing Service Oriented Architecture based XML web services, fully utilizing the Enterprise Library
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools.SecurityDatabaseConsole", "Tools.SecurityDatabaseConsole.csproj", "{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		DebugLongRunningTests = DebugLongRunningTests
		DebugUnitTests = DebugUnitTests
		Release = Release
		ReleaseFinal = ReleaseFinal
		ReleaseUnitTests = ReleaseUnitTests
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.Debug.ActiveCfg = Debug|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.Debug.Build.0 = Debug|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.DebugLongRunningTests.ActiveCfg = DebugLongRunningTests|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.DebugLongRunningTests.Build.0 = DebugLongRunningTests|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.DebugUnitTests.ActiveCfg = DebugUnitTests|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.DebugUnitTests.Build.0 = DebugUnitTests|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.Release.ActiveCfg = Release|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.Release.Build.0 = Release|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.ReleaseFinal.ActiveCfg = ReleaseFinal|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.ReleaseFinal.Build.0 = ReleaseFinal|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.ReleaseUnitTests.ActiveCfg = ReleaseUnitTests|.NET
		{DD6C7F92-D769-4E1A-9BE4-C15A22934B2F}.ReleaseUnitTests.Build.0 = ReleaseUnitTests|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions