Windows Phone From Scratch Mini-Tutorials #2: Silverlight vs XNA

xna game hub You can write for Windows Phone using either Silverlight or XNA.  Here are some general guidelines to help with understanding the strengths of each of the two platforms (from the Windows Phone 7 Developer Portal).

Use Silverlight if… Use XNA if…
You want a XAML based, event driven application framework. You want a high performance game framework.
You want rapid creation of a Rich Internet Application-style user interface. You want rapid creation of multi-screen 2D and 3D games.
You want to use Windows Phone controls. You want to manage art assets such as models, meshes, sprites, textures, effects, terrains, or animations in the XNA Content Pipeline.
You want to play digital media.
You want to use an HTML web browser control.

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Essentials, Mini-Tutorial, WindowsPhone and tagged , , . Bookmark the permalink.

One Response to Windows Phone From Scratch Mini-Tutorials #2: Silverlight vs XNA

Comments are closed.