Definition -
What does .NET Framework (.NET) mean?
The .NET
framework is a software development framework from Microsoft. It provides a
controlled programming environment where software can be developed, installed
and executed on Windows-based operating systems.
NET
Framework is a complete environment that allows developers to develop, run, and
deploy the following applications:
1-Console
applications
2-Windows
Forms applications
3-Windows
Presentation Foundation (WPF) applications
4-Web
applications (ASP.NET applications)
5-Web services
6-Windows
services
7-Service-oriented
applications using Windows Communication Foundation (WCF)
8-Workflow-enabled
applications using Windows Workflow Foundation (WF)
The .NET Framework has two main components: the
common language runtime (CLR) and .NET Framework class library. The CLR is the
foundation of the .NET framework and provides a common set of services for
projects that act as building blocks to build up applications across all tiers.
It simplifies development and provides a robust and simplified environment
which provides common services to build application. The .NET framework class
library is a collection of reusable types and exposes features of the runtime.
It contains of a set of classes that is used to access common functionality.
The .NET Framework Interview Questions will give you an insight to the .NET platform.Here i tried to cover the whole .NET Framework Interview Questions which form the basis of an interview and the interviewer asks them to check your familiarity with the platform .
.NET Framework Interview Questions & Latest .net technical interview questions asked by interviewer. The Q&A mentioned over here have been taken from forums, my colleagues.
.NET Framework Interview Questions & Latest .net technical interview questions asked by interviewer. The Q&A mentioned over here have been taken from forums, my colleagues.
All .NET Framework Interview Questions with Answer.
1- What is .NET Framework?
2. What are the main components of .NET Framework?
2. What are the main components of .NET Framework?
3. List the new features added in .NET Framework 4.0.
4. What is an IL?
5. What is Manifest?
6. What are code contracts?
7. Name the classes that are introduced in the System.Numerics namespace.
10. What is Common Type System (CTS)?