Dynamics NAV .Net Add-in Control With Custom Events and EventArgs
Download Sample Project and NAV Objects There are some decent blogs out there about Dynamics NAV .Net add-in controls, but I have not seen many that focus on using custom events and using custom event...
View ArticleC/AL Coding Guidelines Posted
The C/AL (MS Dynamics NAV) coding guidelines have been posted here. They include design, internationalization, localizability, readability, design patterns, cookbook recipes and more. The guidelines...
View ArticleBlog Migration Has Been Completed
Well, I’ve been reading John Sonmez’s excellent book Soft Skills and he has inspired me to move my blog from Blogger to my own hosted domain. For anyone looking to make the same type of migration,...
View ArticleFree Email Course – How To Create A Successful Blog
Image Source Do you want to start a blog? If so, what is holding you back? Perhaps you’re not sure how to get started. Or maybe you’re worried that you have nothing to write about or that nobody cares...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 1 – Introduction
Code available on Github If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with an item. However, there is not...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 2 – Creating the .Net Image...
Code Available on GitHub Part 2 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 3 – Creating the .Net Image...
Code Available on GitHub Part 3 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 4 – Creating the .Net Image...
Code Available on GitHub Part 4 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 5 – Creating the .Net...
Code Available on GitHub Part 5 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 6 – Creating the Dynamics...
Code Available on GitHub Part 6 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV .Net Multi-Image Add-In Control Part 7 – Hooking Up the Item...
Code Available on GitHub Part 7 Specific Code on GitHub If you search Google for Dynamics NAV item pictures you will find that there are a few examples out there for easily associating a picture with...
View ArticleDynamics NAV Wizard Finite State Machine
Export Programming Tutor Recently I was tasked with creating a wizard in Dynamics NAV for a custom claims module. The wizard required collecting some data from the user, which was then used to create a...
View ArticleParsing NAV Object Dependencies – Part 1
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and...
View ArticleParsing NAV Object Dependencies – Part 2
Introduction I recently had the privilege of being interviewed by Linda Rosencrance from MSDynamicsWorld.com about how my employer has adopted Dynamics NAV and my experiences with customization and...
View ArticleBook Review – Soft Skills – John Sonmez
Introduction I recently read the book Soft Skills – The Software Developer’s Life Manual by John Z. Sonmez. Actually, I read it twice. It is a gold mine of great advice ranging from topics on career...
View ArticleGuest Post – It’s Okay To Break Tradition
After a few month hiatus for summer (there is lots of family stuff to do with four kids, but no vacation this year—booerns), some heavy work deadlines and admittedly, a bit of laziness on my part, I’m...
View ArticleNAV Tech Days 2015 – Presentations Posted on Mibuso
They have begun posting the NAV Tech Days 2015 presentations on Mibuso. I was not able to attend this year, but the presentations look interesting. There is lots of great information on NAV 2016. Go...
View ArticleGuest Post – What Programmers Can Learn from Golfing Legend Moe Norman
It’s been a while…again. I can’t believe this is only my first post for 2016. I’ve been spending lots of time on Pluralsight becoming addicted to F#. I’ll likely start adding some blog posts on F# and...
View ArticleExercises In Programming Style – Introduction
A few months ago I had the good fortune of coming across a very interesting talk by Crista Lopes about Exercises in Programming Style recorded at the Joy of Coding conference. In this presentation she...
View ArticleShifting Blog Niche to Functional Programming
Last year I started playing around with the F# programming language in earnest. This in turn sparked an internal hunger to explore the functional programming paradigm. Since then I have further...
View ArticleRecursion and Pattern Matching
Recursion Torley Like most people coming from the land of imperative programming, one of the first things that jumped out at me when exploring functional programming was that idiomatic thinking tended...
View ArticleF# Pattern Matching – Part 1 – Introduction
A little while ago I dipped my toe into pattern matching and recursion with both F# and Elixir. I’d like to take a deeper dive into pattern matching in F# with a two-part series. F# Pattern Matching –...
View ArticleF# Pattern Matching – Part 2 – Active Patterns
A little while ago I dipped my toe into pattern matching and recursion with both F# and Elixir. I’d like to take a deeper dive into pattern matching in F# with a two-part series. F# Pattern Matching –...
View ArticleGuest Post – 100 Days of Code Challenge: Commit, Learn and Have Fun.
I recently went through the 100 Days of Code challenge and was lucky to receive the opportunity to write a guest blog post one on of my favourite sites: CodingGame.com. Go check out my experience: 100...
View ArticleCodinGame Contests Meet F#
This post is part of the F# Advent Calendar 2018 organized by Sergey Tihon. Introduction If you know me, it’s no secret that I’m a big fan of the CodinGame.com site. I even devoted quite a bit of time...
View Article