net framework is complete program of microsoft

7
.NET FRAMEWORK

Upload: june-clark

Post on 07-Aug-2015

130 views

Category:

Software


2 download

TRANSCRIPT

Page 1: NET Framework is Complete Program of Microsoft

.NET FRAMEWORK

Page 2: NET Framework is Complete Program of Microsoft

Content

• Overview• .NET framework• Version of .NET• Role of .NET

http://www.badcatinteractive.com

Page 3: NET Framework is Complete Program of Microsoft

Overview

• In 1990’s Microsoft started developing the .NET framework (pronounced as dot net framework).

• It was originally termed as Next Generation Windows Services.

http://www.badcatinteractive.com

Page 4: NET Framework is Complete Program of Microsoft

.NET Framework

• The .NET framework is a part of the Windows operating system. • It consists of two components - a large library and CLR. This library

has a number of pre coded functions present within it.

• These are used for developing other software applications and help solving general programming problems.

• The functional scope of the .NET framework is limited to Microsoft Windows.

• The pre coded functions present within the .NET framework pertain to data access, user interface, Database management etc.http://www.badcatinteractive.com

Page 5: NET Framework is Complete Program of Microsoft

Version of the .NET

Framework• Version History of the .NET Framework

• A large number of versions of the .NET framework have been released the latest being the 4.5.1 which was released in 2013. Other than this the following versions have been released:

• Version 1.0• Version 1.1• Version 2.0• Version 3.0• Version 3.5• Version 4.0• Version 4.5

http://www.badcatinteractive.com

Page 6: NET Framework is Complete Program of Microsoft

Role of the .NET Framework

• Memory Management & Others • The CLR provides not only the environment for applications to

run but also services like memory management, exception handling, security etc.

• The .NET framework provides independence to different objects so they can be shared within different libraries and applications. This is supported by the CTS or the common type system which determines how different data types and there values are seen by the computer’s memory.

• The .NET framework has two components of which one is the Library.

http://www.badcatinteractive.com

Page 7: NET Framework is Complete Program of Microsoft

THANK YOU