Dataverse Elastic Tables Deep Dive Tutorial

Dataverse Elastic Tables Deep Dive Tutorial

Thu, 06/27/2024 - 14:46 By joao.neto

Dataverse Elastic Tables Deep Dive Tutorial

Intro

Said to be the "Super Heros" of the information world, that they're super fast and can store lots of information and that they're a game changer for storing massive loads of data.

I went to undercover what's behind the scenes of this Elastic Tables feature and check if the rumours are fake or not!

delete user

Power Apps : permanently delete users

Mon, 06/17/2024 - 18:07 By Stephane Pelhatre

Introduction

When a user is deleted from the Microsoft 365 admin center, the user isn't removed from Dataverse environments in which it is active. Instead, the user's status is set to Disabled in the Power Platform. And you do have the possibility to delete it.
As a consequence many disabled users can pile up in the Power Platform.

With the feature 'Delete Disabled Users' Microsoft has introduced the possibility to permanently delete disabled users from the Power Platform.

Azure Peering Service for Dataverse

Azure Peering Service for Dataverse

Wed, 04/03/2024 - 14:43 By joao.neto

Azure Peering Service for Dataverse:

Introduction

Requirements for Enterprise cloud services access are constantly evolving in terms of number of connections/users, data payload, multi-region/multi-continent access, ....

To overcome this different types of Enterprise architectures are often used : Geo-Partitioned/Hybrid-Cloud/Global load balancing/CDN architectures.

Microsoft Project Sophia: the AI Analyst

Microsoft Project Sophia: the AI Analyst

Tue, 03/19/2024 - 14:32 By Danny Rodrigue…

Microsoft Project Sophia: the AI Analyst

Introduction

AI everywhere

In the past year, Artificial Intelligence (AI) has taken over our lives. Whether in our private or professional lives, AI has demonstrated the potential to improve everything. Now, have you ever wondered how artificial intelligence can help you solve complex business problems more quickly and easily? If so, you might be interested in Project Sophia, a new way to leverage the power of generative AI for business applications

Dynamics 365  Dataverse TDS endpoint Control Access and rights

Dynamics 365 / Dataverse TDS endpoint Control Access and rights

Mon, 03/11/2024 - 15:29 By Lloyd Sebag

Dynamics 365  Dataverse TDS endpoint Control Access and rights

Following up on the previous two articles regarding subjects How to access the Dynamics 365 online SQL Server database and Dynamics 365 / Dataverse access SQL Server database from C#, here's a third one that will illustrate how to control access to this endpoint.

Dataverse Dynamics 365 Load testing for Model-driven app

Dataverse Dynamics 365 Load testing for Model-driven app

Fri, 01/19/2024 - 16:00 By julien.biedermann

Dataverse Dynamics 365 Load testing for Model-driven app

Introduction

In today's digital landscape, where user expectations for seamless, high-performing applications are at an all-time high, ensuring the reliability and scalability of software systems is paramount. Performance testing emerges as a critical practice in the software development lifecycle, aimed at evaluating the responsiveness, stability, and scalability of applications under various conditions.

Heading Logo

The complexity trap and why a clean design is a good idea even if "everything works."

Fri, 11/10/2023 - 11:21 By David Uhlmann

Over the past decade, a recurring phrase I've heard is: "Why replace systems or tools that are functioning well?" The rule of "never change a running system" is often repeated and seems like a golden rule in IT. One potential response to this is described in the concept of the "complexity trap," a phenomenon prevalent especially in the IT industry. For more general information about this phenomenon there are plenty of articles out there.

Tags
Enhancing Dynamics 365 Client API Interaction with Xrm-Ex

Enhancing Dynamics 365 Client API Interaction with Xrm-Ex

Mon, 10/30/2023 - 17:34 By Ahash

Enhancing Dynamics 365 Client API Interaction with Xrm-Ex

Stepping into software development for Dynamics 365, developers come across various tools and frameworks to make working with its Client API easier. Xrm-Ex stands out as a strong framework designed mainly for JavaScript, even though it has roots in TypeScript. The main goal of Xrm-Ex is to simplify how developers interact with the formContext and the Xrm Object. By doing this, it aims to reduce the amount of code developers have to write, making the codebase easier to manage and less likely to have errors.