Binary Compatibility means that when something is updated, you continue to work without needing to even recompile. Source Compatibility means that you need to recompile to keep things working, but you don't have to actually change the sources. One is not a superset of the other. Here are some examples in each
Similar Posts
A long time after discussing weblog application in my CS Dev Guide, now I want to talk about gallery as another main application in Community Server in
After a bit of a hiatus (due to little reportable action on the source tree), a deprecation tidbit was just committed . What's this little nugget do The
A customer recently asked a set of questions about .NET Framework deployment that I suspect are very common across corporation today. I thought these might
Source Code DAL For MS Access Databases - Part 5 DAL For MS Access Databases - Part 5 Part four of this article demonstrated how to to centralize CRUD