How crate a "PhoneApplicationPage" not by XAML file on Window Phone 7?
How crate a "PhoneApplicationPage" not by XAML file on Window Phone 7?
Basically why you don't want to use XAML ?
Also main purpose of this Dibo is problem solving, but not really something that falls into consultancy on software development. Thus you should not ask others to desing your application, but try by yourself, and then once you get actual problems, then ask help.
Plus U don't need to look at xaml for simple apps. The designer is drag and drop friendly so you can make an app without having to know much of xaml. It helps but its not something that prevents U from doing the basics.
Cheers
João Cardoso
It certainly is possible if you know what you're doing. However, it's hardly worth the hassle unless you have some very obscure requirements why you should do so. You could check out the generated partial classes from the compilation process to get a hunch on what's happening with XAML views behind the scenes. You can find those in the "obj" directory in the project root after building the solution.
One more option: PhoneGap. Its a app framework that uses HTML5 and has multi-target possibilities. Something to consider if you dont want to use Silverlight. It supports Windows Phone, Symbian, among others.
Cheers
João Cardoso