Wednesday 31 May 2017

Dot Net Interview Questions


1) What is .NET?
.NET is a framework for software development. It is just like other software development framework like (J2EE). It provides runtime capabilities and a rich set of pre-built functionality in the form of class library and API's. This .NET framework is an environment to build, deploy and run web services and other applications. Dot Net Training in Chennai
The .NET framework contains three main parts:
  • Common Language Runtime
  • Framework classes
  • The Official Microsoft ASP.NET Site
2) What is .NET Framework?
.NET Framework is a complete environment that allows developers to develop, run, and deploy the applications. .NET Framework also enables a developer to create sharable components to be used in distributed computing architecture. NET Framework supports the object-oriented programming model for multiple languages, such as Visual Basic, Visual C#, and Visual C++. .NET Framework supports multiple programming languages in a manner that allows language interoperability. This implies that each language can use the code written in some other language.
3) What is an IL?
Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler.

No comments:

Post a Comment