0% found this document useful (0 votes)
82 views

C Sharp: Presentation By:-Maheshwar Pandey XRG Consulting Pvt. Ltd. Mob - No - 7015337463

C# is an object-oriented programming language introduced in 2002 by Microsoft to be used with the .NET Framework. It is designed to be compiled to an intermediate language code that runs on the Common Language Runtime (CLR). C# supports features like conditional compilation, memory management, and type safety. It can be used to create various types of applications including window-based, web-based, console-based, and games. Some popular applications developed using C# are Visual Studio, Banshee, and Flash Develop.

Uploaded by

Maheshwar Pandey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views

C Sharp: Presentation By:-Maheshwar Pandey XRG Consulting Pvt. Ltd. Mob - No - 7015337463

C# is an object-oriented programming language introduced in 2002 by Microsoft to be used with the .NET Framework. It is designed to be compiled to an intermediate language code that runs on the Common Language Runtime (CLR). C# supports features like conditional compilation, memory management, and type safety. It can be used to create various types of applications including window-based, web-based, console-based, and games. Some popular applications developed using C# are Visual Studio, Banshee, and Flash Develop.

Uploaded by

Maheshwar Pandey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

C Sharp

Presentation by:- Maheshwar Pandey


XRG Consulting Pvt. Ltd.
Mob.no - 7015337463
Email id – myworldcreations1@gmail.com
Content..
Introduction
.Net Framework
Features
Java v/s C#
Example
Types of Application
App developed using C#
Introduction

C # is pronounced as "C-Sharp". It was introduced in the year


2002 with .Net Framework.

Anders Hejlsberg  the founder of C# language.


It is an object-oriented programming language provided by
Microsoft that runs on .Net Framework.

C# is approved as a standard by ISO(International Organization


for Standardization). C# is designed for CLI (Common Language
Infrastructure). CLI is a specification that describes executable
code and runtime environment.
.Net Framework
.NET is a framework to develop software applications. It is
designed and developed by Microsoft and the first beta
version released in 2000.

This framework provides various services like memory


management, networking, security, memory management,
and type-safety.

The .Net Framework supports more than 60 programming


languages such as C#, F#, VB.NET, J#, VC++, JScript.NET, APL,
COBOL, Perl, Oberon, ML, Pascal, Eiffel, Smalltalk, Python,
Cobra, ADA, etc.
The .NET Framework is composed different
components:

Common Language Runtime (CLR) :- It is a program


execution engine that loads and executes the program.

Framework Class Library (FCL):-It is a standard library that is


a collection of thousands of classes and used to build an
application.

Core Languages (WinForms, ASP.NET, and C#.NET)


C# Features
Java v/s C#
S.no Java C#
.
1. Java is a high level, robust, C# is an object-oriented
secured and object-oriented programming language
programming language developed developed by Microsoft that runs
by Oracle. on .Net Framework.

2. Java programming language is C# programming language is


designed to be run on a Java designed to be run on
platform, by the help of Java the Common Language Runtime
Runtime Environment (JRE). (CLR).

3. Java does not support conditional C# supports conditional


compilation. compilation using preprocessor
directives.
Example
Hello World

class Program  
   {  
        static void Main(string[] args)  
        {  
            System.Console.WriteLine("Hello World!");  
       }  
   }  
Type of Application in C#

Window –Based application


Web-Based application
Console-Based application
Game development
Apps developed using C#

Visual Studio Banshee

Flash Develop

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy