what is differance b/w .net assemblies and com component?

Answers were Sorted based on User's Feedback



what is differance b/w .net assemblies and com component?..

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

what is differance b/w .net assemblies and com component?..

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

what is differance b/w .net assemblies and com component?..

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

Post New Answer

More ASP Interview Questions

Name some of the ASP components?

3 Answers  


Explain the function of attributes in tags?

0 Answers  


What are the scripting objects in asp?

0 Answers  


What is ServerVariables collection?

2 Answers  


How add insert options in datagrid control in footer row.

0 Answers   PreludeSys,






What are Scripting Objects?

1 Answers  


explain with example redaing contents and writing contents from a file using APS object stream.

0 Answers  


what are the two main compononet in remoting

0 Answers   DCI,


How can I break Search

0 Answers  


we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?

0 Answers  


Is classic asp still supported?

0 Answers  


Explain the difference between client-side script and server-side script?

0 Answers  


Categories