1 / 12

Dot Net Introduction Training

what is Microsoft .NET? .NET Introduction covers basics of .NET history,evolution,architecture and Features and Its version. You can know more about it from http://www.courseing.com/

SupriyaSeth
Télécharger la présentation

Dot Net Introduction Training

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 Introduction Free .NET Introduction Tutorial Videos for Beginner by Courseing http://www.courseing.com

  2. .NET Introduction - Highlights • .NET History and Evolution • What is .NET? • What is special about .NET? • Architecture • Architecture components • Advantages of .NET

  3. .NET Introduction : History and Evolution • Microsoft started development of .NET Framework in the late 1990s. • At first Microsoft named .NET as Next Generation Windows Services (NGWS). • First beta versions of .NET 1.0 were released in the end of 2002 and latest stable update released in 2016. • Microsoft, Hewlett-Packard, and Intel worked to standardize Common Language Infrastructure (CLI) and C#. • .NETFramework is intended to be used by most new applications created for the Windows platform • .NET Framework introduces a Common Type System (CTS) that defines all possible data types and programming constructs

  4. .NET Introduction : History and Evolution Source: Wikipedia

  5. .NET Introduction – what is .NET?

  6. .NET Introduction: what is special about .NET?

  7. .NET Introduction : Architecture C# J# C++ Other Microsoft Visual Studio VB . Common Language Specification ASP .NET Web Forms Web Services Windows Forms ADO .NET and XML Base Class Library Common Language Runtime Operating System

  8. .NET Introduction : Architecture components • .NET framework contains four components. In that four components CLR and FCL are major • Common Language Runtime (CLR) • Framework Class Libraries (FCL). 3. Common Type System (CTS) 4. Common Language Specification (CLS)

  9. .NET Introduction: Architecture Components • Common Language Runtime(CLR): .NET Framework provides runtime environment called Common Language Runtime (CLR).It provides an environment to run all the .NET Programs. The code which runs under the CLR is called as Managed Code.  • .Net Framework Class Library (FCL): The .NET Framework class library is a library of classes, interfaces, and value types that provide access to system functionality. • Common Type System (CTS): It describes set of data types that can be used in different .Net languages in common .i.e. CTS ensures that objects written in different .Net languages can interact with each other. • Common Language Specification (CLS): It is a sub set of CTS and it specifies a set of rules that needs to be adhered or satisfied by all language compilers targeting CLR. It helps in cross language inheritance and cross language debugging.

  10. .NET Introduction : Advantages • It is very user friendly  • Interoperable i.e. each language can use code written in other languages •  Enhanced Security, Easy Portability • Gives stable support to  XML, cascading style sheets (CSS), and other new and established Web standards • Permits a wide variety of Internet devices to access data and applications  • Easy integration of any software into the Internet • Ability to track visitors and report on the most requested web pages

  11. Feedback Like It ? Hate It? We would love to hear from you whatever you think about the course. Click HERE to share what you think!

  12. Thank you Thank You for Watching Free .NET Introduction Tutorial Videos for Beginner by Courseing http://www.courseing.com

More Related