Code First? D 4:23:00 PM 1 Comment Traditional ways of software development focus on DB-first implementation methodology. But we are in the realm of latest developments and O... Read More
Extension Methods D 3:45:00 PM Add Comment 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 D 3:36:00 PM Add Comment 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 D 2:56:00 PM Add Comment 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