Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Azure and .NET Services? Is there any correlation with WCF Services?

Tags:

.net

wcf

azure

What is Azure and .NET Services? Is there any correlation with WCF Services?

like image 263
Alberto Avatar asked Oct 14 '22 15:10

Alberto


2 Answers

Azure is Microsoft's cloud computing environment - see here.

Re WCF: is certainly one the the things you can host in the cloud, but you can do a lot more too...

(wiki'd, as close to a dup, but not 100% dup...)

like image 56
2 revs Avatar answered Oct 19 '22 02:10

2 revs


Azure is sometimes referred to as Microsoft Azure which is a public cloud computing service created by Microsoft for developing, testing, deploying, and managing applications.

.Net is a framework of software that is also created by Microsoft that runs on Microsft Windows.

WCF is abbreviated as Windows Communication Foundation which is a framework used to enable hosting services in any type of operating system process. Mostly it is used along with .Net

For a better understanding, I would suggest you go through some resources like MS Azure Tutorial, .Net tutorial that may help a beginner.

like image 24
sherihans123 Avatar answered Oct 19 '22 03:10

sherihans123