Replies |
Gausi
Posted on: 9/23/2011 5:34:28 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Hi,
I can answer your question partially..
"Azure" is project name from Microsoft for Cloud Computing.
Benefit for Asp.Net Developer:
Cloud Computing will give you hardware independence.
e.g;
You don't have to worry about traffic to your Web Apps, means if traffic to web Applcation increase or decrease dramatically, your application works fine .
Demerit for Asp.Net Developer:
your Application should be completly stateless, as you said you have existingwebsite in Asp.Net , then may be you are using Session variable to maintain state ... but in cloud computing you will not have session variables .
So you have to change your existing application alot to make compatible with cloud computing.
Following are few links for startup, I hope it will help you
http://www.microsoft.com/azure/whatisazure.mspx
http://www.msdev.com/Directory/SeriesDescription.aspx?CourseId=96
Regards,
Gaurav Singh
(gausi)
Arjunpktr, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Akiii
Posted on: 9/23/2011 12:41:17 PM
|
Level: Bronze | Status: [Member] | Points: 25
|
Hi Gausi,
If session variables are not available in cloud computing then how can we save state there ?
Thanks and Regards
Akiii
Arjunpktr, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
CS1401
Posted on: 9/27/2011 9:09:44 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet).
<cs1401>...</cs1401>
Arjunpktr, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Cloud computing is a technology that uses the internet and central remote servers to maintain data and applications. Cloud computing allows consumers and businesses to use applications without installation and access their personal files at any computer with internet access. This technology allows efficient computing by centralizing storage, memory, processing and bandwidth.
http://www.intacore.com/
Arjunpktr, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Varung
Posted on: 12/5/2011 5:08:22 AM
|
Level: Starter | Status: [Member] | Points: 25
|
cloud computing is storing of your files,applications etc.,in the internet.....
G.Varun
Arjunpktr, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|