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
What is an anonymous method?
Differentiate between managed and unmanaged code?
In code behind class, name the type of code found. Is it the server side code or client side code?
Example from .net. Integer & struct are value types or reference types in .net?
What is reflection in microsoft .net context?
How can I get at the win32 api from a .net program?
Explain the difference between asp.net and asp?
What is meant by globalization and localization?
What is namespaces in .net?
Does .net supports destructors concept?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
How do you create threading in.net?
Write the .net syntax for 'for loop'?
Please explain what is the difference between constants and read-only variables?
What is the native image generator?