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 msmq?
What is active server object model?
In how many ways you can connect to the Database?
Is asp still used?
how to do process steps fi -mm integration can u define anybody pls
Define the asp scripting objects?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
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.
What is the difference between jsp and asp?
Define request object?
What is the order of precedence for logical operators.
What are the methods in Application Object?