Please share all c# important topic? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please share all c# important topic?

What topic needed for creating any first project?

20th Dec 2017, 3:12 PM
Nischal Kumar
Nischal Kumar - avatar
2 Answers
+ 4
Thanks for answering.
21st Dec 2017, 8:59 AM
Nischal Kumar
Nischal Kumar - avatar
+ 2
Hi, if your new in c# and you have background experience in programming, I suggest you to write fundamental programs. After that you must write more complex programs with OOP to involve yourself with c#. For fundamentals these topics should cover all your need: Data types and their usefull methods, call by reference and value, functions and delegates and events. For advanced OOP topics: class -property, field, methods, accessor modifiers, abstract, sealed, static- , inheritance - polymorphism , interface, Generics- , collections and Linq. Of course these are won't cover all topics to master c#, but I think it will give you good picture of c# to see world from the eyes of c#.
21st Dec 2017, 8:17 AM
Rasul Abbasi
Rasul Abbasi - avatar