what are the main advantage in .net?
Answers were Sorted based on User's Feedback
Answer / manish singh(amalga fusion)
Advantage of.Net
1> it is language indepent platform.
2> Through this technology you can develop web apllication
as well window application(destop application)
3> it provides cross language inheritence.
4> it support side by side execution.
Is This Answer Correct ? | 21 Yes | 2 No |
It is not Completly Language Independent.
It is Partially Language Independent.
Using 3'rd party tools we can communicate with LINUX but
not with UNIX.
Those tools are not from Microsoft. So there is chance for
performace degrade.
Advantages::
-------------
Language Interopability(means .net supports 40 languages)
writing code in one .net language can be used in other .net
language.
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / masuduz zaman
Advantages of Dot Net are
1. It's supports 40 different Languages i.e. VB.Net, C Sharp, J# ect.
2. Supports Cross Language Integrity.
3. When you compile a dot net code it will create MIL (Which is sort of machine lave language), which make it platform Independent.
4. it's fully Object orientated Language.
5. Automatic Memory management.
6. Automatic Garbage Collection.
Is This Answer Correct ? | 7 Yes | 1 No |
What is the sequence of operation takes place when a page is loaded ?
How do I use response redirect?
Do you know caching feature?
How you can add an event handler?
How can we create pie chart in asp.net?
Explain cashing in asp.net.
what is silverlight and what is the purpose of silverlight?
Describe the difference between inline and code behind - which is best in a?
what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?
What is datagrid asp.net?
Name the control which can be used to reserve the space on web page for storing localized data.
Differentiate strong typing and weak typing