Freelance Jobs

Sunday, December 12, 2010

Hello World App in Silverlight for Windows Phone 7

In this section, I will help you to write the widely used “Hello World” application for the Windows Phone. This may seem little bit silly for hard core programmers and non-programmers like. But here the situation is little bit different, we are going to create and compile app in a pc and is deploying and running it in a mobile device or at least an emulator. According to me this simple code serves two purposes, it will help to understand and how easy is to write a text on to the Windows Phone Screen and secondly, it helps us to experience the process of creating, developing, compiling and running a program without too much difficulties.

I will guide you to write the “Hello World”, in both Silverlight and XNA. In most of the cases you will be using XNA for developing games, but I wanted to show that the functionality can be achieved using both technologies.

For writing your first application you need, Windows Phone 7 Developer Tools, which includes Visual Studio 2010 for Windows Phone, the Windows Phone Emulator and it is a free download from the Microsoft Download Center

Writing the App in Silverlight

Power up Visual Studio 2010 for Windows Phone from Start Menu or from Desktop.  From the File Menu select New Project -> Visual C# -> Silverlight for Windows Phone from the installed templates. Then from the middle area, choose Window Phone Application. Enter a Name for the project and also the location, if we don’t want to create a directory for the solution, you can uncheck the Create Directory for the Solution.


After clicking Ok button and project will be created with a lot files, which I will explain latter. You will be welcomed by a large screen of windows phone in portrait mode, to be more precise 480 * 800 pixels by far largest screen to this date in phone world.  This is shown in the design view and one can add more controls by dragging and dropping them from the control toolbox. Instead of drag n drop we will write markup for creating the controls. For that we need to switch to markup view and this can be one by clicking any of the icons which may appear to the bottom of your screen.


Saturday, December 4, 2010

K-MUG UG Meet on Dec 11, 2010 @ Kochi



This month's usergroup meeting for Central Kerala region will be on Dec 11, 2010 at Mastermind Computer Institute, 2nd Floor, New Kochappilly Building,Near Federal Bank,Civil Line Road,Chembumukku. For event details, click here, and registration for the event can be done here.

Agenda                                                                           

09:30 - 09:40 Community updates

09:40 - 10:30 Introduction to WCF

10:30 - 11:15 Lambda - It's uses and abuses

11:15 - 11:30 Tea Break (15 min)

11:30 - 12:15 Introducing Razor – A new view engine for ASP.NET

12.15 - 01:00 Memory and Resource Leaks in .NET application


Thursday, December 2, 2010

Microsoft Releases Platform Preview of IE9

Microsoft released platform preview version of IE9 today and can be downloaded from here. According to Microsoft,  Platform preview version is not a full browser, its intended mainly for web developers  to give a sneak preview on upcoming web platform technologies coming in the next version of the browser. For more FAQ's please visit the IE9 site here.

It also supports side-by-side installation along with IE8, but nothing is mentioned about the side-by-side installation with IE9 beta. So its up to the users  to decide on the installation....