What are dynamic frameworks? Dynamic frameworks are compiled code that can be loaded into a program at runtime, rather than being linked into the program at compile time. This allows programs to use the code in the libraries without having to include the entire library in the program itself.