How to get address from longitude and latitude in c# | Reverse geo-coding in c#
Converting longitude and latitude into full address in c# In this post we'll discuss how you can get address from longitude and latitude. This process is also called reverse geo-coding. This can be used in many cases. Our example will be used in fetching address from geocodes in crm. We'll create a console application and... Continue Reading →
Unable to connect Plugin registration tool to Latest Dynamics 365 Version 9.0
Unable to connect plugin registration tool Recently i created a trial D365 org (version 9.0.0.3172) and tried connecting plugin registration tool downloaded with PRT of lastes sdk (version 8.2.1.1)from downloaded form here which is latest as on date on that portal of MS. Newly created trail org is of version 9.0. while the latest sdk available is 8.2 but i... Continue Reading →
How to check the status of windows service using c#
C# code to check status of a windows service Below is the C# code which return the status of a windows service running on a machine/server on passing correct name. One use case of it is that if we want to monitor some specific services which are critical to operation, we can schedule our application... Continue Reading →
How to retrieve display name of an attribute in Dynamics CRM using C#
Recently, i got a requirement to get the display name of attributed of an entity in C# code. This was basically a part of building an application to retrieve the Name and option set values of all option sets of any selected entity. Anyway, i'll update about that later when the application is finished but for now... Continue Reading →