Today is day five of our seven-day learning series. Up till now, we have gone through various insights into the C# language and have got the idea about how to work with statements, loops, methods, and so on. Today, we will learn the best way to work dynamically when we're writing code.
There are lots of ways we can dynamically implement code changes and generate an entire programming class. Today, we will cover the following topics:
- What is reflection?
- Overview of delegates and events
- Collections and non-generics