<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>.Net Loftings</title>
        <link>http://geekswithblogs.net/vijayamalla/Default.aspx</link>
        <description> Easy .NET for pre-Beginners</description>
        <language>en-US</language>
        <copyright>Vijaya Malla</copyright>
        <managingEditor>mvsaradhi@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>.Net Loftings</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/vijayamalla/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Playing with Windows 8 Sensors &amp;ndash; Light Sensor</title>
            <category>How To</category>
            <category>Surface</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2013/02/27/playing-with-windows-8-sensors-ndash-light-sensor.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2013/02/27/playing-with-windows-8-sensors-ndash-light-sensor.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2013/02/27/playing-with-windows-8-sensors-ndash-light-sensor.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;  &lt;p&gt;Its been a great ride for all of us who Love Technology and play with what it can do for us with the devices that we have. In search to explore new stuff that can be done with the wide range of sensors that are available for us these days I have come across this wonderful post done by Sacha Barber about Light sensor on Windows 8. “&lt;a href="http://www.codeproject.com/Articles/536507/Windows-8-Fun-with-sensors" target="_blank"&gt;Fun With Windows 8 Light Sensor&lt;/a&gt;” is where you can look how the light sensor can be used to control the Google Earth.&lt;/p&gt;  &lt;p&gt;I either can follow him and implement the same but I decided to start learn the basics first and then jump onto more complex implementations, and I decided to write blog posts along my journey so you have a smooth understanding of what we are going to do with sensors.&lt;/p&gt;  &lt;p&gt;This post is about Light Sensor (100 Level) – Here we are just going to initialize the light sensor and read the Luminance value (which is measured in LUX). You cal always wiki the LUX and learn more about it .&lt;/p&gt;  &lt;p&gt;Let me start now and show what I did to get the following final result.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/image_2.png"&gt;&lt;img title="image" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="image" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/image_thumb.png" width="658" height="372" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The number  “122” is the Luminance value that the light sensor on my Surface Pro read from the light ambience in my room. Here you go, very simple to follow.&lt;/p&gt;  &lt;p&gt;1. Open Visual Studio 2012 (I am on Surface Pro, any computer with light sensor that can run VS is a minimum requirement)&lt;/p&gt;  &lt;p&gt;2. File &amp;gt;&amp;gt; New &amp;gt;&amp;gt; Project (Select/Enter the stuff that are marked in Red)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/NewProject_2.jpg"&gt;&lt;img title="NewProject" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="NewProject" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/NewProject_thumb.jpg" width="618" height="356" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Since this is a very small application I selected the Blank App Template. Now Visual Studio Creates a Blank Windows 8 Application.&lt;/p&gt;  &lt;p&gt;When you run it you will see a black blank windows, since we don't have anything on the app yet.&lt;/p&gt;  &lt;p&gt;3. Lets put some stuff on the page to show up on the screen so that we don't see blank page. Since I am like many of you guys who are not great designers or Lazy to write the UI code, Microsoft have Blend for us. I open Blend and opened my project and below is who it looked.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/BlendPage_2.jpg"&gt;&lt;img title="BlendPage" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="BlendPage" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/BlendPage_thumb.jpg" width="651" height="352" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Red box to the left is the tree structure of the application. The Blank application template only gives a blank grid and I added a stackpanel under it to stack my text. Below is how it  looked after i had my UI design done.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/BlendPage2_2.jpg"&gt;&lt;img title="BlendPage2" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="BlendPage2" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/BlendPage2_thumb.jpg" width="658" height="391" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Its very clear that i have a stackpanel with 4 textblocks (labels), Title, Author area, the Box to show the Luminance value, and a help text to show how to activate it.&lt;/p&gt;  &lt;p&gt;4. Now go back to VS 2012 and you shall see something like this&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/Caution_2.jpg"&gt;&lt;img title="Caution" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="Caution" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/Caution_thumb.jpg" width="520" height="208" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;here click “Yes to All” to save the changes that are made on Blend, now you will see the UI changes on VS 2012 as well. Now if you run the App it shall look like below rather than a blank black window like it was earlier.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/EmptyApp_2.jpg"&gt;&lt;img title="EmptyApp" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="EmptyApp" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/EmptyApp_thumb.jpg" width="710" height="398" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;5. Now lets get back to the code and add few lines of code and shall see the light sensor do its magic. So far when you run the app what we see on the page is contenst from the MainPage.xaml&lt;/p&gt;  &lt;p&gt;Now lets click on the little arrow next to it to add code behind (open MainPage.xaml.cs)&lt;/p&gt;  &lt;p&gt;You will see a constructor which Initializes the component and right above that Initialize a private variable&lt;/p&gt;  &lt;p&gt;private LightSensor _sensor; (you might need to add a reference to Windows.Devices.Sensors)&lt;/p&gt;  &lt;p&gt;and add the following code right below InitializeComponent() call in the constructor&lt;/p&gt;  &lt;p&gt;private LightSensor _sensor;&lt;/p&gt;  &lt;p&gt;_sensor = LightSensor.GetDefault();   &lt;br /&gt;if (_sensor != null)    &lt;br /&gt;{    &lt;br /&gt;    LuxValue.Text = "";    &lt;br /&gt;}    &lt;br /&gt;else    &lt;br /&gt;{    &lt;br /&gt;    LuxValue.Text = "No Light Sensor Found";    &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;what basically we are doing it getting a new local instance of LightSensor before the constructor is called and checking the default value of the sensor after the MainPage object has been initialized, if that default value is null then it means that there is no sensor and we show the “No Light Sensor” text if not we just don't do anything.&lt;/p&gt;  &lt;p&gt;6. in the same MainPage.xaml.cs file you will also get an override method called OnNavigatedTo , this is the method that is called when the app is completely loaded (to put in simple terms). and this is where we have to call the function that reads the Luminance value from the light sensor and displays in the box that is shown in step 3 second image.&lt;/p&gt;  &lt;p&gt;and this is how it looks&lt;/p&gt;  &lt;p&gt;protected override void OnNavigatedTo(NavigationEventArgs e)   &lt;br /&gt;{    &lt;br /&gt;    _sensor.ReadingChanged += new TypedEventHandler&amp;lt;LightSensor, LightSensorReadingChangedEventArgs&amp;gt;(&lt;strong&gt;ReadingChanged&lt;/strong&gt;);    &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;I am calling an async method on the OnNavigatedTo so that the Luminance &lt;strong&gt;ReadingChanged&lt;/strong&gt; event is called continuously and the number is shown every time the value changes. below is that the ReadingChanged method looks like&lt;/p&gt;  &lt;p&gt;async private void ReadingChanged(object sender, LightSensorReadingChangedEventArgs e)   &lt;br /&gt;{    &lt;br /&gt;    await Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =&amp;gt;    &lt;br /&gt;    {    &lt;br /&gt;        LightSensorReading reading = e.Reading;    &lt;br /&gt;        LuxValue.Text = String.Format("{0}", reading.IlluminanceInLux);    &lt;br /&gt;    });    &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;and thats it, everything is in place and lets run the app and we shall see the same windows as step4 second image, but if you read the help text at the bottom asking you to wave before the sensor so that the ReadingChanged event is activated and the Luminance number is shown.&lt;/p&gt;  &lt;p&gt;Sample out put window &lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/image_4.png"&gt;&lt;img title="image" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="image" src="http://gwb.blob.core.windows.net/vijayamalla/WindowsLiveWriter/PlayingwithWindows8SensorsLightSensor_D345/image_thumb_1.png" width="765" height="432" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The “123” is the Luminance value from the light sensor on my surface pro in my room. I used my windows phone flash app pointed directly to the light sensor and the number increased to around 12000 (simulating sun)&lt;/p&gt;  &lt;p&gt;And there we go, out first very simple app that reads the data from the sensor and the complete code can be downloaded from my public skydrive at &lt;a href="https://skydrive.live.com/?cid=5d4ebf59ccc9bd23&amp;amp;id=5D4EBF59CCC9BD23%211002&amp;amp;action=Share" target="_blank"&gt;LightSensor1 CodeDownload&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Further updates are going to come soon, please stay tuned and let me know your comments.&lt;/p&gt;  &lt;p&gt;Thank you &lt;/p&gt;  &lt;p&gt;Vijaya Malla.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/152256.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2013/02/27/playing-with-windows-8-sensors-ndash-light-sensor.aspx</guid>
            <pubDate>Thu, 28 Feb 2013 01:38:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/152256.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2013/02/27/playing-with-windows-8-sensors-ndash-light-sensor.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/152256.aspx</wfw:commentRss>
        </item>
        <item>
            <title>My Experience with free source control from Microsoft</title>
            <category>What is ..?</category>
            <category>My Thoughts</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/my-experience-with-free-source-control-from-microsoft.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2013/02/15/my-experience-with-free-source-control-from-microsoft.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2013/02/15/my-experience-with-free-source-control-from-microsoft.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;  &lt;p&gt;Microsoft has been very generous with all the free stuff they are giving to the developer community and among that is a free source control  (&lt;a href="https://tfs.visualstudio.com/"&gt;tfs&lt;/a&gt; ). It is free for 5 developers and is a very little after that. if you are small business and a single developer like me who works on random projects then this is the best solution (in my mind) for all of us (visual studio developers).&lt;/p&gt;  &lt;p&gt;Just register at &lt;a title="https://tfs.visualstudio.com/" href="https://tfs.visualstudio.com/"&gt;https://tfs.visualstudio.com/&lt;/a&gt; and can start your source control in seconds.&lt;/p&gt;  &lt;p&gt;Things you can do :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create your projects, check in your code directly from your VS 2010 or VS 2012 (I am using 2012 now)&lt;/li&gt;    &lt;li&gt;Create a project with a scrum pattern or an agile pattern, &lt;/li&gt;    &lt;li&gt;can create product back log, and track the breakdown, track velocity and even add people to the project and make it secure by not inviting others.&lt;/li&gt;    &lt;li&gt;track checkins from multiple people from the team, track their progress thru SBI’s. etc&lt;/li&gt;    &lt;li&gt;and many more&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Please take a moment to check out this and share your experiences.&lt;/p&gt;  &lt;p&gt;An App on windows phone and surface (work online and offline) would be awesome to have.&lt;/p&gt;  &lt;p&gt;I know the online tfs has been in the market for long time but I wanted to share my experiences.&lt;/p&gt;  &lt;p&gt;Vijaya Malla.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/152110.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/my-experience-with-free-source-control-from-microsoft.aspx</guid>
            <pubDate>Fri, 15 Feb 2013 17:59:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/152110.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/my-experience-with-free-source-control-from-microsoft.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/152110.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Error Cannot map server path because it is not rooted beneath a team project</title>
            <category>How To</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/error-cannot-map-server-path-because-it-is-not-rooted.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2013/02/15/error-cannot-map-server-path-because-it-is-not-rooted.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2013/02/15/error-cannot-map-server-path-because-it-is-not-rooted.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;  &lt;p&gt;What happened: I have an online TFS account (if you don’t have one please go to &lt;a title="https://tfs.visualstudio.com" href="https://tfs.visualstudio.com"&gt;visual studio&lt;/a&gt; and subscribe, &lt;a href="https://tfs.visualstudio.com/en-us/pricing/information/"&gt;free&lt;/a&gt; for 5 people team). I recently bought a &lt;a href="http://www.microsoft.com/Surface/en-US"&gt;surface&lt;/a&gt; pro and started creating various test projects.&lt;/p&gt;  &lt;p&gt;I created a test project on vs 2012 on my surface, then connected to my TFS (free) and then I decided to sync my project to my TFS, I right clicked on my solutions to add it to source control but then I got the following error&lt;/p&gt;  &lt;p&gt;“Error Cannot map server path $/project name/path name because it is not rooted beneath a team project” what happened was I have no local path setup for my source control, so I synched my source control to a local folder and then moved my test project to this local path, then I continued the same adding my solution to the source control and it worked.&lt;/p&gt;  &lt;p&gt;very simple solution. I know there are so many articles about this but this is my experience and I am sharing it.&lt;/p&gt;  &lt;p&gt;Thank you    &lt;br /&gt;Vijaya Malla.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/152109.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/error-cannot-map-server-path-because-it-is-not-rooted.aspx</guid>
            <pubDate>Fri, 15 Feb 2013 22:40:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/152109.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2013/02/15/error-cannot-map-server-path-because-it-is-not-rooted.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/152109.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Surface Pro 128 GB and Its Availabiltiy at Microsoft Store</title>
            <category>Surface</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2013/02/09/surface-pro-128-gb-and-its-availabiltiy-at-microsoft-store.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2013/02/09/surface-pro-128-gb-and-its-availabiltiy-at-microsoft-store.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2013/02/09/surface-pro-128-gb-and-its-availabiltiy-at-microsoft-store.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;A Microsoft unpaid Evangelist journey to get Surface Pro 128GB&lt;/p&gt;&lt;p&gt;It us who tell other people about Microsoft cool products and the technologies and how easy they are to get things done. blah..blah.. etc...&lt;/p&gt;&lt;p&gt;This is what happened today : Surface Pro release date&lt;/p&gt;&lt;p&gt;I was there at a local Microsoft Store (Tysons Corner, VA) a week ago to get a reservation card for Surface Pro and they were are all gone, felt very happy that people are still interested in Microsoft. The sales representative told me that the store opens at 10:00AM today (2/9/13) so I was keeping money aside for the pro and went to the store at 9:00AM and was hoping there would be a line but there is none, so I ran to the store and was told by the Manger that they were all sold out the 128GB ones. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;I also called another store close by Pentagon City Mall, VA and they don't have them either.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;They only had 35 128GB ones and they will get the next shipment in 3-5 days, I don't know what they are going to sell to 128GB pro customers? If they don't trust their product to maintain enough stock I don't know how they would expect us to trust their product .&lt;/p&gt;&lt;p&gt;If this is the way they want to get the market and make people think that they were selling out stocks very soon, its like bluffing themselves.&lt;/p&gt;&lt;p&gt;For the past two years I have been an unpaid Microsoft Evangelist (very proud) but today I kinda lost trust in them.&lt;/p&gt;&lt;p&gt;I don't know if I feel any bad if they get to where Dell is today.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/152061.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2013/02/09/surface-pro-128-gb-and-its-availabiltiy-at-microsoft-store.aspx</guid>
            <pubDate>Sat, 09 Feb 2013 15:52:23 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/152061.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2013/02/09/surface-pro-128-gb-and-its-availabiltiy-at-microsoft-store.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/152061.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Religions, Casts and now Technology</title>
            <category>What is ..?</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2012/02/29/religions-casts-and-now-technology.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2012/02/29/religions-casts-and-now-technology.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2012/02/29/religions-casts-and-now-technology.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This blog post is not to hurt any one, just a thought that I got in my mind when I was walking from an Apple Store to a Microsoft Store. I am not judging any one here but if you are from the DC area and been to Tysons Corner’s Apple and Microsoft Store you can see the change on how the migration happened from the Apple to the Microsoft Store.&lt;/p&gt;  &lt;p&gt;Lets all do a time travel back to couple of centuries , we have sees lot of videos, documentaries &amp;amp; movies that showed us how and what people were doing back in the days. They didn’t have a lot to do except fighting for Water, Food and Shelter. As that trend got more and more popular, we introduced a new concept called “RELIGION”. Religion in my view is a set of rules that are written in a sequential order for the people to follow (same as what we do in programming these days). In the same way we have multiple ways of programming, there were multiple religions that are designed and followed by people themselves. &lt;/p&gt;  &lt;p&gt;CASTS: Once the word religion got popular with the increase in the number of people on our mother planet Earth, we started dividing that into “CASTS” (Casts are more prominent in Asia). If Religion is a pattern that we use to write our code, Casts will be the platform like .NET, PHP, Python and so on. For example if you belong to a family of Kings then your caste will be “Kshathriya”, if you belong to a family of business then you are a “Vysya”.&lt;/p&gt;  &lt;p&gt;There is a common pattern in my view that we are putting ourselves into, dividing ourselves into groups and living in our own world.&lt;/p&gt;  &lt;p&gt;TECHNOLOGY: This is the most fashionable word these days. Everything and everyone is very hyped by this word. Technology cut through all the lines that we drew over centuries and made everyone belong to one big family. We all enjoyed being connected to our piers all over the world. It doesn’t matter where you are and what you do by profession, we are all connected to one big family called INTERNET.&lt;/p&gt;  &lt;p&gt;I don’t think this is a happy ending for our story because, I think Technology is the new Religion. And what you use is the new Cast.&lt;/p&gt;  &lt;p&gt;FUTURE: In my view, “CLOUD” is the one that is going to break the cycle and bring us together as one family. It doesn’t matter which technology or what device you are on but everyone talks to the CLOUD.&lt;/p&gt;  &lt;p&gt;So, Build your APPS on CLOUD, and lets all get connected as one big family.&lt;/p&gt;  &lt;p&gt;Thank you for your time, hope you got what I meant.&lt;/p&gt;  &lt;p&gt;Let me know what you think in the comments section&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/148841.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2012/02/29/religions-casts-and-now-technology.aspx</guid>
            <pubDate>Wed, 29 Feb 2012 14:52:01 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/148841.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2012/02/29/religions-casts-and-now-technology.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/148841.aspx</wfw:commentRss>
        </item>
        <item>
            <title>WP Development With “Essential WP 7.5 Application Development with Silverlight”– Part 4of Many</title>
            <category>Windows Phone 7.5</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2012/01/15/wp-development-part-4of-many.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2012/01/15/wp-development-part-4of-many.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2012/01/15/wp-development-part-4of-many.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font size="3"&gt;TOMBSTONING (Application Lifecycle)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Today we are going to talk about “&lt;strong&gt;Application Lifecycle&lt;/strong&gt;” of an application in Windows Phone. Before we write our first application it is good to have a good understating on how your application is going to be treated by the phone (OS) depending on any user action. Every stage of the application is critical to think before we create our first application. Our application is going to run with so many other things that are on the phone (apps, songs, radio, mail etc.). Since the “User Experience” is what users love about their phone is only possible by following the application life cycle. Even to get our application published to the Market place depends on how we are handling all the user actions and how we are following the application life cycle. Lets concentrate here a little bit.&lt;/p&gt;  &lt;p&gt;Windows Phone provides the best user multi tasking experience, this is done by pausing, suspended without alerting the user about the application is being paused. But the system notifies the application when it is pausing it or when it is resuming. In the pause and resume state the application is given a chance to either save the data and reload the data back to the screen when the application is being resumed. Every application on a windows phone will have 5 states in its life time. This process is called &lt;strong&gt;Tombstoning&lt;/strong&gt;. Below is a diagram that shows the 5 stages of an application in detail. If an user ignores the pause or resume states of an application then the OS considers it as an re-start of an application. The developer may ignore to add the pause and resume states to his/her application but it is useful for the user if we have this implemented. This gives the user a best user experience which Windows Phone users are found of. Please take a minute and understand the image (re-created from the &lt;a href="http://www.amazon.com/Essential-Windows-Phone-7-5-Application/dp/0321752139/ref=sr_1_1?ie=UTF8&amp;amp;qid=1326662052&amp;amp;sr=8-1" target="_blank"&gt;book&lt;/a&gt; with colors for better understanding), below that show the 5 stages of an application. &lt;/p&gt;  &lt;p&gt;THIS IMAGE IS VERY SELF EXPLANATORY, EVERY STATE OF AN APPLICATION IS EXPLAINED WITH THE REASON WHEY THE USER/OS PUTS YOUR APPLICATION IN THAT STATE AND WHAT HAPPENS WHEN OUR APPLICATION STATE CHANGES.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_DFFD/tombstoningImage_2.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="tombstoningImage" border="0" alt="tombstoningImage" src="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_DFFD/tombstoningImage_thumb.png" width="587" height="409" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Thanks to our Author &lt;a href="http://wildermuth.com/" target="_blank"&gt;Shawn Wildermuth&lt;/a&gt; for a great illustration what happens to our application. This is going to be very helpful in the process of our application development. A good understanding of this tombstoning process makes our application stand out among other applications in the market place by giving the user the best user experience.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/148361.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2012/01/15/wp-development-part-4of-many.aspx</guid>
            <pubDate>Mon, 16 Jan 2012 03:23:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/148361.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2012/01/15/wp-development-part-4of-many.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/148361.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to change your Windows Phone Emulator Skin</title>
            <category>Windows Phone 7.5</category>
            <category>WP Stuff</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2012/01/10/how-to-change-your-windows-phone-emulator-skin.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2012/01/10/how-to-change-your-windows-phone-emulator-skin.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2012/01/10/how-to-change-your-windows-phone-emulator-skin.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Hi Everyone, &lt;/p&gt;  &lt;p&gt;By now you are very well aware of the Windows Phone and the development environment that you get after installing Windows Phone SDK on your computer. And if you have tested the tools you might have seen the Windows Phone Emulator which looks like the Test Phone Microsoft showed when they launched Windows Phone last year. Since the launch of the first Windows Phone, we have enough options to choose from on what type/size/memory/color/specs that we want in the phone that we use. Among all the phones out there the best Windows Phone I think is the Nokia Lumia 900.&lt;/p&gt;  &lt;p&gt;But as a developer, we want the same kind of experience on our computer when we develop applications for Windows Phone. There is good new for us. &lt;a href="http://www.telerik.com/"&gt;Telerik&lt;/a&gt; announced new Nokia Lumia skins for the Emulator that we use for the development purposes. Here is what you have to do to change your Windows Phone Emulator.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;First backup your default Emulator skins ( Navigate to “C:\ProgramFiles\Microsoft XDE\1.0” ) &lt;/li&gt;    &lt;li&gt;Download the &lt;a href="http://www.telerik.com/account/your-products/trial-product-versions/download-trial-file.aspx?fileid=12064&amp;amp;pid=0&amp;amp;dispkey=True" target="_blank"&gt;Telerik Skins for Windows Phone Emulator&lt;/a&gt; here (you have to login to &lt;a href="http://www.telerik.com/" target="_blank"&gt;Telerik&lt;/a&gt; to download this file, Register if you don’t have an account, it is going to be very useful)&lt;/li&gt;    &lt;li&gt;Extract them &lt;/li&gt;    &lt;li&gt;You can either change it to a Lumia 710 or a Lumia 800 &lt;/li&gt;    &lt;li&gt;Copy the skin files from the extracted folder (WM7_Skin_Down.png, WM7_Skin_Mask.png, WM7_Skin_Up.png, WM7_SKin.xml) and replace with the files that you see in the folder that you opened in your first step. &lt;/li&gt;    &lt;li&gt;After the replace, open the Windows Phone Emulator by going to Start\Windows Phone SDK 7.1\Windows Phone Emulator &lt;/li&gt;    &lt;li&gt;You should see the new Lumia Skin. That’s it my friends, now you have a Lumia Skin.&lt;/li&gt; Share your experiences in the commentsThank you Vijaya Malla.&lt;/ul&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/148305.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2012/01/10/how-to-change-your-windows-phone-emulator-skin.aspx</guid>
            <pubDate>Tue, 10 Jan 2012 19:41:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/148305.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2012/01/10/how-to-change-your-windows-phone-emulator-skin.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/148305.aspx</wfw:commentRss>
        </item>
        <item>
            <title>WP Development With &amp;ldquo;Essential WP 7.5 Application Development with Silverlight&amp;rdquo;&amp;ndash; Part 2of Many</title>
            <category>WP Stuff</category>
            <category>Windows Phone 7.5</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2012/01/07/wp-development-with-ldquoessential-wp-7.5-application-development-with-silverlightrdquondash.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2012/01/07/wp-development-with-ldquoessential-wp-7.5-application-development-with-silverlightrdquondash.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2012/01/07/wp-development-with-ldquoessential-wp-7.5-application-development-with-silverlightrdquondash.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If you are not following &lt;a href="http://wildermuth.com/" target="_blank"&gt;Shawn Wildermuth&lt;/a&gt; or haven't bought the &lt;a href="http://www.amazon.com/Essential-Windows-Phone-7-5-Application/dp/0321752139" target="_blank"&gt;Essential WP 7.5 Application Development with Silverlight&lt;/a&gt; I would highly recommend.&lt;/p&gt;  &lt;p&gt;I am not going to talk about why we need a smartphone or how smartphone is taking over all the World, We all know how it started and where it took and where is going to take us in the future. Since we all know the future of the Mobile Eco systems I think it will be a good time to be a part of. lets jump into our series of blog posts of Windows Phone 7.5 Development.&lt;/p&gt;  &lt;p&gt;This is how the first three best smart phones look like IPhone, Android and Windows Phone. Hopefully you can see the difference right away and what I meant by being special being a windows phone developer from my previous post. &lt;/p&gt;  &lt;table cellspacing="3" cellpadding="2" width="500"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/iphone_2.jpg" rel="lightbox"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="iphone" border="0" alt="iphone" src="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/iphone_thumb.jpg" width="149" height="220" /&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/android_2.jpg" rel="lightbox"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="android" border="0" alt="android" src="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/android_thumb.jpg" width="153" height="244" /&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/windows_2.jpg" rel="lightbox"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="windows" border="0" alt="windows" src="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/windows_thumb.jpg" width="137" height="244" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;The start screen is the killer for Windows Phone where you can see the live tiles instead of icons that does nothing but taking you the application. The live tiles on Windows Phone does more than just taking you to the application but also shows the notification or more information about the application. And in my view that is what a smartphone is all about. It should make our life easy with other things so that we can be more connected to our family and friends (people). &lt;/p&gt;  &lt;p&gt;After you have installed all the necessary tools that we need to develop windows phone applications we can open the installed the Windows Phone Emulator by going to Start and type Windows Phone Emulator and you should see it in the list of items and when you open it is going to look like below&lt;/p&gt;  &lt;table cellspacing="3" cellpadding="2" width="500"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="70"&gt;&lt;a href="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/image_8.png" rel="lightbox"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://gwb.blob.core.windows.net/vijayamalla/Windows-Live-Writer/WP-.5-Application-Development-with-Silve_F7BF/image_thumb_3.png" width="133" height="244" /&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="430"&gt;If you haven't installed the necessary tools for Windows Phone development, please see below          &lt;br /&gt;1. Need a PC or Windows on a MAC (obviously right?)           &lt;br /&gt;2. I have installed Visual Studio 2010 professional, you can download a version of &lt;a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/windows-phone-developer-tools" target="_blank"&gt;Visual Studio Express&lt;/a&gt; good for just WP development. please follow the link for more installation instructions           &lt;br /&gt;This is going to be one installation for all your Windows phone 7.5 (Mango) development.           &lt;br /&gt;          &lt;br /&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Now we are ready to develop our first windows phone application.&lt;/p&gt;  &lt;p&gt;My next post is going to introduce little basics on windows phone real estate and little bit on What and How ‘s of the Phone. See you there.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/148275.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2012/01/07/wp-development-with-ldquoessential-wp-7.5-application-development-with-silverlightrdquondash.aspx</guid>
            <pubDate>Sat, 07 Jan 2012 23:00:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/148275.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2012/01/07/wp-development-with-ldquoessential-wp-7.5-application-development-with-silverlightrdquondash.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/148275.aspx</wfw:commentRss>
        </item>
        <item>
            <title>What if &amp;ldquo;Microsoft&amp;rdquo; were in our shoes? About Windows Phone</title>
            <category>My Thoughts</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2011/11/09/what-if-ldquomicrosoftrdquo-were-in-our-shoes-about-windows-phone.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2011/11/09/what-if-ldquomicrosoftrdquo-were-in-our-shoes-about-windows-phone.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2011/11/09/what-if-ldquomicrosoftrdquo-were-in-our-shoes-about-windows-phone.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This is what I think about Microsoft Windows Phone. If Microsoft were in our shoes looking at various phones available their configurations, memory, front facing cameras etc. Microsoft disappointed the USA customer base again by not getting Nokia Lumia 800.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Past:&lt;/strong&gt; If we talk few years ago, few business people were on their Blackberry’s and few Gadget lovers were on crappy Windows OS devices. The world was all going right till Apple came with a revolutionary device iPhone, which completely changed our perception towards phone and how great a smartphone can be. It’s not just phone but the whole technology industry. The romantic appealing of the phone and smooth touch and feel of it made everyone to get one of those bad boys. The sales went up for not just Apple for AT&amp;amp;T too. Even though everyone complained about the signal strength of AT&amp;amp;T, everyone wanted to be on it because they have iPhones. All world wanted iPhone back then except Microsoft with few comments on how it is not going to be in market. But it did great and rocked the industry.&lt;/p&gt;  &lt;p&gt;A few years later with iPhone and Android taking over the smartphone market Microsoft realized that it should be in the game too. Worked on the design of it, and gave us the best Mobile OS ever. Everyone thinks that iOS is a great OS for phones but if you have touched a Windows Phone and use it for real then you will realize the strengths of it. so last year we welcomed Windows Phone 7&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Present&lt;/strong&gt; : Windows Phone 7 has the fastest growing market. The phones are cheap, you can buy from any carrier out there. The phone became smarter and smarter with the recent update “Mango (7.5)” and with the collaboration with Nokia, Microsoft created a new eco-system for smartphones with the best smartphone hardware and best smartphone software. Everyone in the world was excited about the collaboration. As we fly over cloud 9 imagining about Nokia made Windows Phones we all heard a good news from Nokia “Nokia World”. Nokia showed the world what a best hardware making company can do with Windows Phone 7.5 OS. Nokia Lumia 800 and 710 took the spotlight. Everyone here in USA and all over the world wanted to own a Nokia Lumia 800 because of the design, software, proprietary apps from Nokia (maps, ESPN, drive and music). &lt;/p&gt;  &lt;p&gt;If USA market had Nokia Lumia 800, then it would have been the best step Microsoft and Nokia had ever made in their history of smartphone market. With all the numbers going to Android and IPhone, its not clear on why Microsoft/Nokia did not release Lumia 800 here in USA. &lt;/p&gt;  &lt;p&gt;Its unclear if Microsoft had learnt the lesson or not. if it had learnt the lesson I guess Microsoft needs to get the Nokia Lumia 800 to the USA.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Future:&lt;/strong&gt; This is where we hope we get the best form Microsoft. I was an iPhone user, I used 2G, 3G, 3GS, 4 and then moved to Windows Phone and never felt so happy with my iPhones’. From the day when Nokia announced the partnership with Microsoft and said that they going to come up with a new Nokia windows phone, I was dreaming for my Nokia Phone. but looks like it is not going to happen any time soon.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;My thoughts about the Market :&lt;/strong&gt;  Nokia has the biggest market base in the world. Even though people moved to Android or iPhone over the years in other parts of the world like India and China, people still love to use Nokia. Everyone who uses a Windows Phone now will wait for that day when Nokia Lumia comes to the USA but what either or both of the companies should do for a better market share is to make a very aggressive move with the hardware and bet on the devices. I am pretty sure that it will work. everyone here in the USA will like to have a dual core windows phone with front facing camera and all other crazy things that android/apple phones offer.&lt;/p&gt;  &lt;p&gt;I think we just have to wait for that day and hope that day comes soon.&lt;/p&gt;  &lt;p&gt;Love Microsoft and Nokia&lt;/p&gt;  &lt;p&gt;Thank you for reading.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/147631.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2011/11/09/what-if-ldquomicrosoftrdquo-were-in-our-shoes-about-windows-phone.aspx</guid>
            <pubDate>Wed, 09 Nov 2011 21:11:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/147631.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2011/11/09/what-if-ldquomicrosoftrdquo-were-in-our-shoes-about-windows-phone.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/147631.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Microsoft Virtual Academy - My Thoughts</title>
            <category>My Thoughts</category>
            <link>http://geekswithblogs.net/vijayamalla/archive/2011/10/13/microsoft-virtual-academy---my-thoughts.aspx</link>
            <description>&lt;p&gt;Originally posted on: &lt;a href='http://geekswithblogs.net/vijayamalla/archive/2011/10/13/microsoft-virtual-academy---my-thoughts.aspx'&gt;http://geekswithblogs.net/vijayamalla/archive/2011/10/13/microsoft-virtual-academy---my-thoughts.aspx&lt;/a&gt;&lt;/p&gt;Hi Everyone, &lt;br /&gt;

This is a place for .NET lovers like us can go and learn more about all Microsoft Cloud technologies. This website makes it more easy, simple and actually fun to know what the technologies are, how they work and what we can do for it in the perception of both business and personal entities.
&lt;br /&gt;&lt;br /&gt;
Here is what you have to do (to make it much easier, follow the steps)&lt;br /&gt;
1. Go to http://www.microsoftvirtualacademy.com/Home.aspx this website&lt;br /&gt;
2. Login with your Windows Live ID (Create one if you dont have one, you are going to need it more than you think @ https://signup.live.com/?lic=1)&lt;br /&gt;
3. Select any course you want, ex: Windows Azure, SQL Azure etc&lt;br /&gt;
4. Read through the course and get points which you can see grow in a wonderful animation starting from "Bronze Medal" to "Silver Medal" and finally to "Platinum Medal"&lt;br /&gt;
&lt;br /&gt;
You will also be given a RANK on where you stand in the whole World and also in your country. I completed SQL Azure and Windows Azure myself and i am that Silver Medal with 280 Rank in USA and 33,262 Rank in the whole World.&lt;br /&gt;
&lt;br /&gt;
You will love it.&lt;br /&gt;
Share your thoughts too with our pre-Beginner Community.&lt;br /&gt;
&lt;br /&gt;
Thank you &lt;br /&gt;
Vijaya Malla

 &lt;img src="http://geekswithblogs.net/vijayamalla/aggbug/147287.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Vijaya Malla</dc:creator>
            <guid>http://geekswithblogs.net/vijayamalla/archive/2011/10/13/microsoft-virtual-academy---my-thoughts.aspx</guid>
            <pubDate>Thu, 13 Oct 2011 14:38:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/vijayamalla/comments/147287.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/vijayamalla/archive/2011/10/13/microsoft-virtual-academy---my-thoughts.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/vijayamalla/comments/commentRss/147287.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>