Skip to content

Commit 04b1c58

Browse files
authored
Update README.md
1 parent 886945d commit 04b1c58

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Diff for: 2.NewWayToUseSwitch/README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
#About
1+
# About
2+
Remove all your nested and complex if-else if - else logic with switch expressions. With concise statement, better readability, its one of the major change brought in core programming concepts since school days. in addition to improve better chances at interview with more readable and better understandable code, this also improves overall efficiency and productivity.
3+
4+
This video covers briefly the new c# switch expressions introduced in C# 9.0 along with all the changes around the switch that happened from C# 7.3, C# 8.0, C# 9.0. when keyword and conditional attributes were allowed in C# earlier but with C# 9.0 its a totally different game. In this detailed hands-on lab we shall be visiting all the new language features and cover them in detail.
5+
6+
Cover this with the power of .net core, this can boost the productivity to next level with all the smart programming and clean code with better readability.
7+
8+
9+
10+
## Usage
11+
12+
Clone the repo and open the solution.
13+
14+
## Related Video
15+
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/cF7-whC4eOc/0.jpg)](https://www.youtube.com/watch?v=cF7-whC4eOc)

0 commit comments

Comments
 (0)