F5 Debug…

Building & Debugging the Technology!!!

Archive for September, 2011

Microsoft Virtual TechDays 2011 — Highlights on Sessions Attended

Posted by Karthikeyan Anbarasan on September 30, 2011

Friends,

It was really nice sessions for the last 3 days (Sep 28th to Sep 30th), a good technology feed for all the developers and architects who attended the sessions. First let me start with the first and the second day it was really a good day for the Azure Guys who are eager to learn new stuffs from the microsoft team. We had many session with demos on the azure usage and the cloud computing stuffs. Later we had some good sessions on the implementation of Private Cloud as well which helped the developers and architects to think on the stuffs that can be implemented to their organization.

I should really highlight the day 2 session on Security, it was really good and great put together by the Microsoft Security team guys. Also the 3rd day session on the Career Road map and stuffs that give more focus to the developers career where really excellent thoughts bu the Microsoft to include in Virtual Techdays. Over all it was a very good and successful event by microsoft and below are some of the key stuffs which are to be noted down.

Highlight 1 - Next Virtual TechDays Session will start by Dec 14th to Dec 16th

Highlight 2 - I have won the Day 2 Security Session QUIZ and got 16GB pen drive as prize from Microsoft :)

Thanks Microsoft for providing  the learnings!!!

Waiting for the next series on Microsoft Virtual TechDays for the year

Happy Programming!!!

Posted in Virtual Tech Days | Tagged: , , , , , , , | 2 Comments »

Microsoft Team Blog on Private Cloud Implementations

Posted by Karthikeyan Anbarasan on September 30, 2011

Friends,

Quite few months i was working on Windows Azure and SQL Azure and documented my findings to my readers, yesterday after attending the Virtual Tech days on the Private Cloud topic it was quite interesting and i was looking into the stuffs to make an article on implementing Private Cloud for an enterprise solution.

When i was browsing through the site i came across the Microsoft Private Cloud Architecture Blog which was quite interesting and has many solutions for the real time private cloud implementations. Also we can see some great Microsoft guys out their finding with the complete implementations which will really help for the new learners to implement the private cloud.

Blog URL - http://blogs.technet.com/b/privatecloud/

Also we can get frequent updates from the Private Cloud team by the social media like facebook, twitter etc… using the below links

Twitter

Facebook

LinkedIn

Also we can get the complete details of the cloud from the technet using the below link

http://technet.microsoft.com/en-us/cloud

Posted in Private Cloud | Tagged: , , , , , , , , | 1 Comment »

Design and Deploy Visual Studio Light Switch 2011 Application in Windows Azure – Part 2

Posted by Karthikeyan Anbarasan on September 29, 2011

This article is going to be Part 2 of a series of article on Designing and Deploying Visual Studio Light Switch 2011 Application on Windows Azure Cloud. In this part we will see how to deploy the application to the Windows Azure Cloud environment using the Visual Studio IDE.

Now let us open the Visual Studio Light Switch 2011 Application (VSLightSwitchAzure) and right click on the project name in the solution explorer to select the properties option. We can see the property window as shown in the screen below. As highlighted in the screen we need to select the option to run the application as a web client and select the server as Host Application Services using Windows Azure. Once the above options are selected we can click on the Publish button to proceed further to publish our application to the Windows Azure Cloud Environment.

Click here to Read more

Posted in Azure, Windows Azure | Tagged: , , , , , , , , , | 1 Comment »

Windows Azure Platform PowerShell Cmdlets 2.0

Posted by Karthikeyan Anbarasan on September 28, 2011

Friends,

The Windows Azure Platform PowerShell Cmdlets 2.0 enable you to browse, configure, and manage Windows Azure Compute and Storage services directly from PowerShell.  These tools can be helpful when developing and testing applications that use Windows Azure Services.  For instance, using these tools you can easily script the deployment and upgrade of Windows Azure applications, change the configuration for a role, and set and manage your diagnostic configuration and diagnostic data.

The Windows Azure Platform Powershell Cmdlets 2.0 changes includes the following

  • Improved Support for Hosted Services Management, Affinity Groups, Storage Accounts, Storage and Instance Management.
  • Enhanced Diagnostics Support: Manage all aspects of Windows Azure Diagnostics from PowerShell.
  • SQL Azure Support: Add/Remove/Update SQL Azure Servers
  • Storage Analytics Support: Enable or Disable Storage Analytics for your Storage Account.
  • The Access Control Service PowerShell Cmdlets have been merged with the existing Windows Azure PowerShell Cmdlets so you can deploy both in a single installation.
  • Some of the cmdlets have been renamed and others have been enhanced in order to follow the PowerShell cmdlets design guidelines more closely.
  • The namespaces in the cmdlets solution have undergone substantial change.

Download the Windows Azure Platform Powershell Cmdlets 2.0 using the link http://wappowershell.codeplex.com/releases

To get the complete documentation and the step by step process installation use the link http://wappowershell.codeplex.com/documentation

 

Happy Programming!!!

Posted in Azure, Windows Azure | Tagged: , , , , , , , | 2 Comments »