In this blog, we learn how to create a custom dialog in Dynamics 365 and trigger that dialog using javascript.
4 Pillars of Object-Oriented Programming
Object-Oriented Programming (OOP) is a common sight in pretty much all modern developer roles and it is defined with 4 pillars that hold its definition together. Abstraction, Encapsulation, Inheritance and Polymorphism.
What is a Document Database?
When learning about CosmosDb, the biggest thing I have struggled with is the actual concept of what is a document, when should you use a document and why is it better than a relational database?
DRY – Don’t Repeat Yourself
DRY or Don’t Repeat Yourself is a staple of modern coding. Learn about the principle here and star your coding journey.
Demo: Creating a CosmosDb Console Application
Keeping up to date with Microsoft Azure can sometimes be tricky, so here’s part one of my CosmosDb Demo – how to make a console application.