Microsoft Ready To Release SQL Server 2012

Microsoft Corporate Vice President Ted Kummert addressed an audience of more than 5,000 technology professionals to discuss how Microsoft Corp. is evolving its data platform to respond to customer needs. Kummert described how SQL Server 2012, formerly code-named “Denali,” addresses the growing challenges of data and device proliferation by enabling customers to rapidly unlock and ...

How to Deploy Windows Azure app on Azure Management Portal

Windows Azure App aren’t the traditional apps which can be hosted by every second company, you need to deploy it to the Azure Management Portal. Deploying is one of the easiest tasks of Windows Azure App development. Follow these simple steps: Develop you Azure App and run it successfully on Azure Emulator. For the sake ...

Microsoft Visual Studio 11 Preview

Overview Visual Studio 11 Developer Preview is an integrated development environment that seamlessly spans the entire life cycle of software creation, including architecture, user interface design, code creation, code insight and analysis, code deployment, testing, and validation. This release adds support for the most advanced Microsoft platforms, including the next version of Windows (code-named “Windows ...

Understanding Web Roles in Windows Azure 1

A Web Role is a very important component of the Fabric  in Windows Azure.A web role is basically a front end of your service through which a user can interact with the services. This can be developed using ASP.NET , ASP.NET MVC2, WCF service web role and CGI web role. The choice for the various Web ...

Kick start to your first Windows Azure app 1

To start the windows azure app you need to follow the simple steps as shown below: Open the Visual Studio Ultimate or Visual Studio Express.Click on File then New then Project Then see the Installed Templates select Cloud Now you will see a window where you have to select Web Roles and Worker Roles.You can ...

Understanding “Compute” in Windows Azure

Windows Azure compute can run many different kinds of applications. Whatever an application does, however, it must be implemented as one or more roles. Windows Azure then typically runs multiple instances of each role, using Built-in load balancing to spread requests across them. Fig below shows how this looks.      Web roles, intended primarily ...

Basics of Windows Azure Storage

Windows Azure Storage is a scalable, highly available, and durable service to store any kind of application data. The Storage service provides you with the ability to store data in three different types of storage types: blobs, queues, and tables. Each storage type has advantages; depending on the application requirements, you can choose the appropriate ...