Data Types, Variables, Primitive Type, Non-Primitive Type, Reference Type and Value Type D 1:31:00 PM Add Comment Every programming language allows to define and classify data so we can use it appropriately in various parts of the program in the correct... Read More
Factors Affecting Software Quality and Productivity D 2:34:00 PM Add Comment As IT professionals, especially as Managers, its very important to understand the factors affecting software quality and productivity. Belo... Read More
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