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
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is the application pool?
What is application and session in asp.net?
What is the parent class of all the web server control?
Apart from IDE what are the enhancements in asp.net 2.0?
What is round trip in asp.net?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is cookieless session id explain in brief?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How asynchronous call can be implemented using delegates?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Explain how do you validate the controls in an asp .net page?
What is active web page?
Describe session handling in a webfarm?
What is directive in asp net?