July 2015
Intermediate to advanced
1300 pages
87h 27m
English
When you develop class libraries that extend or interact with the .NET Framework, you should follow the Framework Design Guidelines (https://msdn.microsoft.com/en-us/library/ms229042(v=vs.110).aspx), which help developers ensure that they write consistent APIs by providing a unified programming model that is independent from the programming language. In some cases, it can be hard to ensure that all your code is compliant with the Framework Design Guidelines, especially when you have large projects with many lines of code. In the past, you could check for guidelines incompatibilities only with build-time analysis offered by integrated tools in the IDE (and actually these tools are still available in Visual Studio 2015 ...