Dot Net Interview Questions with Answers (Part-1) by conceptserve technologies - PowerPoint PPT Presentation

About This Presentation
Title:

Dot Net Interview Questions with Answers (Part-1) by conceptserve technologies

Description:

Beginner Level Interview Questions Fresher Level Interview Questions Experience Level Interview Questions – PowerPoint PPT presentation

Number of Views:1
Updated: 15 November 2022
Slides: 11
Provided by: conceptserve12
Tags:

less

Transcript and Presenter's Notes

Title: Dot Net Interview Questions with Answers (Part-1) by conceptserve technologies


1
Interview Questions with Answers
(Part-1)
conceptserve _at_ConceptServe Technologies
2
What is .NET?
conceptserve _at_ConceptServe Technologies
.NET is a cross-platform, open source, and free
software framework that is used to run and
create various applications. Microsoft built it,
and Windows is the operating system.
Additionally, it is used to deploy and debug
code on a variety of.NET-based applications
utilising a variety of tools including libraries
and APIs.
3
What are the different languages that.NET
supports?
conceptserve _at_ConceptServe Technologies
.NET applications are written in a variety of
languages, including- -C which is a simple and
modern language. This programming language is a
type-safe language and is object oriented thus
used with .NET easily. -F which helps to write
code in a compact and easy way. -Visual Basic
is an approachable language and is used with
.NET to build type-safe applications.
4
Tell me about the various components of the.NET
framework.
conceptserve _at_ConceptServe Technologies
The following are the components of.NET -.NET
framework -Application domain -.NET class
library -Profiling -Common language
run-time -Common type system
5
What is meaning by CTS?
conceptserve _at_ConceptServe Technologies
CTS is an abbreviation for Common Type System.
It is a component of .NET framework. CTS follow
particular rules. According to these structured
rules any data type is declared and is used in a
program code. It is possible to create ones own
classes and functions as well by abiding by the
rules in the CTS.
6
What is meaning by CLR?
conceptserve _at_ConceptServe Technologies
CLR stands for common language run-time, it is
an important component of the .NET framework. We
can use CLR as a building block of various
applications and provides a secure execution
environment for applications.
7
What is meaning by CLS?
conceptserve _at_ConceptServe Technologies
CLS stands for Common language specification
helps the developers to use the components that
are inter-language compatible with certain rules
that come with CLS. It then helps in reusing the
code in other .NET compatible languages.
8
What do you know about JIT?
conceptserve _at_ConceptServe Technologies
JIT is a compiler which stands for Just In Time.
It is used to convert the intermediate code into
the native language. During the execution, the
intermediate code is converted into the native
language.
9
What are managed unmanaged codes?
conceptserve _at_ConceptServe Technologies
  • managed codes
  • These are the codes that CLR or Common Language
    Run-Time manages. It is useful in managing
    memory with the help of garbage collection. The
    execution of managed codes is done using .Net
    framework and is necessary for its
    implementation.
  • unmanaged codes
  • These are all the codes that are not managed by
    the common language runtime or the CLR. It is
    independent of the .NET framework. Since the
    common language runtime does not handle it, the
    execution and management of memory are done
    independently.

10
conceptserve _at_ConceptServe Technologies
Did you find it Useful Hope you Like the Post.
Liike,, Commentt or Share Save Thiis Postt
Follow For More
Write a Comment
User Comments (0)
About PowerShow.com