Professional techniques for C# – Lecture Notes Parts 1..4 of 4 – CodeProject
Posted by jpluimers on 2018/07/10
If you’re new to C#, below is a good series of articles to get started.
Even if you’re not so new, there are quite some interesting bits to learn from them:
- [WayBack] An advanced introduction to C# – Lecture Notes Part 1 of 4 – CodeProject
- Introduction
- The right development environment
- Basic concepts
- Namespaces
- Data types and operators
- Reference and value types
- Control flow
- Object-oriented programming
- Inheritance and polymorphism
- Access modifiers
- Properties
- The constructor
- Abstract classes and interfaces
- Exception handling
- Outlook
- Other Articles in this Series
- References
- History
- [WayBack] Mastering C# – Lecture Notes Part 2 of 4 – CodeProject
- [WayBack] Advanced programming with C# – Lecture Notes Part 3 of 4 – CodeProject
- [WayBack] Professional techniques for C# – Lecture Notes Part 4 of 4 – CodeProject
–jeroen






Leave a comment