<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Blog - C#</title>
    <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/term/111/locale/en-US/Blog-C</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Sat, 23 May 2026 09:10:33 GMT</pubDate>
    <lastBuildDate>Sat, 23 May 2026 09:10:33 GMT</lastBuildDate>
    <category>C#</category>
    <generator>DotNetNuke Blog RSS Generator Version 6.5.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://www.xrmlabs.com/DesktopModules/Blog/API/RSS/Get?moduleid=440&amp;tabid=94&amp;term=111" rel="self" type="application/rss+xml" />
    <item>
      <title>C# Dictionary</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8393/C-Dictionary</link>
      <description>&lt;p&gt;The word dictionary itself means a place where all the information is there, now the similar concept goes in the world of C# coding language, Dictionary are used to store the values but it stores the values on the basis of the Key, every value in dictionary has its own distinctive Key by which it can be accessed, removed and distinguished between other values, collectively they are called as Key-Value pair.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8393/C-Dictionary</guid>
      <pubDate>Tue, 31 Aug 2021 16:21:00 GMT</pubDate>
      <blog:publishedon>2021-08-31 16:21:00Z</blog:publishedon>
    </item>
    <item>
      <title>Lists in C#</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8392/Lists-in-C</link>
      <description>&lt;p&gt;When we talk about any collection in C# then first thing which comes in our mind is Lists, they are used to create collection of any type, for example: We can create a list of integers, strings or any other complex type. Lists are present in System.Collections.Generic namespace, now the objects which are added or present in List can be accessed by their index. The other important part about Lists is that they grow in size automatically.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8392/Lists-in-C</guid>
      <pubDate>Tue, 24 Aug 2021 11:05:00 GMT</pubDate>
      <blog:publishedon>2021-08-24 11:05:00Z</blog:publishedon>
    </item>
    <item>
      <title>Deserialization JSON In C#</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8388/Deserialization-JSON-In-C</link>
      <description>&lt;p&gt;Before understanding Deserialization JSON we should know what Deserialization means, Deserialization is the process of getting back the serialized object and this helps us to reconstruct an object whenever it is required, now to pass the data between the applications JSON format is required, JSON stands for JAVASCRIPT OBJECT NOTATION, it is very light in weight and it can be read and understood by users very easily and also it is easy for system to parse it and generate the output.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>Javascript</category>
      <category>JSON</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8388/Deserialization-JSON-In-C</guid>
      <pubDate>Tue, 27 Jul 2021 18:09:00 GMT</pubDate>
      <blog:publishedon>2021-07-27 18:09:00Z</blog:publishedon>
    </item>
    <item>
      <title>Microsoft Dynamics 365</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8387/Microsoft-Dynamics-365</link>
      <description>&lt;p&gt;We all are familiar with the term time is money, that phrase is relevant now more than ever. With several new and old business shifting their business to Digital management of their workflow to achieve a boost in productivity Microsoft Dynamics 365 CRM is a treat hard to resist. To understand the benefits of Microsoft Dynamics 365 we must first be familiar with CRMs&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>Dynamics 365</category>
      <category>Javascript</category>
      <category>MS CRM 2013</category>
      <category>MS CRM 2016</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8387/Microsoft-Dynamics-365</guid>
      <pubDate>Tue, 20 Jul 2021 08:01:00 GMT</pubDate>
      <blog:publishedon>2021-07-20 08:01:00Z</blog:publishedon>
    </item>
    <item>
      <title>C# Operators</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8354/C-Operators</link>
      <description>&lt;p&gt;Operators are something that used to perform operations (mathematical or logical) based on the type of operator used.&amp;nbsp;Also, operators tells you about the relationship between the operands (in case of two or more).&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8354/C-Operators</guid>
      <pubDate>Fri, 04 Jun 2021 16:57:00 GMT</pubDate>
      <blog:publishedon>2021-06-04 16:57:00Z</blog:publishedon>
    </item>
    <item>
      <title>GENERATING A DYNAMIC LISTVIEW USING JSON IN XAMARIN FORMS</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8346/GENERATING-A-DYNAMIC-LISTVIEW-USING-JSON-IN-XAMARIN-FORMS</link>
      <description>We have seen examples earlier where we need to generate a dynamic form UI, from&amp;nbsp; a JSON, that we read via WEB API using API calls, the same technique can be applied to generate a ListView.</description>
      <category>C#</category>
      <category>JSON</category>
      <category>UI</category>
      <category>WebAPI</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8346/GENERATING-A-DYNAMIC-LISTVIEW-USING-JSON-IN-XAMARIN-FORMS</guid>
      <pubDate>Wed, 24 Mar 2021 07:41:00 GMT</pubDate>
      <blog:publishedon>2021-03-24 07:41:00Z</blog:publishedon>
    </item>
    <item>
      <title>Send Email using a Plugin in Dynamics 365</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8322/Send-Email-using-a-Plugin-in-Dynamics-365</link>
      <description>&lt;p&gt;In this blog, I will show you how to send email using a plugin in Dynamics 365 using C#.&lt;/p&gt;</description>
      <category>C#</category>
      <category>Dynamics 365</category>
      <category>Plugin</category>
      <category>send-email</category>
      <category>.Net</category>
      <category>Dynamics CRM</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8322/Send-Email-using-a-Plugin-in-Dynamics-365</guid>
      <pubDate>Mon, 28 Dec 2020 08:54:00 GMT</pubDate>
      <blog:publishedon>2020-12-28 08:54:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to convert Entity Image Byte Data to Base 64 Workflow MSCRM</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7215/How-to-convert-Entity-Image-Byte-Data-to-Base-64-Workflow-MSCRM</link>
      <description>&lt;p&gt;Entity Image Byte Data to Base 64 Workflow C#&lt;/p&gt;</description>
      <category>C#</category>
      <category>Workflow</category>
      <category>MS CRM 2013</category>
      <category>Dynamics CRM</category>
      <category>MS CRM 2016</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7215/How-to-convert-Entity-Image-Byte-Data-to-Base-64-Workflow-MSCRM</guid>
      <pubDate>Wed, 05 Sep 2018 10:32:53 GMT</pubDate>
      <blog:publishedon>2018-09-05 10:32:53Z</blog:publishedon>
    </item>
    <item>
      <title>ASP.NET Web API 2 and Cross Domain Problem</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7020/ASP-NET-Web-API-2-and-Cross-Domain-Problem</link>
      <description>&lt;p&gt;&lt;span style="color:#333333; font-family:Arial,sans-serif; font-size:10pt"&gt;One of the most common issues we face is creating a REST API for our client which is hosted on&amp;nbsp;a brand new domain while the client application is being hosted on the clients old domain. Specifically when client demands that we carry both the system parallel for couple of months until he/she has confidence on the upgraded API&amp;#39;s. In our own company we found this issue when launching a brand new domain for a new application. Unfortunately the new application hosted on the new domain talks to our old REST API hosted on our company domain. Problem!&lt;/span&gt;&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>ContentManagement</category>
      <category>Web API</category>
      <category>WebDevelopment</category>
      <category>WebsiteManagement</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7020/ASP-NET-Web-API-2-and-Cross-Domain-Problem</guid>
      <pubDate>Mon, 17 Apr 2017 14:25:00 GMT</pubDate>
      <blog:publishedon>2017-04-17 14:25:00Z</blog:publishedon>
    </item>
    <item>
      <title>Auto refresh window form/application in every minutes</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/237/Auto-refresh-window-form-application-in-every-minutes</link>
      <description>&lt;p&gt;Step &amp;nbsp;1-&amp;gt;Open Visual Studio 2010/2008 and open Project, give the name of project and click OK like this



Step 2-&amp;gt;Put Label and put this code in &amp;nbsp;.cs file of project

public Form1()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InitializeComponent();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System.Windows.Forms.Timer MyTimer = new System.Windows.Forms.Timer();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MyTimer.Interval = (1 * 60 * 1000); // 1 mins
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MyTimer.Tick += new EventHandler(MyTimer_Tick);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MyTimer.Start();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
And generate event for MyTimer_Tick and paste this code ...&lt;/p&gt;</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>VS 2010</category>
      <category>Window Application</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/237/Auto-refresh-window-form-application-in-every-minutes</guid>
      <pubDate>Mon, 25 Mar 2013 08:30:29 GMT</pubDate>
      <blog:publishedon>2013-03-25 08:30:29Z</blog:publishedon>
    </item>
    <item>
      <title>ASP.NET Date Manipulation</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/240/ASP-NET-Date-Manipulation</link>
      <description>&lt;p&gt;&lt;a href="https://www.xrmlabs.com/Services/ASP-NET-MVC"&gt;ASP.NET&lt;/a&gt; Date Manipulation &lt;/p&gt;</description>
      <category>ASP.NET</category>
      <category>C#</category>
      <category>Date manipulation</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/240/ASP-NET-Date-Manipulation</guid>
      <pubDate>Wed, 20 Mar 2013 08:45:00 GMT</pubDate>
      <blog:publishedon>2013-03-20 08:45:00Z</blog:publishedon>
    </item>
  </channel>
</rss>