Visual Studio 2010 comes with the new Generate From Usage feature. Let’s take a quick look at how it works. The basic idea is simple. You can use classes and their methods and properties before you’ve actually implemented them. This helps support test-driven development, in which you normally write your test cases first and get […]
