Difference between .NET components and COM components?
Answer Posted / krishna prasad
.net component
-----------------
these dlls can be used by any application (platform
independant)
these components are resolved from dll hell problem
com components
-------------
platform dependent components
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What I need to create and run an asp.net application?
Is post back in asp.net?
What is the importance of Global.asax in ASP.NET?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is asp.net? How is it different from asp?
What is the difference between mvc and asp.net? : Asp.Net MVC
what are the web form events available in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Differentiate between early binding and late binding.
Which method is used to force all the validation controls to run?
Explain what is an assembly?
How do u declare static variable and how it is declared and what is its lifetime?
How to register exception filter globally?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is directive in asp net?