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 aspx cs file?
explain uses of Textstream object in ASP
How do I open aspx files on windows 10?
What are the methods in Session Object?
Explain the post and get method?
How do I open aspx files on android?
What does active server pages look like?
which sdlc model was used for whatsapp?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
What are server-side includes?
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
Which DLL file is needed to be registered for ASP?