Join us to see how the design of some major new application features in NAV 2015 looks like. Watch concrete examples on how to make your code extensible and upgradable.
In this session, you will get to better understand the application designs in NAV 2015, like:
- The Argument table - how to do data encapsulation and provide extension points
- The Rules table - Open/Closed principle, make the algorithm configurable, so changes do not affect the code
- The ViewModel table - separation of concerns, how to avoid ending up with spaghetti code
- .NET Exception Handling - a way to do exception handling from the .NET side.