Explain Assemblies?,Difference between Panel and
GroupBox?,Differences between ASP and ASP.NET?
Answer Posted / jayashree dubey
Assemblies: are the building blocks of asp.net.It can be
defined as a single unit of DLLs.Collection of
classes,methods,properties,structs etc.
Panel is a opaque container not visible to the user where
Groupbox is defined with a outline along with title.
ASP.net is an advanced version of ASP.ASP uses interpretor
method where asp.net uses compliler and runs using CLR
platform and uses different languages where asp does not
support multi languages.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Where is session cookies stored?
What does occur first in ASP.Net, Authentication or Authorization?
Where sessions are stored?
What is the difference between exe and dll?
How about the security in Activex DLL and Activex EXE ?
What is a web api?
How can you display all validation messages in one control?
Explain transparent caching with aop?
What is http request and response?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Can we set which type of comparison we want to perform by the CompareValidator control?
What does a switch do?
Where is the view state data stored?
What are the differences between application object and session object?