Which of the following statements correctly define .NET Framework?

A.It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web ServicesB.It is an environment for developing, building, deploying and executing only Web Applications.C.It is an environment for developing, building, deploying and executing Distributed ApplicationsD.It Read More …

Share the Post

Which of the following are NOT true about .NET Framework?

It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. It provides a code-execution environment that minimizes software deployment and versioning conflicts. It provides a code-execution environment that Read More …

Share the Post

Which of the following statements are TRUE about the .NET CLR? 1. It provides a language-neutral development & execution environment. 2. It ensures that an application would not be able to access memory that it is not authorized to access. 3. It provides services to run “managed” applications. 4. The resources are garbage collected. 5. It provides services to run “unmanaged” applications.

A. Only 1 and 2B. Only 1,2 and 4C. 1,2,3,4D. Only 4 and 5 Share the Post

Share the Post