What is meant by .Net framework?
.NET framework is developed by Microsoft, provides an environment to run, debug and deploy code onto web services and applications by using tools and functionalities like libraries, classes, and APIs. This framework uses object-oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits of Model-View-Controller Architecture?
What is Application Domain?
Explain garbage collection?
Which ports are used by virueses?
What is the difference between reference type and value type?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is meant by globalization and localization?
Explain what is the difference between response.redirect & server.transfer?
What is value type and refernce type in .net?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?