Answer Posted / 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 |
Post New Answer View All Answers
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Which two new properties are added in asp.net 4.0 page class?
Can I have a unique key as foreign key?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain the use of errorprovider control in .net?
What is the maximum amount of memory any single process on windows can address?
What are the advantages and limitations of query string?
Is it possible to change the index of primary key on table?
Where is the session stored?
How you will manage the state of ASP.NET controls?
What is server redirect?
What are the Types of state management techniques
What is a 404 redirect?
Why is mvc better than asp.net?