What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Answer / Anjali Saini
"The main difference between .NET Mobile Pages and .NET Web Pages lies in their design and purpose. .NET Mobile Pages are optimized for small screen devices, such as smartphones, while .NET Web Pages are designed for standard web browsers. .NET Mobile Pages utilize controls specific to mobile development, like the MobileImage control, whereas .NET Web Pages use traditional ASP.NET controls, like the Image control."
| Is This Answer Correct ? | 0 Yes | 0 No |
6. Wcf- what is SOA
Explain difference between machine config vs. Web config? : .NET Architecture
What are the options provived by vss to the user? how it will help us while delevoping application?
what is the difference between running an application with and without debugger?
Explain the Lapsed Listener problem in .net
What re interop services?
Explain cache memory? : .NET Architecture
How do I stop a thread?
Explain the difference between inprocess vs out process session state : Dot net architecture
what is a required field validation control?
what is the difference between master page and content page?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?