Community

.NET Tip: Take Advantage of Interfaces

(Jay Miller) Take advantage of interfaces to make your code cleaner and more reusable. A simple example of where interfaces can be applied is in populating UI controls. How many ListBox controls do you have to populate in your web application? One solution is to write the code to populate each ListB

Read More - Register for Free Membership