Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Part 3: More on C#
Search
Ram Sapkota
October 26, 2018
0
58
Part 3: More on C#
Ram Sapkota
October 26, 2018
Tweet
Share
More Decks by Ram Sapkota
See All by Ram Sapkota
Static Class Attributes and Inheritance
codemasterram
2
150
Class & Object
codemasterram
0
110
HTML & CSS: Lesson 2.2
codemasterram
1
81
Introduction to C#
codemasterram
1
55
More on C#
codemasterram
0
180
HTML___CSS__Lesson_2.1.pdf
codemasterram
0
58
Basic Concept on HTML and CSS
codemasterram
1
65
Introduction_class_slide.pdf
codemasterram
0
47
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Code Review Best Practice
trishagee
68
18k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
RailsConf 2023
tenderlove
30
1.1k
Why Our Code Smells
bkeepers
PRO
337
57k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
A designer walks into a library…
pauljervisheath
207
24k
Designing for Performance
lara
609
69k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Site-Speed That Sticks
csswizardry
10
660
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Transcript
More on C# RAM SAPKOTA
For Loop Its more cleaner than while loop. But
both loops are same.
More on for loop
Building an Exponent Method Will pass two numbers as
base num and power num and generate the result with for loop.
Exception Handling An exception is a problem that arises
during the execution of a program.
Let’s look a simple demonstration