Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Hari Prasad Gaur: Introducing The

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

INTRODUCING THE

MICROSOFT .NET FRAMEWORK


Hari Prasad Gaur
8th Sem CSE MECRC

Introduction

Introduction to .NET Framework


The Microsoft .NET Framework is a

software component that can be added to the Microsoft Windows operating system.
The .NET framework defines an enviornments

that support the development and execution of highly distributed, component based applications.

Continue.
It enables differing computer languages to

work together and provides for security, program protability, and a common programming model for the Windows platform. .NET framework is not a language it is platform which provides a library for writing and executing written programs in any compliant language.

Continue.
.Net is a new framework for developing web-

based and windows-based applications within the Microsoft environment. The .NET Framework represents a unified, object-oriented set of services and libraries.

.NET Framework architecture

.NET What Is It?

.NET Application

.NET Framework

Operating System + Hardware

VB

VC++

VC#

JScript

Common Language Specification

Visual Studio.NET

ASP.NET: Web Services and Web Forms ADO.NET: Data and XML Base Class Library

Windows Forms

Common Language Runtime

The .NET Framework consists of following


Common Language Runtime Base Class Library ADO.NET: Data and XML ASP.NET: Web Services and Web Forms Windows Forms

Common Language Runtime


CLR works like a virtual machine in executing all

languages.
All .NET languages must obey the rules and

standards imposed by CLR.


CLR manages code execution at runtime.

the CLR is the part of the .NET Framework

that enables programs to be portable, supports mixed-language programming, and provides security.
It is the job of CLR to translate the intermediate code into executable code when a progarm is run.

Base Class Library


The Base Class Library (BCL), sometimes

referred to as the Framework Class Library (FCL), is a library of types available to all languages using the .NET Framework.
The BCL provides classes which encapsulate a

number of common functions, including file reading and writing, graphic rendering, database interaction and XML document manipulation.

You might also like