The term SOLID is a mnemonic acronym for the five design principles intended to make software designs more understandable, flexible and maintainable. That's great, but how do we achieve this in D365FO?
X++ gists for D365FO
A collection of X++ gists for those occasions when the help pages don’t cut to the chase!
Testing D365FO using Type Providers and the Page Object Model
Headless automated tests are all the rage. This article will discuss a strategy for keeping your tests simple and maintainable by adopting a well known design pattern to abstract away from the Type Provider framework.