317 results for CS

C/AL Source Code Analysis with PowerShell

Last Directions US and EMEA, I had the opportunity to talk about – uhm – myself. Well, not really – about my tools. It was a weird experience – but it got more attention than I ever expected. Now, during that session, I showed a tool that I wanted to put out there for sooooo …

Continue reading

Permanent link to this article: https://www.waldo.be/2019/02/15/c-al-source-code-analysis-with-powershell/

List all Business Central Docker Image Tags on Microsoft Container Services

A while ago, I blogged about how you can get to all the tags on Docker Hub, for all images of Microsoft Dynamics NAV. This was more useful than I ever imagined, as many people referred to it, or I had to refer to it for others. In any case, for us “simple” NAV “dinosaurs”, …

Continue reading

Permanent link to this article: https://www.waldo.be/2019/01/18/list-all-business-central-docker-image-tags-on-microsoft-container-services/

To Hybrid or Not To Hybrid

“Hybrid development” is not a general accepted term in our world of “Microsoft Dynamics 365 Business Central”. The term Microsoft uses for this concept is “Side-By-Side” development. But in a way, I find that “Hybrid” does more “right” to the term:: combining old technology with new technology (like C/SIDE and VSCode, or C/AL and AL, …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/12/21/to-hybrid-or-not-to-hybrid/

NAVTechDays 2018 – Evolution of a titan: a look at the development of NAV from an MVP angle

In 3 days, it’s game-time again. THE best DEV conference for Business Central will take place in Antwerp: NAVTechDays – and I’m honoured to be a part of it again. But this year – it’s quite different, because I signed up for a challenge. This year, I’ll be joining Vjeko on stage for a very …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/11/19/navtechdays-2018-evolution-of-a-titan-a-look-at-the-development-of-nav-from-an-mvp-angle/

Application-wide system events (previously known as “Codeunit 1 events”)

You must have heard. Codeunit 1 is a goner! And if you have not heard it – you must have read about it. Because it has been on Microsoft Docks for a while, and also there was a blog that Microsoft spent on it. Well, before I managed to find these description, I was working …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/10/23/application-wide-system-events-previously-known-as-codeunit-1-events/

Directions US – San Diego

When I write this, I’m on the plane to Frankfurt. No, that’s not where Directions US will take place – I will get my connecting flight to San Diego from there. And San Diego IS the place to be for the next week! Why? Because we live in exciting times when it comes to Microsoft …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/09/27/directions-us-san-diego/

AL Code Analysis Rules (Diagnostic Descriptors) – Updated Again

I have been blogging a few times about the Diagnostic Descriptors we get when enabling code analysis. Well – yet again, we have new ones. But I’m not going to keep updating these rulesets, as Microsoft is now doing that on docs. So let me give you one more overview, and the resources to the …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/09/19/al-code-analysis-rules-diagnostic-descriptors-updated-again/

Business Central W1 Docker image with data

You probably know this. I just write this post because I didn’t up until today. I’m using Docker quite regularly (well, if you find “pulling an image twice a day” is regular) .. and I have been using mostly these two repositories according my needs (for more info, look here): “bcinsider.azurecr.io/bcsandbox-master” for the very latest …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/08/31/business-central-w1-docker-image-with-data/

Export C/AL objects as AL from a database on a docker container on a remote host

That’s a mouthful, isn’t it :-)? As you might have figured in quite some sessions, threads and posts, I’m quite fond running docker images on a remote Hyper-V on my laptop. From the moment it was described by Arend Jan, I’m using it. In my opinion, it’s a much better way to run, because Windows …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/08/27/export-c-al-objects-as-al-from-a-database-on-a-docker-container-on-a-remote-host/

List all NAV Docker Image Tags on Docker Hub

Some time ago, I created this script because I wanted to know all the available tags on dockerhub for the “microsoft/dynamics-nav” repository on Docker. Why? I don’t know anymore :-). But it was clear that the “tags” section on DockerHub only showed us a very small part of the available tags. Yesterday, we were wondering …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/08/06/list-all-nav-docker-image-tags-on-docker-hub/