Chapter 9. Accessing System Resources
This chapter discusses the seventh iteration of the project, in which we integrate unmanaged code into the photo editor application. Although .NET assemblies are usually easier to build, deploy, and maintain, there are valid reasons to invoke unmanaged code from a .NET application:
It lets you use legacy components as building blocks for new applications.
It improves execution speed of certain algorithms, a critical consideration.
It gives you access to system resources or libraries that are not exposed through the .NET Framework.
This chapter demonstrates the latter case: the integration of a new feature based ...
Get .NET-A Complete Development Cycle now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.