I'm a beginner looking for Windows 7 phone app development. Have downloaded the kit and emulator. I follow tutorials to develop apps but I don't understand the steps.I use visual C# 2010 as the IDE .Please help as to what should I learn so as to understand the coding in IDE.
Regards.

Recommended Answers

All 7 Replies

Thanks.

yea same problem suffring by me but this page help me fast , THANKS charlie

<Grid x:Name="LayoutRoot" Background="{StaticResource PhoneBackgroundBrush}">  
     <Grid.ColumnDefinitions>  
         <ColumnDefinition Width="*" />  
         <ColumnDefinition Width="*" />  
     </Grid.ColumnDefinitions>  
     <Grid.RowDefinitions>  
   
         <RowDefinition Height="*" />  
         <RowDefinition Height="*" />  
     </Grid.RowDefinitions>  
   
     <Button  
         Grid.Column="0"  
         Grid.Row="0"  
         Content="Tap Me!"  
         HorizontalAlignment="Stretch"  
         VerticalAlignment="Stretch"  
         />  
 </Grid>

can u expain that coding becouse my frnd ask about that ? plz

TRY IT FRND
First of all you must have know-how of C# language and .net framework. Always use good books to learn new technology from the scratch. I'd suggest you to read Programming Windows Phone 7, by Charles Petzold, is free ebook.

Off topic - @wtstalin88 as English is not your first language I strongly encourage you to either use translator or dictionary to spell check what you writing. Secondly, always read other replies so you do not offer solution/idea/info that someone else already provided as in case of the book.

Well! Microsoft do have some great tutorials...

www.create.msdn.com

or

<URL SNIPPED>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.