That's it, friends, I've moved to BlueSky. Don't be scared to do so - many #msdyn365bc members are already there, including Microsoft. I've gathered some tips for you:
https://t.co/o0E63QA1Af
BC 25 was released yesterday, and the docs were updated accordingly. #msdyn365bc
Find all new BC 25 content for developers in my new blog post:
https://t.co/Erpdz14dPl
"You have to work hard to get your thinking clean to make it simple" (Steve Jobs).
#msdyn365bc AL now supports ternary operator.
value := condition ? ifTrue : ifFalse;
Personal favorite of mine ๐
Using it right will make reading code easier.
Using it wrong ... not so much ๐ค
@drimmelzwaan I have several occasion where debugger got disconnected. Never tried reload. What I normally do is to use the โAttach Debugger to this sessionโ to start debugging again.