Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cloud computing in .net 4.0

Since the launch of .net 4.0 the buzz word has been cloud computing. But very little is said and discussed about it in perspective of .net technologies. Further is it really the worth to invest or do we have sufficient current technologies that can handle what cloud computing offers ?

Can you please describe it and an example would be quite helpful !

Thanks in advance.

like image 908
HotTester Avatar asked May 13 '10 08:05

HotTester


1 Answers

Cloud computing is another name for what a lot of us have been doing for a long time. Distributed computing and service oriented architecture. The tools are already there in your IDE and in your framework. Apply them with discretion and where necessary. Know the buzzwords, but don't pay them too much attention.

The main thing that has been added by the current discussions on cloud-based computing is the emphasis on being able to scale up quickly and pay for what you use. But again, from a technology point of view, this has been available to us for a long time.

like image 160
Daniel Dyson Avatar answered Oct 13 '22 06:10

Daniel Dyson