what is differance b/w .net assemblies and com component?
Answers were Sorted based on User's Feedback
Answer / subodh
asp is interpreted where as asp.net is compiled
in asp control events are handled at client side where as in
asp.net the control events are handled server side
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dheeraj
1). com component metadata is saved inside the registry of
windows whereas .net assembly metadata is save inside
menifest.
2). Com components are already compiled into native code .
3). As the metadata is saved inside menifest file inside
the assembly so ite becomes
(A) portable
(B) multiple versions of the assemby can be
saved on the same machine.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / munna
asp is interpreted where as asp.net is compiled
in asp control events are handled at client side where as in
asp.net the control events are handled server side
| Is This Answer Correct ? | 1 Yes | 1 No |
What is Extranet?
How to use XML file as a database in the ASP
Who is asp in police?
Tell me about Dictionary Object?
What are Scripting Objects?
Define the asp scripting objects?
What happens to asp pages?
How do I open aspx files?
what is object in c sharp?
What is a session?
Should user input data validation occur server-side or client-side?
What is difference between Physical path and Virtual path? Explanin with example.