April 26, 2013 · Dataverse SDK · 2 min read · apurvghai · C#
Hello Folks, I have been always writing some basic sort of examples on CRM scripting / SDK. This time I have brought down this to .NET core feature called “Entity Framework” versus “CRM SDK”. This article is useful is people who are quite familiar with LINQ but are new to CRM entity classes. Let’s take a look at the code comparisons below: .NET Entity Framework Example: SQL Table: Student id int name varchar(300) marks int Now when we generate the .NET Entity Model using .edmx file. We will see th...This article was originally published on Microsoft Learn (foremerly known as Microsoft MSDN) Read the original article here.
Getting started with Dynamics 365 CRM SDK in C#
Jan 14, 19 by apurvghai
Using Postman with Dynamics 365 Online and OnPremise
Jan 14, 19 by apurvghai
Getting Started with WebAPI
Dec 28, 18 by apurvghai
Dynamics 365 – WebAPI CRUD Operations (C#)
Jul 04, 17 by apurvghai