Finally, I decided to write a series of short blog posts about my internship at Redmond this summer, like I did last year. So this post will be covering only Windows Azure-specific topics. I hope you’ll get an idea about the company and may want to apply for jobs there.
What is Windows Azure? (boring part)
Good question. Formal definition: Windows Azure is Microsoft’s PaaS/IaaS cloud computing platform offering that is used to build and host scalable applications, databases and storages on Microsoft datacenters. It has SQL Azure, Azure Storage Service and AppFabric. Windows Azure is the Operating System (OS) for this system. The whole thing is called “Azure Services”.
Informal definition: It is like Google App Engine, but you’re deploying ASP.NET applications instead of Java, but you can access to your instance like Amazon EC2, it also has storage service offering like Amazon S3, but it is better and it also has a cloud relational-database like Amazon RDS. That means when you create an app, you can run it on 20 machines immediately. Everything is on the cloud, you have really less operations and migration costs. Read More →