1 / 12

.NET FRAMEWORK

.NET FRAMEWORK. CE-105 Spring 2007 Engr. Faisal ur Rehman. Definition. .Net Framework is a platform that allows you to develop software applications and libraries called “managed applications”. It provides you with the compiler and tools to be able to build, debug, and execute managed code.

haley-blair
Download Presentation

.NET FRAMEWORK

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. .NET FRAMEWORK CE-105 Spring 2007 Engr. Faisal ur Rehman

  2. Definition .Net Framework is a platform that allows you to develop software applications and libraries called “managed applications”. It provides you with the compiler and tools to be able to build, debug, and execute managed code.

  3. Definition • The .NET Framework is an integral Windows component that supports building and running the next generation of applications and XML Web services.

  4. Components • Framework Class Library (FCL) • .NET Runtime Host • Utilities (Compilers, Code Generators, etc.)

  5. Framework Class Library (FCL) • It is a series of classes with methods that encapsulate common system or application related functionality. • These classes are available to utilize from .NET languages including VB.NET • Controls from Toolbox, access of database or opening xml files need FCL

  6. .NET Runtime Host • Manages permissions granted to application • Provides a common system of data types across all .NET languages • Manages memory

  7. .NET Related Utilities • Compilers • Debugging Tools • Automatic code generators

  8. Running .NET Application • Application is compiled in IL (intermediate language) which is present as exe or dll • It is then compiled into optimized machine code based upon Windows version and CPU / system configuration.

  9. .NET FRAMEWORK

  10. Visual Studio uses .NET Framework. In other words VS is not needed to create .NET applications

  11. Q & A • What is .NET Framework • Define components of .NET Framework

  12. T H A N K s

More Related