Traditional ways of software development focus on DB-first implementation methodology. But we are in the realm of latest developments and O...
Read More
Translate
Showing posts with label Object Oriented Modeling and Design. Show all posts
Extension Methods
Extension methods are a way to add methods to a class without changing its source code or adding it into a derived class. Creating ext...
Read More
Events and Delegates
We use events and delegates to extend applications and to implement loose coupling. Rather than adding various method calls within an imp...
Read More
Mastering C# Delegates
Delegates is a way to support addition of multiple features (eg: methods) to a framework without the need to recompile the core class tha...
Read More
Subscribe to:
Posts (Atom)