What are the mobile devices supported by .net platform
Answer / 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 |
What filters are executed in the end?
What are Action Methods in ASP.NET MVC?
What are bundling & minification features in asp.net mvc 4?
How to create an alias name for a namespace?
explain how you can load related entities in ef (entity framework)?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What is domain class model?
Explain the methods used to render the views in ASP.Net MVC?
What is .net framwork?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is a razor file?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?