+ 1
Please share all c# important topic?
What topic needed for creating any first project?
2 Respostas
+ 4
Thanks for answering.
+ 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#.