Html code here! Replace this with any non empty raw html code and that's it.
Html code here! Replace this with any non empty raw html code and that's it.

.NET Interview Questions And Answers For Freshers

.NET Interview Questions And Answers

1. What is the .NET framework? 

 

The .NET framework is a software framework developed by Microsoft that provides a common set of libraries and runtime for building and running applications on Windows. It includes a common language runtime (CLR) that manages the execution of code, and a set of class libraries that provide a variety of services and functionality for applications.

 

2. What are the main components of the .NET framework? 

 

The main components of the .NET framework include the CLR, the .NET class library, and the common language runtime (CLR). The CLR is the runtime environment that manages the execution of .NET code, while the .NET class library provides a set of reusable classes and methods for building applications. 

 

3. What is the difference between a managed and an unmanaged code in .NET?

 

Managed code is code that is executed by the CLR and has access to the services and resources provided by the .NET framework. Unmanaged code is code that is executed outside of the CLR and does not have access to the resources and services provided by the .NET framework. 

 

4. What is the role of the garbage collector in .NET? 

 

The garbage collector is responsible for managing the allocation and release of memory for managed objects in .NET. It periodically checks for objects that are no longer being used and frees up the memory they occupy, so that it can be reused by other objects. This helps to prevent memory leaks and improve the performance of .NET applications. 

 

5. What is an assembly in .NET? 

 

An assembly is a collection of compiled code, resources, and metadata that can be deployed and executed as a single unit. Assemblies are the building blocks of .NET applications and can be deployed either privately or globally, depending on the needs of the application. 

 

6. What is a namespace in .NET? 

 

A namespace is a container for a set of related classes and other types in .NET. It helps to organize the types in a logical hierarchy and prevent naming conflicts between different types. Namespaces are often used to group related types together and provide a way to refer to them in code. 

 

7. What is the purpose of the Common Language Specification (CLS)? 

 

The Common Language Specification (CLS) is a set of rules and guidelines for designing and implementing .NET classes and types. It helps to ensure that .NET types are interoperable and can be used by any .NET language. By following the CLS, developers can create types that can be used by any .NET language, regardless of the language in which they were implemented. 

 

You May Also Like:

 

Why should we Hire You ?

Python Interview Questions and answers

Common Interview Questions and answers

spot_img

Latest articles

Related articles

spot_img