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
What is managed extensibility framework?
Which is the default http method for an action method?
how do you mark a property as required? For example, for a project, the name is a required field.
How do I use partial view?
what is msl?
Explain something about model, view and controllers in asp.net mvc?
Explain two instances where routing is not implemented or required?
explain how you can load related entities in ef (entity framework)?
What are the possible razor view extensions?
What is meant by tempdata in mvc?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What is edm in entity framework?
Explain bundle.config in mvc4?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain Keep method in Tempdata in ASP.Net MVC?