<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Developer Network (MSDN) Belux Team Blog</title><link>http://blogs.msdn.com/b/belux/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Guest post: “Antenna Finder: the first leap into Windows 8”</title><link>http://blogs.msdn.com/b/belux/archive/2013/05/30/guest-post-antenna-finder-the-first-leap-into-windows-8.aspx</link><pubDate>Thu, 30 May 2013 08:33:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10422304</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10422304</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/05/30/guest-post-antenna-finder-the-first-leap-into-windows-8.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;On March 27, 2013 we welcomed over 200 developers at the &lt;/em&gt;&lt;a href="http://aka.ms/superhack" target="_blank"&gt;&lt;em&gt;Windows 8 Super Hackathon&lt;/em&gt;&lt;/a&gt;&lt;em&gt;. Rudy Van den Bergh &amp;amp; Jeroen Vangeffelen from ToughComputing also attended and in the below blogpost they share their experience with building their app, &lt;/em&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/antenna-finder/db7c215c-a896-4583-88af-814b462ec766" target="_blank"&gt;&lt;em&gt;Antenna Finder&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;The MSDN Belux team&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Earlier this year, we created a new startup, called &lt;strong&gt;ToughComputing&lt;/strong&gt;, based in Tongeren. As the name says, we focus on projects that implement tough, rugged, connected computers and tablets for outdoors mobile workers. Together with the University of Leuven (DTAI – Department Declaratieve Talen en Artificiële Intelligentie) we try to bring Machine Learning into the mobile environment to improve connectivity and user-experience.&lt;/p&gt;  &lt;p&gt;A new startup means a new team, new technologies and a good time to re-evaluate everything you did in the past. Through the &lt;a href="http://micvlaanderen.be" target="_blank"&gt;MIC Vlaanderen&lt;/a&gt; unit in Genk, we got introductions to the Windows Azure Platform and Windows 8. We started to use the Azure platform for data mining but we were missing a short and easy goal to bring it all together. That goal presented itself when the people of the Microsoft Innovation Center at Genk told us about the &lt;strong&gt;Super Hackaton&lt;/strong&gt;.&lt;/p&gt;  &lt;h4&gt;&lt;font size="4"&gt;     &lt;br /&gt;The Hackathon&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;A hackathon was a complete new kind of event for us. Just going there for a day, program, deliver an app seemed fun and easy. It makes you wonder though where you lose your time most days &lt;img class="wlEmoticon wlEmoticon-smile" style="border-top-style: none; border-left-style: none; border-bottom-style: none; border-right-style: none" alt="Glimlach" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/7041.wlEmoticon_2D00_smile_5F00_665817BE.png" /&gt;.&lt;/p&gt;  &lt;p&gt;We came a little bit prepared. Not too much. We needed an idea for an app that was somehow related to what we do and that had at least a minor match with the event’s medical/health-theme. &lt;/p&gt;  &lt;p&gt;In the end we decided to go for an app that would &lt;strong&gt;visualize gsm antennas&lt;/strong&gt;. A colleague of us had, two years earlier, a medical emergency. His son couldn’t get gsm reception at his home and had to run a street further to call an ambulance. It was a very close call. The bad connection almost cost him his life. That was our link with health. Knowing where antennas are is obviously good for your health. Another operator would have given him a better connection in his home. &lt;/p&gt;  &lt;p&gt;The app would be a simple Bing-maps app that would display the locations of cellular-antennas for three operators within Belgium. The app should allow you to make a solid choice between operators depending on your main locations or tell you which side of place you are in would give you the best connection to do your work. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/4666.clip_5F00_image001_5F00_43B3D943.png"&gt;&lt;img title="Antenna Finder" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Antenna Finder" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/6507.clip_5F00_image001_5F00_thumb_5F00_32EC2E95.png" width="465" height="261" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;We prepared the data in advance of course. About &lt;strong&gt;8000 antenna-towers&lt;/strong&gt; were uploaded to a SQL Azure database. We used the spatial format in order to be able to index them and to query based on distance. &lt;/p&gt;  &lt;p&gt;During the hackathon, we worked mostly to get the data into the &lt;strong&gt;Bing-maps control&lt;/strong&gt;. We used an Azure Mobile Service to interface to the stored procedures that performed the spatial queries and operations. That was reasonably hard since it was largely undocumented and in Preview status. Surprisingly, we lost more than expected time on &lt;strong&gt;design&lt;/strong&gt;. A Windows 8 app runs on HD or better resolutions. You can’t afford to have it look clumsy and edged. We got it to an alpha-version that day. It worked but was not stable, nor polished-looking enough to publish.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/6646.clip_5F00_image002_5F00_7D92F662.png"&gt;&lt;img title="Antenna Finder" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Antenna Finder" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/8741.clip_5F00_image002_5F00_thumb_5F00_2FE6A415.png" width="466" height="262" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font size="4"&gt;     &lt;br /&gt;Afterwards&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;After the hackathon, we kept working, between other things, on the app. We redid the graphical design with our new look and feel we just got from a Crowdspring project. We bought some professional images to improve on the look of the app. Those are really not expensive and guarantee that you will never have any rights-issues with the images you use. We thought it would be fun to see if people are interested in rating their phone operator on given or gps-locations. The &lt;strong&gt;rating mechanism&lt;/strong&gt; we entered captures the ratings in a spatial format. Some functionality was added to match your operator to the three big physical operators (BASE, Belgacom, Mobistar). And we added &lt;strong&gt;Microsoft Pubcenter ads&lt;/strong&gt;, just as a test to see how things go.&lt;/p&gt;  &lt;p&gt;Just before going live we started &lt;strong&gt;testing&lt;/strong&gt; with a new Windows 8 Pro Tablet. And the walls came tumbling down. Here we discovered the weak-part of the process up to now. In a very long roundtrip chain (database, stored procedure, mobile services, LinQ, Bing Maps Control, app and back again), it is hard to debug things that really go bump. Defensive programming really helps in determining where things go wrong. It happened to be the regional settings of the device that were ‘far’ removed from the US-standard. Once we knew what it was, a quick workaround could be implemented.&lt;/p&gt;  &lt;p&gt;The app-validation was a pleasant experience. Of course it failed validation at first but the feedback we got from the Windows 8 Store validators was so good that we could iron out a couple of issues we hadn’t even noticed ourselves. Improved, it got &lt;strong&gt;published&lt;/strong&gt;.    &lt;br /&gt;&lt;/p&gt;  &lt;h4&gt;&lt;font size="4"&gt;Next?&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;The app has been steadily &lt;strong&gt;growing &lt;/strong&gt;in the store. Network ratings have been coming steadily in as well. We intend to give those back to the community in the next update.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Improvements&lt;/strong&gt; that we are thinking of is caching data locally and using a local spatial index-mechanism. Since it is a point-layer, that shouldn’t be too difficult. A 2D-index coupled with a range function should be enough. We are going to look further into the dynamics that are possible in Bing-Maps. Eg. using range-indications or displaying shapes.&lt;/p&gt;  &lt;p&gt;Parallel we are running &lt;strong&gt;algorithms&lt;/strong&gt; that match the antenna sites with different cells and we are creating coverage maps using spatial-statistical techniques such as kriging. This data is our main focus because we use it to improve connectivity on rugged devices. We are also going to rework the SSIS-packages in order to be able to update the database regularly.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/5516.clip_5F00_image003_5F00_7F701F9E.png"&gt;&lt;img title="Measured and extrapolated real-life coverage of a given cell/technology" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Measured and extrapolated real-life coverage of a given cell/technology" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/0601.clip_5F00_image003_5F00_thumb_5F00_3C44A171.png" width="462" height="358" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In Windows 8 this is a good app to lookup information and decide on coverage issues. On a phone it would be great. Ratings could be taken from exact locations and the app could help mobile users to better connect to their home offices. We are going to look into a &lt;strong&gt;phone-partner app&lt;/strong&gt; that makes use of the same dataset.&lt;/p&gt;  &lt;p&gt;All in all, what started out as an exercise to get to learn some new technologies has kind of grown on us and has started to hook back into our main business.&lt;/p&gt;  &lt;h4&gt;&lt;font size="4"&gt;     &lt;br /&gt;Our experiences so far&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;We set out to learn new technologies and implement some tests in a playful way. We achieved that rather well. &lt;strong&gt;Visual Studio 2012&lt;/strong&gt; is a great update of the IDE which has a lot of features that a lot of people aren’t even aware of. We started with a blank app in order to get grips on the whole process. In truth, it took a lot more work than we expected. Design and graphical work was heavier than expected. Publishing an app into the wild is also a completely different experience from releasing your applications through a rigid test and release scenario in an ITIL-organization. You only get to learn your users afterwards. It’s fun and keeps you wanting to do more…&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Rudy Van den Bergh &amp;amp; Jeroen Vangeffelen&lt;/p&gt;  &lt;p&gt;ToughComputing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10422304" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>How do you build a Windows Store LOB app?</title><link>http://blogs.msdn.com/b/belux/archive/2013/05/27/how-do-you-build-a-windows-store-lob-app.aspx</link><pubDate>Mon, 27 May 2013 12:12:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10421541</guid><dc:creator>Nick Trogh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10421541</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/05/27/how-do-you-build-a-windows-store-lob-app.aspx#comments</comments><description>When building a line-of-business (LOB) app there are numerous things to consider.&amp;#160; Of course you need a great user experience, but what about validating user input, user authentication, how do you deal with application state across suspend-resume...(&lt;a href="http://blogs.msdn.com/b/belux/archive/2013/05/27/how-do-you-build-a-windows-store-lob-app.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10421541" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Nick+Trogh/">Nick Trogh</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>The updated Windows Phone 8 Training Kit is live!</title><link>http://blogs.msdn.com/b/belux/archive/2013/05/16/the-updated-windows-phone-8-training-kit-is-live.aspx</link><pubDate>Thu, 16 May 2013 09:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419222</guid><dc:creator>David Hernie</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10419222</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/05/16/the-updated-windows-phone-8-training-kit-is-live.aspx#comments</comments><description>Overview 
 The Windows Phone 8 Training Kit includes a comprehensive set of technical content including hands-on labs, presentations and code samples that are designed to help you learn how to build applications using the latest Windows Phone features...(&lt;a href="http://blogs.msdn.com/b/belux/archive/2013/05/16/the-updated-windows-phone-8-training-kit-is-live.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419222" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Azure/">Azure</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/David+Hernie/">David Hernie</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/WP8/">WP8</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/windowsPhone/">windowsPhone</category></item><item><title>App Race winners of Asus Vivo Tabs</title><link>http://blogs.msdn.com/b/belux/archive/2013/05/07/app-race-winners-of-asus-vivo-tabs.aspx</link><pubDate>Tue, 07 May 2013 06:32:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10416533</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10416533</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/05/07/app-race-winners-of-asus-vivo-tabs.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows/asus-vivo-tab-contest.aspx" target="_blank"&gt;&lt;img border="0" alt="Join the App Race and win!" src="http://www.microsoft.com/belux/newsletters/msdn/app-race/header.jpg" width="600" height="200" /&gt;&lt;/a&gt;    &lt;br /&gt;    &lt;br /&gt;On April 17, 2013 we kicked off the &lt;a href="http://aka.ms/race" target="_blank"&gt;Windows 8 App Race&lt;/a&gt; and invited developers from Belgium and Luxembourg to build apps on Windows 8.     &lt;br /&gt;    &lt;br /&gt;We’re almost 3 weeks later now and the race to win 1 of 10 Asus Vivo Tabs has finished! These are the &lt;strong&gt;10 fastest devs&lt;/strong&gt; to have published 5 apps within the contest period:&lt;/p&gt;  &lt;p&gt;1. Lothar Verledens   &lt;br /&gt;2. Iemen Uyttenhove    &lt;br /&gt;3. Lowie Huyghe    &lt;br /&gt;4. Frédéric Dehu    &lt;br /&gt;5. François Borgies    &lt;br /&gt;6. Thomas Verfaillie    &lt;br /&gt;7. Dieter Brouckaert    &lt;br /&gt;8. Azzedine Hassaini    &lt;br /&gt;9. Sven Vervynckt    &lt;br /&gt;10. Matthieu Vandenhende&lt;/p&gt;  &lt;p&gt;Congratulations! Each of them will receive a brand new &lt;strong&gt;Asus Vivo Tab RT&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;We would like to thank everyone who made the effort of publishing 5 apps, but did not make the cut of tablet winners. It was a very fast race!&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;The race to get an &lt;strong&gt;exclusive Visual Studio headset&lt;/strong&gt; is still on however … Publish your app before June 15, 2013 and send us your details via &lt;a href="http://aka.ms/race"&gt;http://aka.ms/race&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://aka.ms/race" target="_blank"&gt;&lt;img title="App Race" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="App Race" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/7462.image_5F00_41206B90.png" width="308" height="324" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10416533" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>Winners of the #superhack Best App contest</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/19/winners-of-the-superhack-best-app-contest.aspx</link><pubDate>Fri, 19 Apr 2013 12:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10412526</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10412526</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/19/winners-of-the-superhack-best-app-contest.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://aka.ms/superhack" target="_blank"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Super Hackathon" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/5722.banner_5F00_superhackathon_5F00_920x220_5F00_38EDA211.jpg" alt="Super Hackathon" width="496" height="118" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;About 3 weeks ago we closed the &lt;a href="http://aka.ms/superhack" target="_blank"&gt;Windows 8 Super Hackathon&lt;/a&gt; at 4 locations in Belgium (Brussels, Genk, Kortrijk and Mons). We welcomed over 200 developers across all locations to build apps on the Windows platform.&lt;/p&gt;
&lt;p&gt;The participants could also enter their app in a contest to win these amazing prizes:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1st place&lt;/strong&gt;: free &amp;amp; full entrance to &lt;a href="http://www.msteched.com/"&gt;TechEd Madrid&lt;/a&gt; 25-28 June &lt;br /&gt;&lt;strong&gt;2nd place&lt;/strong&gt;: Marvellous Asus Vivo Tab &lt;br /&gt;&lt;strong&gt;3rd place&lt;/strong&gt;: Hot Windows Phone 8: Nokia Lumia 820 &lt;br /&gt; &lt;br /&gt;Based on a number of criteria &amp;ndash; among them: app potential in the Windows Store, usage of Windows 8 features, connected services, design guidelines &amp;ndash; 3 winners were selected by a jury of Microsoft employees and &lt;a href="http://microsoft.be/meet" target="_blank"&gt;MEET&lt;/a&gt; members.&lt;/p&gt;
&lt;p&gt;Our congratulations go to &amp;hellip;&lt;/p&gt;
&lt;table style="width: 617px; height: 1112px;" border="1" cellspacing="0" cellpadding="2"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="200"&gt;&lt;strong&gt;1st place &lt;br /&gt;&lt;/strong&gt;Free &amp;amp; full entrance ticket for TechEd Europe (Madrid, 25-28 June). &lt;br /&gt;
&lt;p&gt;&lt;a href="http://europe.msteched.com/?mtag=BELUX"&gt;&lt;img title="TechEd Europe 2013" src="http://blogs.msdn.com/resized-image.ashx/__size/250x0/__key/communityserver-components-userfiles/00-00-30-17-82-Attached+Files/1715.msteched_5F00_250x250.jpg" alt="TechEd Europe 2013" width="173" height="173" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="466"&gt;&lt;a href="http://apps.microsoft.com/windows/fr-be/app/fit-beast/cc45d204-4810-47b6-8535-ad128502e2e7" target="_blank"&gt;Fit Beast&lt;/a&gt;&amp;nbsp; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/fr-be/app/fit-beast/cc45d204-4810-47b6-8535-ad128502e2e7" target="_blank"&gt;&lt;img title="Fit Beast" src="http://wscont1.apps.microsoft.com/winstore/1x/b4606376-f1f8-494e-ab1d-913a543e3b66/Screenshot.115891.1000001.jpg" alt="Fit Beast" width="440" height="249" /&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;Fit Beast is a management interface for your Fit Bit device and was developed by Denis Huvelle and some of his colleagues at Emakina. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/fr-be/app/fit-beast/cc45d204-4810-47b6-8535-ad128502e2e7" target="_blank"&gt;Download the app.&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="200"&gt;&lt;strong&gt;2nd place&lt;/strong&gt; &lt;br /&gt;Asus Vivo Tab RT &lt;br /&gt; &lt;br /&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Asus Vivo Tab RT" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/6215.image_5F00_16B5968B.png" alt="Asus Vivo Tab RT" width="149" height="198" border="0" /&gt; &lt;/td&gt;
&lt;td valign="top" width="466"&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/finds/052cc3a2-ae9f-4fc7-9997-ec0963004d35" target="_blank"&gt;Finds&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/finds/052cc3a2-ae9f-4fc7-9997-ec0963004d35" target="_blank"&gt;&lt;img title="Finds" src="http://wscont1.apps.microsoft.com/winstore/1x/ef685d4b-3f38-4ac5-af53-90723c9e0eb0/Screenshot.120292.1000001.jpg" alt="Finds" width="438" height="248" /&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;Finds is a great app to discover places to eat, drink, find a party, enjoy nature, etc. in Flanders. The app was built by a team of students (Team 6tiict), led by Tom Dupont. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/finds/052cc3a2-ae9f-4fc7-9997-ec0963004d35" target="_blank"&gt;Download the app.&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="200"&gt;&lt;strong&gt;3rd place &lt;br /&gt;&lt;/strong&gt;Nokia Lumia 820 &lt;br /&gt; &lt;br /&gt;&lt;img title="Nokia Lumia 820" src="http://technodestiny.com/wp-content/uploads/2013/01/Nokia-Lumia-820.jpg" alt="Nokia Lumia 820" width="150" height="160" /&gt; &lt;/td&gt;
&lt;td valign="top" width="466"&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/ataxx/ba8e45ba-0bce-4da8-86bd-b87c0a417abd" target="_blank"&gt;Ataxx!&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/ataxx/ba8e45ba-0bce-4da8-86bd-b87c0a417abd" target="_blank"&gt;&lt;img title="Ataxx" src="http://wscont1.apps.microsoft.com/winstore/1x/7be23936-c7cb-4548-8a6d-7a307863bc98/Screenshot.125017.1000001.jpg" alt="Ataxx" width="436" height="245" /&gt;&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;Ataxx is a classic board game, in the style of Reversi and Go. The goal is to move your disks around the board, and convert as many of your opponents disks as possible. Built by Peter Van Weert. &lt;br /&gt; &lt;br /&gt;&lt;a href="http://apps.microsoft.com/windows/nl-BE/app/ataxx/ba8e45ba-0bce-4da8-86bd-b87c0a417abd" target="_blank"&gt;Download the app.&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;If you&amp;rsquo;re thinking about building an app yourself on the Windows platform, then please have a look at our &lt;a href="http://msdn.be/apps" target="_blank"&gt;Apps on Windows&lt;/a&gt; portal where you&amp;rsquo;ll find all the info you need to get started. Or join the &lt;a href="http://aka.ms/race" target="_blank"&gt;Windows 8 App Race&lt;/a&gt; and win:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aka.ms/race"&gt;&lt;img title="Windows 8 App Race" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/1616.image_5F00_02636C57.png" alt="Windows 8 App Race" width="556" height="255" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to win&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Your app(s) need to be published &lt;strong&gt;between April 1 and June 15, 2013&lt;/strong&gt;. Complete the contest form(s) on &lt;a href="http://aka.ms/race"&gt;http://aka.ms/race&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10412526" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Belux+Team/">Belux Team</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>Join the Windows 8 App Race: Win Visual Studio headphones and Asus tablets</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/17/join-the-windows-8-app-race-win-visual-studio-headphones-and-asus-tablets.aspx</link><pubDate>Wed, 17 Apr 2013 09:57:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411796</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10411796</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/17/join-the-windows-8-app-race-win-visual-studio-headphones-and-asus-tablets.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows/asus-vivo-tab-contest.aspx" target="_blank"&gt;&lt;img border="0" alt="Join the App Race and win!" src="http://www.microsoft.com/belux/newsletters/msdn/app-race/header.jpg" width="600" height="200" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;We want to give you a push in the back to develop great applications – join the &lt;a href="http://aka.ms/race" target="_blank"&gt;Windows 8 App Race&lt;/a&gt; and win:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://aka.ms/race" target="_blank"&gt;&lt;img title="Windows 8 App Race" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Windows 8 App Race" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/1616.image_5F00_02636C57.png" width="556" height="255" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How to win&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Your app(s) need to be published &lt;strong&gt;between April 1 and June 15, 2013&lt;/strong&gt;. Complete the contest form(s) on &lt;a href="http://aka.ms/race"&gt;http://aka.ms/race&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;There is no limit to the number of entries you can submit but each entry must be substantially unique and different. The date and time of the first and fifth application as part of the entry submitted in a particular timeframe will determine the winners of the tablets. Note: this contest is only open for residents from &lt;strong&gt;Belgium and Luxembourg&lt;/strong&gt;. Please read the full &lt;a href="http://sdrv.ms/117fC2b"&gt;terms &amp;amp; conditions&lt;/a&gt; of this contest before entering. Questions? Contact us &lt;a href="mailto:msdnbewm@microsoft.com"&gt;msdnbewm@microsoft.com&lt;/a&gt;.    &lt;br /&gt;    &lt;br /&gt;We’re looking forward to see your apps shine in the Store … and who knows soon on your brand new Asus tablet!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411796" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>Windows Azure Infrastructure as a Service General Availability</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/16/windows-azure-infrastructure-as-a-service-general-availability.aspx</link><pubDate>Tue, 16 Apr 2013 23:15:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411670</guid><dc:creator>Nick Trogh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10411670</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/16/windows-azure-infrastructure-as-a-service-general-availability.aspx#comments</comments><description>Today we announced the general availability of our Windows Azure Infrastructure as a Service (IaaS) support! With this release Azure Virtual Machines and Virtual Network move out of Preview and are now ready to use for your production apps. With Azure...(&lt;a href="http://blogs.msdn.com/b/belux/archive/2013/04/16/windows-azure-infrastructure-as-a-service-general-availability.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411670" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Azure/">Azure</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/Windows+Azure/">Windows Azure</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/Nick+Trogh/">Nick Trogh</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/Cloud/">Cloud</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/IaaS/">IaaS</category></item><item><title>Winners of Windows 8 apps contest: Asus Vivo Tabs</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/16/winners-of-windows-8-apps-contest-asus-vivo-tabs.aspx</link><pubDate>Tue, 16 Apr 2013 15:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10411512</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10411512</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/16/winners-of-windows-8-apps-contest-asus-vivo-tabs.aspx#comments</comments><description>&lt;p&gt;Back in November last year we opened a &lt;strong&gt;contest&lt;/strong&gt; for Windows 8 app developers in Belgium and Luxembourg. The rules of the contest were short &amp;amp; clear: &lt;strong&gt;publish 5 apps to the Windows Store and be fast!&lt;/strong&gt; Speed was important, because to win one of the Asus Vivo Tabs you had to be among the first 20 people to do so &amp;hellip;&lt;/p&gt;
&lt;p&gt;With this blogpost want to say &lt;strong&gt;thank you&lt;/strong&gt; to everyone who participated &amp;ndash; we hope it helped you learn a lot about developing apps for the Windows Store!&lt;/p&gt;
&lt;p&gt;But unfortunately, not everyone can win &amp;hellip; so here are the &lt;strong&gt;20 winners&lt;/strong&gt; (in alphabetical order). Congratulations!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: xx-small;"&gt;Alexander Siccard &lt;br /&gt;Dieter Brouckaert &lt;br /&gt;Dieter Casier &lt;br /&gt;Dries Peeters &lt;br /&gt;Dries Vanmeert &lt;br /&gt;Fran&amp;ccedil;ois R&amp;eacute;my &lt;br /&gt;Gene Vangampelaere &lt;br /&gt;Iemen Uyttenhove &lt;br /&gt;Jef Daels &lt;br /&gt;J&amp;eacute;r&amp;eacute;mie Melchior &lt;br /&gt;Joeri Van Herreweghe &lt;br /&gt;Kenneth Christiaens &lt;br /&gt;Kevin Van Ryckegem &lt;br /&gt;Lies Pinket &lt;br /&gt;Mathias Raets &lt;br /&gt;Michiel De Geeter &lt;br /&gt;Niels Declercq &lt;br /&gt;Sven Vervynckt &lt;br /&gt;Tom Meersman &lt;br /&gt;Wouter Vanmeert&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;They have all been notified personally &amp;ndash;&amp;nbsp; some have already received their tablet, others will receive it very soon! Here are some pictures we received from them &lt;img class="wlEmoticon wlEmoticon-smile" style="border-style: none;" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/0486.wlEmoticon_2D00_smile_5F00_41619B7B.png" alt="Glimlach" /&gt;: &lt;br /&gt; &lt;br /&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Julien Lebutte &amp;amp; Fran&amp;ccedil;ois R&amp;eacute;my" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/1300.image_5F00_52D1FC53.png" alt="Julien Lebutte &amp;amp; Fran&amp;ccedil;ois R&amp;eacute;my" width="202" height="157" border="0" /&gt;&amp;nbsp;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Jef Daels" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/4604.image_5F00_3E6C36C8.png" alt="Jef Daels" width="202" height="157" border="0" /&gt; &lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Lies Pinket" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/5684.image_5F00_4778C249.png" alt="Lies Pinket" width="205" height="157" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Wouter Vanmeert" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/5773.image_5F00_2540B6C3.png" alt="Wouter Vanmeert" width="186" height="150" border="0" /&gt;&amp;nbsp;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Iemen Uyttenhove &amp;amp; Kenneth Christiaens" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/1070.DSC_5F00_2932_2D00_2_5F00_712C176F.jpg" alt="Iemen Uyttenhove &amp;amp; Kenneth Christiaens" width="224" height="150" border="0" /&gt;&amp;nbsp;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Michiel De Geeter" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/3036.image_5F00_62153895.png" alt="Michiel De Geeter" width="202" height="151" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;If you aren&amp;rsquo;t among the winners or if you would like to start with developing apps for Windows 8, &lt;strong&gt;you can now join the &lt;/strong&gt;&lt;a href="http://aka.ms/race" target="_blank"&gt;Windows 8 App Race&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://aka.ms/race"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Windows 8 App Race" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/8322.image_5F00_6DCA7FC7.png" alt="Windows 8 App Race" width="294" height="247" border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://aka.ms/race"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="Windows 8 App Race" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/8233.image_5F00_64FA777B.png" alt="Windows 8 App Race" width="301" height="252" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to win&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Your app(s) need to be published &lt;strong&gt;between April 1 and June 15, 2013&lt;/strong&gt;. Complete the contest form(s) on &lt;a href="http://aka.ms/race"&gt;http://aka.ms/race&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;There is no limit to the number of entries you can submit but each entry must be substantially unique and different. The date and time of the first and fifth application as part of the entry submitted in a particular timeframe will determine the winners of the tablets. Please read the full &lt;a href="http://sdrv.ms/117fC2b"&gt;terms &amp;amp; conditions&lt;/a&gt; of this contest before entering. Questions? Contact us &lt;a href="mailto:msdnbewm@microsoft.com"&gt;msdnbewm@microsoft.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;We&amp;rsquo;re looking forward to see your apps in action!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10411512" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Belux+Team/">Belux Team</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item><item><title>Java, PHP or mobile developer? Check out Open Week in Brussels</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/10/java-php-or-mobile-developer-check-out-open-week-in-brussels.aspx</link><pubDate>Wed, 10 Apr 2013 13:25:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10409988</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10409988</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/10/java-php-or-mobile-developer-check-out-open-week-in-brussels.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week.aspx"&gt;&lt;img border="0" alt="Open Week" src="http://www.microsoft.com/belux/newsletters/msdn/azure-open-week/header.jpg" width="600" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="2" width="494" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="285"&gt;&lt;strong&gt;&lt;font size="4"&gt;April 23, 18h-21h:                &lt;br /&gt;&lt;/font&gt;&lt;/strong&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-php.aspx" target="_blank"&gt;Open Week with PHP - Food for Thought&lt;/a&gt;            &lt;br /&gt;            &lt;br /&gt;Get an overview of how you can leverage Windows Azure for your PHP applications and hear from other PHP developers how they take advantage of the platform.             &lt;br /&gt;            &lt;br /&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-php.aspx" target="_blank"&gt;More info&lt;/a&gt;&lt;/td&gt;          &lt;td valign="top" width="207"&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032548438&amp;amp;Culture=en-us&amp;amp;community=0" target="_blank"&gt;&lt;img border="0" alt="Register for Open Week PHP" src="http://www.microsoft.com/belux/newsletters/msdn/azure-open-week/register1.png" width="200" height="100" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="2" width="493" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="284"&gt;&lt;font size="4"&gt;&lt;strong&gt;April 25, 17h-21h:&lt;/strong&gt;&lt;/font&gt;             &lt;br /&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-java.aspx" target="_blank"&gt;Open Week with Java - Hands-on labs&lt;/a&gt;            &lt;br /&gt;            &lt;br /&gt;Learn first-hand about the capabilities of the Windows Azure platform for Java developers through a series of labs and discover how to run your Java application on a Tomcat application server in the cloud.             &lt;br /&gt;            &lt;br /&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-java.aspx" target="_blank"&gt;More info&lt;/a&gt;&lt;/td&gt;          &lt;td valign="top" width="207"&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032548438&amp;amp;Culture=en-us&amp;amp;community=0" target="_blank"&gt;&lt;img border="0" alt="Register for Open Week Java" src="http://www.microsoft.com/belux/newsletters/msdn/azure-open-week/register2.png" width="200" height="100" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="492" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="284"&gt;&lt;font size="4"&gt;&lt;strong&gt;April 26, 18-21h:&lt;/strong&gt;&lt;/font&gt;           &lt;br /&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-mobile.aspx" target="_blank"&gt;Open Week for Mobile Developers&lt;/a&gt;          &lt;br /&gt;          &lt;br /&gt;Get an overview of how you can build mobile apps that take advantage of the Windows Azure platform and hear from other mobile developers how they do it.           &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.microsoft.com/belux/msdn/apps/windows-azure/open-week-mobile.aspx" target="_blank"&gt;More info&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="206"&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032548445&amp;amp;Culture=en-us&amp;amp;community=0" target="_blank"&gt;&lt;img border="0" alt="Register for Open Week Mobile" src="http://www.microsoft.com/belux/newsletters/msdn/azure-open-week/register3.png" width="200" height="100" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;The number of seats is limited for these sessions, so register right now! In the meantime, why not &lt;a href="http://www.windowsazure.com/en-us/pricing/free-trial/?WT.mc_id=A35894411"&gt;try the Windows Azure platform for free&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10409988" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Windows+Azure/">Windows Azure</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/Belux+Team/">Belux Team</category></item><item><title>Windows Store App Lab – The Brussels Experience</title><link>http://blogs.msdn.com/b/belux/archive/2013/04/02/windows-store-app-lab-the-brussels-experience.aspx</link><pubDate>Tue, 02 Apr 2013 15:19:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10406951</guid><dc:creator>MSDN Belux</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/belux/rsscomments.aspx?WeblogPostID=10406951</wfw:commentRss><comments>http://blogs.msdn.com/b/belux/archive/2013/04/02/windows-store-app-lab-the-brussels-experience.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;Windows Store App Labs&lt;/strong&gt; are &lt;a href="https://applabs.msregistration.com/LabList.aspx"&gt;physical locations&lt;/a&gt; in more than 30 cities around the world where you can access Windows 8 devices, get design help, and meet with Windows experts to make your app great. We have one in &lt;a href="http://aka.ms/beapplab" target="_blank"&gt;Brussels&lt;/a&gt; (Zaventem) too and have welcomed several developers over the past few months.&lt;/p&gt;  &lt;p&gt;One of them is &lt;strong&gt;Tim Van de Velde&lt;/strong&gt;, student at &lt;a href="http://howest.be" target="_blank"&gt;HOWEST&lt;/a&gt; and developer intern at &lt;a href="http://facebook.com/bettyapp" target="_blank"&gt;Bet.ty&lt;/a&gt;. Tim joined the App Lab on March 22 and spent 2 hours with our app experts &lt;a href="https://twitter.com/weslbo" target="_blank"&gt;Wesley De Bolster&lt;/a&gt; and &lt;a href="https://twitter.com/GirlGeek_be" target="_blank"&gt;Leslie Cottenje&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Afterwards we asked Tim a few questions …&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What's your app all about?     &lt;br /&gt;&lt;/strong&gt;“Bet.ty makes it easy to organize sports bets, both on a small scale (among friends) as on a bigger scale (professional sports teams). We don’t want any more hassle with Excel sheets and calculating scores or using paper and pencil.”    &lt;br /&gt;    &lt;br /&gt;&lt;img title="App Lab - Devices" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="App Lab - Devices" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/8156.DSC_5F00_0216_5F00_78A7F19E.jpg" width="304" height="202" /&gt;&amp;#160; &lt;img title="App Lab" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="App Lab" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/8168.DSC_5F00_0219_5F00_699112C4.jpg" width="304" height="203" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What's your experience overall after attending the lab? Did you find it a valuable investment of your time?&lt;/strong&gt;&amp;#160; &lt;br /&gt;“It was a privilege and a great opportunity to get the opinion of Wesley and Leslie and I'm very pleased with the feedback I received. I got a new perspective on the project and learned a lot.”&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Which issues surfaced during the UX consulting part of the lab? What tips &amp;amp; action items did you go home with?     &lt;br /&gt;&lt;/strong&gt;“Sports is all about pleasure &amp;amp; creativity but my design was a bit too abstract. So the advice they gave me was to be more practical, to loosen up the concept and create a more suitable, vivid look.”    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;What did you learn from the technical guidance of the Windows 8 expert? How will you implement it in your app?     &lt;br /&gt;&lt;/strong&gt;“I was able to send in my technical questions in advance of the lab. During the session it amazed me to see that he had prepared those questions extensively. He showed me some demo's and shared the solutions with me afterwards. He also provided me with a variety of interesting sources I definitely have to consult. (Mainly about Windows Azure Mobile Services).”    &lt;br /&gt;    &lt;br /&gt;&lt;img title="App Lab - Surface" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="App Lab - Surface" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/2451.DSC_5F00_0237_5F00_61997062.jpg" width="302" height="202" /&gt;&amp;#160; &lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/6406.DSC_5F00_0220_5F00_6E935073.jpg"&gt;&lt;img title="App Lab" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="App Lab" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/0317.DSC_5F00_0220_5F00_thumb_5F00_4CC777E2.jpg" width="303" height="203" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What will be your next steps after attending the lab? When are you planning to publish your app in the Windows Store?     &lt;br /&gt;&lt;/strong&gt;”First and foremost, I'm going to process the feedback. Then I'm going to create a flowchart (the user scenarios). Next month I will certainly attend another App Lab to evaluate the process. Bet.ty will be published in the Windows Store during the last week of May.”&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;a href="https://applabs.msregistration.com/LabList.aspx?drop=25#list" target="_blank"&gt;&lt;img title="Windows Store App Lab" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Windows Store App Lab" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-39-90-metablogapi/7658.banner_5F00_applabs_5F00_0BB8F87E.jpg" width="614" height="146" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Do you want free consultancy (both technical and UX design) for your app too? &lt;a href="https://applabs.msregistration.com/LabList.aspx?drop=25#list" target="_blank"&gt;Sign up today, it’s free!&lt;/a&gt; Next dates are:&lt;/p&gt;  &lt;p&gt;- April 17   &lt;br /&gt;- May 24    &lt;br /&gt;- June 5    &lt;br /&gt;- June 19&lt;/p&gt;  &lt;p&gt;We hope to welcome you in our lab very soon!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10406951" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/belux/archive/tags/Belux+Team/">Belux Team</category><category domain="http://blogs.msdn.com/b/belux/archive/tags/windows+8/">windows 8</category></item></channel></rss>