CRMONCE

Creative

Serialize And DeSerialize JSon in C# .Net

Introduction :  In this C# tutorial we will see how to serialize & desirialize json in c# .Net. Serialization & Deserialization in C# .Net : These days, a common format for transferring data across programmes is JSON data. While creating a.NET application, converting JSON data to....

[rt_social_links]
Creative

Plugins and Event Execution Pipeline in Dataverse

Plugins in Dataverse:- ->Plugin is a custom event handler that executes in response to a specific event raised during processing a Dataverse operation.  ->It is a custom business logic implemented using custom class as a Class Library in .NET framework. ->It is compiled into ...

[rt_social_links]
Creative

C# top 15 Interview Questions

C#: In this blog we can see top 15 interview Questions in C#. 1.What are Properties in C#? A property in C# is a class member that offers a method to read, write, or calculate the value of a private field. It provides a public interface for the access and modification of data held by [&hel...

[rt_social_links]
Creative

How To Deactivate Child Records Using Plug-in

Introduction This blog explain about How To Deactivate Child Records Using Plug-In. On the basis of the Parent record’s deactivation or activation, we may occasionally desire to deactivate or activate records. We can fulfil this requirement by creating a plugin for the parent entity ...

[rt_social_links]
Creative

How to Create a plugin in Microsoft Dynamics 365

Fill in a field on create of contact What you will learn   Setup Visual Studio Create a publisher in Dynamics Create a new solution to hold your customizations Add existing system entity to your solution Create a project in Visual Studio Use NuGet Package Manager (NPM) to install SDK ...

[rt_social_links]
Creative

Difference between Plugin v/s Custom Workflow in Dynamics 365

Plugin Time out after 2 minutes. Good for short logics which executes faster Can trigger independently with messages in plugin registration tool configuration. More Triggers available in plugin registration tool. Can be configured either Sync/Async Cannot be called on-demand only triggers ...

[rt_social_links]