By tag: basics
0
kicks
Back to Basics: Interfaces
When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play...
0
kicks
Back To Basics
Scott talks about adding a new feature to BabySmash and the bug that he found in his code.
0
kicks
How to check if a string is empty
Interesting article that shows different ways of checking if a string is empty and explains the pros and cons.