Explain asp.net?
Answer / Yashwant Singh Rana
ASP.NET is a free web framework developed by Microsoft to build dynamic websites, web applications, and web services. It runs on the .NET platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are channels in .NET Remoting?
Whate are resource files?
Explain what is the difference between web application and enterprise application?
What are the differences between an interface and an abstract class in .net?
What is the managed and unmanaged code in .net?
What is namespace in .net?
Explain the main components in .net?
Where?s Windows service database located?
What is "common language runtime" (clr) in .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What does cil do?
What are multicast delegates?