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
How does asp.net work?
How can we update records in gridview?Is there any appropriate code for it?
Write some code using interfaces, virtual methods, and an abstract class`
Describe how to implement globalization and localization in the use interface in .net.
What is the difference between visual basic and asp.net?
Why we use asp.net for website development?
How does a content page different from a master page?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is session in asp.net?
What is the difference between globalization and localization?
What is difference between session and cookie?
Can the unique key be null?
What are the different types of validation controls provided in ASP.NET?
What is the advantage of using Windows authentication in a Web application?
In which event of the page viewstate is available?