Session 4 Programming in C#



Download 1.55 Mb.
Page5/7
Date06.08.2023
Size1.55 Mb.
#61811
1   2   3   4   5   6   7
Session 01

.NET Framework Components

  • The two core components of the .NET Framework integral to any application or service development are:
  • Building Applications Using C# / Session 1

Using .NET Framework

  • A programmer can develop applications using one of the languages supported by .NET.
  • These applications make use of the base class libraries provided by the .NET Framework.
  • To display a text message on the screen, the following command can be used:
  • System.Console.WriteLine(".NET Architecture");
  • The same WriteLine() method will be used across all .NET languages.
  • This is done by making the Framework Class Library as a common class library for all .NET languages.
  • Example
  • Building Applications Using C# / Session 1

Other Components of .NET Framework 1-4

  • Building Applications Using C# / Session 1

Other Components of .NET Framework 2-4

  • Common Language Specification (CLS):
    • Is a set of rules that any .NET language should follow to create applications that are interoperable with other languages.
  • Common Type System (CTS):
  • Base Framework Classes:
  • ADO.NET:
    • Provides classes to interact with databases.
  • Building Applications Using C# / Session 1

Download 1.55 Mb.

Share with your friends:
1   2   3   4   5   6   7




The database is protected by copyright ©ininet.org 2024
send message

    Main page