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
What is custom attribute? How to create?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the file extension of web service?
How to implement form based authentication in asp.net application?
What is custom attribute?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain transparent caching with aop?
What is asp.net mvc5? : Asp.Net MVC
How do you store a value in viewstate and retrieve them?
What is a multilingual website?
What is difference between rest and soap?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Where the cookie value is stored?