Skip to main content

Dot Net Interview Questions



 1)What is Dotnet?

.NET is essentially a framework for software development. It is similar in nature to any other software development framework (J2EE etc) in that it provides a set of runtime containers/capabilities, and a rich set of pre-built functionality in the form of class libraries and APIs The .NET Framework is an environment for building, deploying, and running Web Services and other applications. It consists of three main parts: the Common Language Runtime, the Framework classes, and ASP.NET.

2)What are the language Supported by Dotnet?

When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. .net Supports More than 44 languages.

3) What is an application server?

An application server is a software engine that delivers applications to client computers or devices. The application server runs your server code. Some well known application servers are IIS (Microsoft), WebLogic Server 
(BEA), JBoss (Red Hat), WebSphere (IBM).

4) What is inheritance?

Inheritance represents the relationship between two classes where one type derives functionality from a second type and then extends it by adding new methods, properties, events, fields and constants. C# support two types of inheritance: 
- Implementation inheritance 
- Interface inheritance

5) How do you prevent a class from being inherited?

In VB.NET you use the NotInheritable modifier to prevent programmers from using the class as a base class. In C#, use the sealed keyword.

6) What is business logic?

It is the functionality which handles the exchange of information between database and a user interface.

7) What is a component?

Component is a group of logically related classes and methods. A component is a class that implements the Component interface or uses a class that implements Component interface.

8) What is a control?

A control is a component that provides user-interface (UI) capabilities.

Think above Shared Interview Question were very much useful. Besant Technologies offers best Dot Net Training in Chennai with excellent placement Support.The Dot Net Training in Chennai Designed the Syllabus according to IT needs which will help you clear the interview and certification So join best Dot Net Training in Chennai and Get Placed Soon
Dot Net Training in Chennai

Comments

Popular posts from this blog

Why Is Python So Famous?

Have you ever come across word the python anywhere? If no, let me brief you about “Python”. Python is an interpreted, object oriented and high level programming languages more over it has built in data structures which makes it attractive for rapid application development as well suitable for scripting language. The applications of python languages are wider it used to create GUI based desktop applications, web applications and business applications. So the opportunities for python are overwhelming, so grab the opportunity by enrolling Python Training in Chennai Advantages of python Python has numerous third party modules which make it capable for interacting with other language and platform Python is open source software which makes it free to use and distribute Python provides excellent readability which helps beginners to learn the language fastly Python offers user friendly data structures Python increases the speed of application developmen

Simple Guidance for you in Selenium

In The Rapidly Growing World Companies are in situation to release their products  faster than their competitors  moreover Customer want more for software releases with new features to be implemented in short time frame and they are not in situation to work with the defected software. If Companies release software with more bugs it may affect the user experience and in turn creates bad impression on the company brand So Many Companies are testing their product before it comes to hand customer Among various automation tool most of the companies use selenium for testing the web application. What is Selenium? Selenium is an open source tool used for performing automation testing which is licensed under apache. It allows automating web based application with an option of record and play which allows testing without learning the programming language moreover it allows testing web application across multiple web browsers. Since it is open source software we can freely download it

Hadoop Interview Questions for you

1.  What is Big Data? Any data that cannot be stored into traditional RDBMS is termed as Big Data. As we know most of the data that we use today has been generated in the past 20 years. And this data is mostly unstructured or semi structured in nature. More than the volume of the data – it is the nature of the data that defines whether it is considered as Big Data or not. 2.  What do the four V’s of Big Data denote? The four V’s of Bigdata denote the Fallowing  a) Volume –Scale of data b) Velocity –Different forms of data c) Variety –Analysis of streaming data d) Veracity –Uncertainty of data 3.What is Hadoop ? When “Big Data” emerged as a problem, Apache Hadoop evolved as a solution to it. Apache Hadoop is a framework which provides us various services or tools to store and process Big Data. It helps in analyzing Big Data and making business decisions out of it, which can’t be done efficiently and effectively using traditional systems.To Know more abou