140 likes | 261 Views
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/
E N D
.NET Introduction Free .NET Introduction Tutorial Videos for Beginner by Courseing http://www.courseing.com
.NET Introduction - Highlights • .NET History and Evolution • What is .NET? • What is special about .NET? • Architecture • Architecture components • Advantages of .NET
.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
.NET Introduction : History and Evolution Source: Wikipedia
.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
.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)
.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.
.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
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!
Thank you Thank You for Watching Free .NET Introduction Tutorial Videos for Beginner by Courseing http://www.courseing.com