Answer Posted / izetamtechnologies
.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 |
Post New Answer View All Answers
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is .net and why it is used?
How big is the datatype int in .net?
What are the two main parts of the .net framework?
What's wrong with a line like this? Datetime.parse(mystring);
When a Static Constructor called in .NET?
What should you do to store an object in a viewstate?
What's a windows process in .net?
Please explain what is the difference between odbc and ado?
Explain how to spawn a thread?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is WSDL? Explain its architecture?
Difference between machine.config and web.config?
What is static constructor, when it will be fired?