Home

NApf is an application framework focussed on pluggability. Written in C#, it makes it possible to switch implementation of the complete program without rewriting the "user code". It makes extensive use of C# 2.0 features like Generics. The project will contain many common used code blocks, and will also be extensively tested.

NApf is an framework that consists of resuable and extensible code modules that can be used in any number of applications. 
 
The core of NApf consists of an add-in infrastructure that allows extensions of applications both at compile-time and run-time. 
 
With NApf is it very easy to develop modular applications. This improves maintanability and allows for easy expansions to any system. By modularizing the applications, sections can be isolated and therefore allow for better team collaboration.