Chapter 4. .NET Interoperability in C/AL
In this chapter, we will cover the following recipes:
- Using .NET assemblies in C/AL
- Understanding static classes and methods
- Developing server-side extensions
- Developing client-side extensions
- Working with generics in C/AL
- Working with interfaces
- Accessing collections with the FOREACH statement
- Working .NET strings and arrays in C/AL
- Invoking .NET methods via reflection
- Handling exceptions with try functions
- Handling .NET events in C/AL
- Developing your own .NET class
- Starting processes in separate threads