C#.pptx

Shahnawaz Shaikh
Shahnawaz ShaikhUniversity Professor em Shri Dadaji Institute of Technology and Science Khandwa
C#.pptx
•C# (pronounced as C Sharp), developed by Microsoft, uses the .NET framework.
•It’s a multi-purpose programming language that is modern and object-oriented.
•C# is more of a blend of C and C++ programming languages. However, in contrast, the syntax of
the C# language is expressive, simple, intuitive, and easy to understand.
•Complexities introduced by the C++ language are highly simplified by the C# language. This
includes enumerations, null types, direct memory access, delegates, etc., which are also not
found in Java.
•C# is one of the most popular programming language. While most of the programming
languages are created to carry out a specific set of tasks, C# is a general-purpose programming
language.
Job Market for C# Programmers
•Most organizations, no matter big or small, use C# to develop critical systems. There are tons of job
opportunities for C# programmers out there, and since Microsoft backs it, the popularity of C# will
continue to increase.
•Being a C# programmer, you can create games, create music/sound effects, or you can get a career
as a software developer who builds Windows services and applications. You can even get into AI and
IoT fields.
•The average C# programmer salary is roughly $92,000 per year in the United States. The salary
range can usually fall between $67,000 to $120,000 — depending upon experience, location,
education, etc.
C#.pptx
C#.pptx
An Image showing other companies using this specific topic “the one
you will teach”
The purpose of this slide is to engage the audience in a POLL
Participation during the webinar
It’s simple, easy-to-use, intuitive, and readable.
It’s a strongly typed language that enhances developer productivity and makes common
tasks easy to do.
It’s a multi-paradigm, object-oriented programming language that supports programming
styles such as generic, imperative, functional, and declarative.
You can create multiple applications such as console applications, desktop applications,
applications for native mobile, AI, IoT, and cloud.
C# runs on a well-engineered, robust, solid .NET framework.
It’s platform-independent, modern, mature, and very actively developed and maintained.
It’s open-source, well-documented, and has an active, vibrant community.
It can be used for software development since it has built-in design practices and patterns.
It is very fast to execute and has a rich set of libraries.
C#.pptx
C#.pptx
•Return Vowel
• Even or Odd Solution
•Prime Number
public bool CheckVowel(object sender,KeyEventArgs e)
{
if(e.KeyCode ==Keys.A||e.KeyCode ==Keys.E||e.KeyCode ==Keys.I||e.KeyCode ==Keys.O||e.KeyCode ==Keys.U)
{
return true;
}
else
return false;
}
public string EvenOrOdd( int Num)
{
if(num%2 ==0)
retrun "evenNumber";
else
return "OddNumber"
}
public string PrimeOrNot(int num)
{
int i = 0;
for (i = 3; i < num; i++)
{
if (num % i == 0)
{
Console.WriteLine("{0} is not a prime number", num);
break;
}
}
if (i == num)
{
Console.Writeline("{0} is a prime Number", num);
}
}
1 de 13

Recomendados

Advance C# Programming Part 1.pdf por
Advance C# Programming Part 1.pdfAdvance C# Programming Part 1.pdf
Advance C# Programming Part 1.pdfpercivalfernandez2
7 visualizações27 slides
Advance C# Programming Part 1.pptx por
Advance C# Programming Part 1.pptxAdvance C# Programming Part 1.pptx
Advance C# Programming Part 1.pptxpercivalfernandez3
51 visualizações27 slides
Welcome To CNC Web World.pdf por
Welcome To CNC Web World.pdfWelcome To CNC Web World.pdf
Welcome To CNC Web World.pdfCNC Web world
8 visualizações12 slides
C# handout.docx por
C# handout.docxC# handout.docx
C# handout.docxLenchoMamudeBaro
83 visualizações14 slides
C# Introduction brief por
C# Introduction briefC# Introduction brief
C# Introduction briefPrasanna Kumar SM
1K visualizações12 slides
Characteristics of c# por
Characteristics of c#Characteristics of c#
Characteristics of c#Prasanna Kumar SM
6K visualizações12 slides

Mais conteúdo relacionado

Similar a C#.pptx

Different programming languages por
Different programming languagesDifferent programming languages
Different programming languagesKunal Negi
366 visualizações14 slides
Ten compelling reasons to learn .net framework por
Ten compelling reasons to learn .net frameworkTen compelling reasons to learn .net framework
Ten compelling reasons to learn .net frameworkJanBask Training
33 visualizações14 slides
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx por
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptxADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptxRickyLoberiano
13 visualizações58 slides
Event Driven Programming in C#.docx por
Event Driven Programming in C#.docxEvent Driven Programming in C#.docx
Event Driven Programming in C#.docxLenchoMamudeBaro
141 visualizações28 slides
Basics of c++ Programming Language por
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming LanguageThe IOT Academy
250 visualizações14 slides
GDSC career guide presentation.pptx por
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptxAryanSharma853911
15 visualizações138 slides

Similar a C#.pptx(20)

Different programming languages por Kunal Negi
Different programming languagesDifferent programming languages
Different programming languages
Kunal Negi366 visualizações
Ten compelling reasons to learn .net framework por JanBask Training
Ten compelling reasons to learn .net frameworkTen compelling reasons to learn .net framework
Ten compelling reasons to learn .net framework
JanBask Training33 visualizações
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx por RickyLoberiano
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptxADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx
RickyLoberiano13 visualizações
Event Driven Programming in C#.docx por LenchoMamudeBaro
Event Driven Programming in C#.docxEvent Driven Programming in C#.docx
Event Driven Programming in C#.docx
LenchoMamudeBaro141 visualizações
Basics of c++ Programming Language por The IOT Academy
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
The IOT Academy250 visualizações
GDSC career guide presentation.pptx por AryanSharma853911
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptx
AryanSharma85391115 visualizações
GDSC career guide presentation.pptx por DishaSharma737984
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptx
DishaSharma737984244 visualizações
Sudipta_Mukherjee_Resume-Nov_2022.pdf por Sudipta Mukherjee
Sudipta_Mukherjee_Resume-Nov_2022.pdfSudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta_Mukherjee_Resume-Nov_2022.pdf
Sudipta Mukherjee23 visualizações
The Concept Of Abstract Data Types por Katy Allen
The Concept Of Abstract Data TypesThe Concept Of Abstract Data Types
The Concept Of Abstract Data Types
Katy Allen2 visualizações
Develop skills in functional and non functional testing por Maveric Systems
Develop skills in functional and non functional testingDevelop skills in functional and non functional testing
Develop skills in functional and non functional testing
Maveric Systems982 visualizações
Computer Science Is The Study Of Principals And How The... por Laura Martin
Computer Science Is The Study Of Principals And How The...Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...
Laura Martin2 visualizações
20210417-cppRelevancy-DataStructures.pptx por Suman Garai
20210417-cppRelevancy-DataStructures.pptx20210417-cppRelevancy-DataStructures.pptx
20210417-cppRelevancy-DataStructures.pptx
Suman Garai5 visualizações
Sudipta_Mukherjee_Resume_APR_2023_NEW_LOOK.pdf por sudipto801
Sudipta_Mukherjee_Resume_APR_2023_NEW_LOOK.pdfSudipta_Mukherjee_Resume_APR_2023_NEW_LOOK.pdf
Sudipta_Mukherjee_Resume_APR_2023_NEW_LOOK.pdf
sudipto80114 visualizações
Programming landuages por NataliaVasjuka
Programming landuagesProgramming landuages
Programming landuages
NataliaVasjuka106 visualizações
Key Features Of The Pseudo Code por Angilina Jones
Key Features Of The Pseudo CodeKey Features Of The Pseudo Code
Key Features Of The Pseudo Code
Angilina Jones2 visualizações
Computer programminglanguages por PaulineGayVillarama
Computer programminglanguagesComputer programminglanguages
Computer programminglanguages
PaulineGayVillarama76 visualizações
DotNet Fundamentals por Majdi SAIBI
DotNet FundamentalsDotNet Fundamentals
DotNet Fundamentals
Majdi SAIBI398 visualizações
Computer languages por wow_so
Computer languagesComputer languages
Computer languages
wow_so175 visualizações
Useful Open Source Software por pramoddps
Useful Open Source SoftwareUseful Open Source Software
Useful Open Source Software
pramoddps599 visualizações
What is unique in Objective C? por Chetu
What is unique in Objective C?What is unique in Objective C?
What is unique in Objective C?
Chetu37 visualizações

Último

kibria_portfolio.pdf por
kibria_portfolio.pdfkibria_portfolio.pdf
kibria_portfolio.pdfMasumKhan59
7 visualizações17 slides
Part 6.pptx por
Part 6.pptxPart 6.pptx
Part 6.pptxSheldon Byron
6 visualizações34 slides
Technical_Interview_Questions.pdf por
Technical_Interview_Questions.pdfTechnical_Interview_Questions.pdf
Technical_Interview_Questions.pdfadityashukla939020
5 visualizações175 slides
24. Data Processing por
24. Data Processing 24. Data Processing
24. Data Processing Manu Mitra
6 visualizações1 slide
114. BP International [2023] por
114. BP International [2023]114. BP International [2023]
114. BP International [2023]Manu Mitra
10 visualizações1 slide
1123.CV-02.pdf por
1123.CV-02.pdf1123.CV-02.pdf
1123.CV-02.pdfThomas GIRARD BDes
45 visualizações18 slides

Último(20)

kibria_portfolio.pdf por MasumKhan59
kibria_portfolio.pdfkibria_portfolio.pdf
kibria_portfolio.pdf
MasumKhan597 visualizações
Part 6.pptx por Sheldon Byron
Part 6.pptxPart 6.pptx
Part 6.pptx
Sheldon Byron6 visualizações
Technical_Interview_Questions.pdf por adityashukla939020
Technical_Interview_Questions.pdfTechnical_Interview_Questions.pdf
Technical_Interview_Questions.pdf
adityashukla9390205 visualizações
24. Data Processing por Manu Mitra
24. Data Processing 24. Data Processing
24. Data Processing
Manu Mitra6 visualizações
114. BP International [2023] por Manu Mitra
114. BP International [2023]114. BP International [2023]
114. BP International [2023]
Manu Mitra10 visualizações
Resume_McCauleyFynnBullock-1 (1).pdf por FynnBullock
Resume_McCauleyFynnBullock-1 (1).pdfResume_McCauleyFynnBullock-1 (1).pdf
Resume_McCauleyFynnBullock-1 (1).pdf
FynnBullock17 visualizações
SUDIP DHAR Resume.pdf por Sudip Dhar
SUDIP DHAR  Resume.pdfSUDIP DHAR  Resume.pdf
SUDIP DHAR Resume.pdf
Sudip Dhar15 visualizações
GLS-Recognition-Award-2023 por Manu Mitra
GLS-Recognition-Award-2023GLS-Recognition-Award-2023
GLS-Recognition-Award-2023
Manu Mitra6 visualizações
WordCamp (Why fret over AI overlords when you can befriend them).pdf por BiaAhmed1
WordCamp (Why fret over AI overlords when you can befriend them).pdfWordCamp (Why fret over AI overlords when you can befriend them).pdf
WordCamp (Why fret over AI overlords when you can befriend them).pdf
BiaAhmed126 visualizações
ACF2024 - HENNGE por AyakaIto2
ACF2024 - HENNGEACF2024 - HENNGE
ACF2024 - HENNGE
AyakaIto226 visualizações
reStartEvents 12:7 Nationwide TS:SCI & Above Employer Directory.pdf por Ken Fuller
reStartEvents 12:7 Nationwide TS:SCI & Above Employer Directory.pdfreStartEvents 12:7 Nationwide TS:SCI & Above Employer Directory.pdf
reStartEvents 12:7 Nationwide TS:SCI & Above Employer Directory.pdf
Ken Fuller278 visualizações
Danny Gaethofs CV - n English.pdf por Danny Gaethofs
Danny Gaethofs  CV - n English.pdfDanny Gaethofs  CV - n English.pdf
Danny Gaethofs CV - n English.pdf
Danny Gaethofs13 visualizações
IIBA Adelaide Lean Coffee - FOBA & other Acronyms por AustraliaChapterIIBA
IIBA Adelaide Lean Coffee - FOBA & other AcronymsIIBA Adelaide Lean Coffee - FOBA & other Acronyms
IIBA Adelaide Lean Coffee - FOBA & other Acronyms
AustraliaChapterIIBA20 visualizações
113. BP International por Manu Mitra
113. BP International113. BP International
113. BP International
Manu Mitra8 visualizações
Empowerment technology por syrahtango81
Empowerment technology Empowerment technology
Empowerment technology
syrahtango815 visualizações
Ellenore Updated Resume.pdf por EllenoreSanPedro2
Ellenore Updated Resume.pdfEllenore Updated Resume.pdf
Ellenore Updated Resume.pdf
EllenoreSanPedro225 visualizações
Topic 36.pptx por saleh176
Topic 36.pptxTopic 36.pptx
Topic 36.pptx
saleh1767 visualizações
CV_JessicaIreneJoyce.pdf por jessicairenejoyce
CV_JessicaIreneJoyce.pdfCV_JessicaIreneJoyce.pdf
CV_JessicaIreneJoyce.pdf
jessicairenejoyce68 visualizações
CV_JessicaIreneJoyce.pdf por jessicairenejoyce
CV_JessicaIreneJoyce.pdfCV_JessicaIreneJoyce.pdf
CV_JessicaIreneJoyce.pdf
jessicairenejoyce6 visualizações

C#.pptx

  • 2. •C# (pronounced as C Sharp), developed by Microsoft, uses the .NET framework. •It’s a multi-purpose programming language that is modern and object-oriented. •C# is more of a blend of C and C++ programming languages. However, in contrast, the syntax of the C# language is expressive, simple, intuitive, and easy to understand. •Complexities introduced by the C++ language are highly simplified by the C# language. This includes enumerations, null types, direct memory access, delegates, etc., which are also not found in Java. •C# is one of the most popular programming language. While most of the programming languages are created to carry out a specific set of tasks, C# is a general-purpose programming language.
  • 3. Job Market for C# Programmers •Most organizations, no matter big or small, use C# to develop critical systems. There are tons of job opportunities for C# programmers out there, and since Microsoft backs it, the popularity of C# will continue to increase. •Being a C# programmer, you can create games, create music/sound effects, or you can get a career as a software developer who builds Windows services and applications. You can even get into AI and IoT fields. •The average C# programmer salary is roughly $92,000 per year in the United States. The salary range can usually fall between $67,000 to $120,000 — depending upon experience, location, education, etc.
  • 6. An Image showing other companies using this specific topic “the one you will teach” The purpose of this slide is to engage the audience in a POLL Participation during the webinar
  • 7. It’s simple, easy-to-use, intuitive, and readable. It’s a strongly typed language that enhances developer productivity and makes common tasks easy to do. It’s a multi-paradigm, object-oriented programming language that supports programming styles such as generic, imperative, functional, and declarative. You can create multiple applications such as console applications, desktop applications, applications for native mobile, AI, IoT, and cloud. C# runs on a well-engineered, robust, solid .NET framework. It’s platform-independent, modern, mature, and very actively developed and maintained. It’s open-source, well-documented, and has an active, vibrant community. It can be used for software development since it has built-in design practices and patterns. It is very fast to execute and has a rich set of libraries.
  • 10. •Return Vowel • Even or Odd Solution •Prime Number
  • 11. public bool CheckVowel(object sender,KeyEventArgs e) { if(e.KeyCode ==Keys.A||e.KeyCode ==Keys.E||e.KeyCode ==Keys.I||e.KeyCode ==Keys.O||e.KeyCode ==Keys.U) { return true; } else return false; }
  • 12. public string EvenOrOdd( int Num) { if(num%2 ==0) retrun "evenNumber"; else return "OddNumber" }
  • 13. public string PrimeOrNot(int num) { int i = 0; for (i = 3; i < num; i++) { if (num % i == 0) { Console.WriteLine("{0} is not a prime number", num); break; } } if (i == num) { Console.Writeline("{0} is a prime Number", num); } }