Multi-Part Series

The following is a list of multi-part series tutorials or related blog posts I have created.


F# Pattern Matching

This two-part series explores pattern matching in F# including match expressions and active patterns.

  1. F# Pattern Matching – Part 1 – Introduction
  2. F# Pattern Matching – Part 2 – Active Patterns

Parsing Nav Object Dependencies

This two-part series covers parsing nav objects to pull out dependencies and then sorts them in a dependency graph to ensure proper compilation order.

  1. Parsing NAV Object Dependencies – Part 1
  2. Parsing NAV Object Dependencies – Part 2

Dynamics NAV .Net Multi-Image Add-In Control

This seven-part tutorial series covers the end-to-end process of creating a Dynamics NAV add-in control that displays an image and a pageable thumbnail section for items that contain multiple images. The GUI is written via WPF and the back-end is written in C#, following the Model-View-ViewModel architectural pattern. I also demonstrate creating a Factbox page that houses the control and hook the page into the Item Card.

  1. Part 1 – Introduction
  2. Part 2 – Creating the .Net image control model
  3. Part 3 – Creating the .Net image control viewmodel
  4. Part 4 – Creating the .Net image control view
  5. Part 5 – Creating the .Net add-in control wrapper class
  6. Part 6 – Creating the Dynamics NAV Item Images factbox page
  7. Part 7 – Hooking up the item Images factbox page

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.