C# series 1.1 : Welcome to C# - ponda

Breaking

5/29/2017

C# series 1.1 : Welcome to C#


C# is an elegant object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET framework. You can use c# to create windows applications, Web services, mobile applications, client-server applications, database applications and much much more.

The .NET Framework consists of the Common Language Runtime ( CLR ) and the .NET Framework class library.

  • The CLR is the foundation of the .NET Framework. It manages code at execution time, providing core services such as memory management, code accuracy and many other aspects of your code.
  • The Class Library is a collection of classes, interfaces and value types that enable you to accomplish a range of common programming tasks, such as data collection, file access and working with text.
C# programs use the .Net Framework class library extensively to do common tasks and provide various functionalitites. These concepts might seem complex, but for now just remember that applications written in c# use the .NET Framework and its components.

Next : C# series 1.1b : What is c# 


No comments:

Post a Comment