What are the mobile devices supported by .net platform
Answer Posted / swapna
The Microsoft .NET Compact Framework is designed to run on
mobile devices such as mobile phones, Personal Digital
Assistants (PDAs), and embedded devices. The easiest way to
develop and test a Smart Device Application is to use an
emulator.
These devices are divided into two main divisions:
1) Those that are directly supported by .NET (Pocket PCs, i-
Mode phones, and WAP devices)
2) Those that are not (Palm OS and J2ME-powered devices).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain tempdata in mvc?
What is .net framework & its benefits?
What is the importance of NonActionAttribute?
Explain test driven development (tdd) ?
what is explicit loading?
What is a view engine?
What filters are executed in the end?
Why to use Html.Partial in ASP.Net MVC?
Explain Model, view and Controllers in Asp.Net MVC?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
differences between poco, model first and data first approach?
Is it possible to share a view across multiple controllers?