web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Nostalgia - Hello World - Amiga 500

start ldx #$00 loop lda text,x sta $0400,x beq finish inx jmp loop finish rts text .byte 8,5,12,12,15,32,23,15,18,12 .byte 4,33,0 Output : Hello World! I missed those days a lot ...

Muhammet ATALAY 60
Like (0)
"The Service IVsTaskList must be installed" and "method is not supported" error me...

 Hello, I'd like to share an issue with the solution i faced today. Short story :  I just installed Visual Studio 2022 Profesional to work on PlugIns of one of my existing Dynamics CE solutions after 4 years. It was developed in Visual St...

Muhammet ATALAY 60
Like (0)
Bulk Cancellation of Power Automate Flow Runs

 Hello,What if you saw 15.000 items in Power Automate history in "Running" state and there was a notification bar writing performance degradation and also Azure reports clearly identified massive requests due to ineffective nes...

Muhammet ATALAY 60
Like (0)
Self-Hosted agent on Azure Pipelines

Summarization from MicrosoftIf your pipelines are in Azure Pipelines, then you've got a convenient option to run your jobs using a Microsoft-hosted agent. With Microsoft-hosted agents, maintenance and upgrades are taken care of for you. E...

Muhammet ATALAY 60
Like (0)
Developing JWT (JSON web Token) based authentication

Hello,You are going to see how we can implement custom authentication mechanism to our system. Source code contains necessary projects (Web API, Console Application) in C# with  MVC patern so supposing you have basic information on that ...

Muhammet ATALAY 60
Like (0)
If all CRM reports calendar controls stop working suddenly and are stuck "loa...

 When you click a Calendar on the SSRS reports in Dynamics 365 CRM and does not see date pickup panel but only "loading", it is about; Default CRM organization has recently been disabled. Activate it, all start working perfect ...

Muhammet ATALAY 60
Like (0)
Dynamics 365 CRM Onpremise Version 9.x throws error once importing SSRS reports (R...

 Hello,If you facing an issue while importing rdl (SSRS Report file) to Dynamics 365 CRM on-premise  as stated below;Microsoft.Crm.CrmReportingException: An error occurred while trying to add the report to Microsoft Dynamics 365. Try add...

Muhammet ATALAY 60
Like (0)
Developing JWT (JSON web Token) based authentication

Hello,You are going to see how we can implement custom authentication mechanism to our system. Source code contains necessary projects (Web API, Console Application) in C# with  MVC patern so supposing you have basic information on that ...

Muhammet ATALAY 60