Click here to Skip to main content
15,886,067 members
Articles / Web Development

Service Oriented Architecture and WCF

Rate me:
Please Sign up or sign in to vote.
4.73/5 (67 votes)
18 Apr 2014CPOL9 min read 232.6K   3K   144  
In this article we will talk about Service oriented architecture and its characteristics

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple", "Simple\Simple.csproj", "{15B3E0D2-6217-493A-A690-158C497F5318}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.csproj", "{8A95F4A4-D6EC-426F-B604-E0991E428907}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{1ED21CAC-368C-4080-A57E-779939075674}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{15B3E0D2-6217-493A-A690-158C497F5318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{15B3E0D2-6217-493A-A690-158C497F5318}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{15B3E0D2-6217-493A-A690-158C497F5318}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{15B3E0D2-6217-493A-A690-158C497F5318}.Release|Any CPU.Build.0 = Release|Any CPU
		{8A95F4A4-D6EC-426F-B604-E0991E428907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8A95F4A4-D6EC-426F-B604-E0991E428907}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8A95F4A4-D6EC-426F-B604-E0991E428907}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8A95F4A4-D6EC-426F-B604-E0991E428907}.Release|Any CPU.Build.0 = Release|Any CPU
		{1ED21CAC-368C-4080-A57E-779939075674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1ED21CAC-368C-4080-A57E-779939075674}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1ED21CAC-368C-4080-A57E-779939075674}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1ED21CAC-368C-4080-A57E-779939075674}.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
Founder Just Compile
India India
Learning is fun but teaching is awesome.

Who I am? Trainer + consultant + Developer/Architect + Director of Just Compile

My Company - Just Compile

I can be seen in, @sukeshmarla or Facebook

Comments and Discussions