<?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 - ASP.NET</title>
    <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/term/94/locale/en-US/Blog-ASP-NET</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Sun, 26 Apr 2026 23:41:31 GMT</pubDate>
    <lastBuildDate>Sun, 26 Apr 2026 23:41:31 GMT</lastBuildDate>
    <category>ASP.NET</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=94" rel="self" type="application/rss+xml" />
    <item>
      <title>4 Things to keep in mind while choosing a Company for Software Outsourcing</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8421/4-Things-to-keep-in-mind-while-choosing-a-Company-for-Software-Outsourcing</link>
      <description>&lt;p&gt;Mistakes make us better. That&amp;#39;s why we must invest in making mistakes here and there. Still, when the question is about choosing a company for Software Outsourcing, a small mistake can lead to more significant repercussions.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>Cloud Computing</category>
      <category>CRM</category>
      <category>outsourcing</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8421/4-Things-to-keep-in-mind-while-choosing-a-Company-for-Software-Outsourcing</guid>
      <pubDate>Thu, 20 Jan 2022 18:14:00 GMT</pubDate>
      <blog:publishedon>2022-01-20 18:14:00Z</blog:publishedon>
    </item>
    <item>
      <title>4 Mistakes in Outsourcing and ways to avoid them?</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8420/4-Mistakes-in-Outsourcing-and-ways-to-avoid-them</link>
      <description>&lt;p&gt;Decision-making is a tough job indeed. That is why it is critical to clearly understand what you are getting yourself into. XRM Labs have come up with five mistakes that generally companies make while opting for outsourcing.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>Cloud Computing</category>
      <category>Dynamics CRM</category>
      <category>outsourcing</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8420/4-Mistakes-in-Outsourcing-and-ways-to-avoid-them</guid>
      <pubDate>Wed, 15 Dec 2021 17:48:00 GMT</pubDate>
      <blog:publishedon>2021-12-15 17:48:00Z</blog:publishedon>
    </item>
    <item>
      <title>5 Top Trends on Software Development Outsourcing you should follow!</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8418/5-Top-Trends-on-Software-Development-Outsourcing-you-should-follow</link>
      <description>&lt;p&gt;Now the issue is, as a small business, would you consider switching to outsourcing? The answer from experts at XRM Labs is a resounding yes! Outsourcing is something you should seriously consider.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>Cloud Computing</category>
      <category>CRM</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8418/5-Top-Trends-on-Software-Development-Outsourcing-you-should-follow</guid>
      <pubDate>Tue, 05 Oct 2021 16:36:00 GMT</pubDate>
      <blog:publishedon>2021-10-05 16:36:00Z</blog:publishedon>
    </item>
    <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>Introduction of web resources in MS Dynamic CRM</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8389/Introduction-of-web-resources-in-MS-Dynamic-CRM</link>
      <description>&lt;p&gt;Web resources are simply web files those are stored in CRM database. Web Resources provides ability to add code in CRM forms/fields to implement or extend features and functionalities&amp;nbsp;in CRM. Web resources are able to handle client side interaction.&amp;nbsp;&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>CSS</category>
      <category>HTML 5</category>
      <category>Javascript</category>
      <category>MS CRM 2016</category>
      <category>MSCRM 2013</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8389/Introduction-of-web-resources-in-MS-Dynamic-CRM</guid>
      <pubDate>Tue, 03 Aug 2021 09:23:00 GMT</pubDate>
      <blog:publishedon>2021-08-03 09:23: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>Customizations in Microsoft Dynamics 365</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8386/Customizations-in-Microsoft-Dynamics-365</link>
      <description>&lt;p&gt;As we discussed in our previous article Microsoft Dynamics 365 comes with plethora of options we can use to customize the CRM according to our needs without writing any code.&lt;/p&gt;
</description>
      <category>ASP.NET</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/8386/Customizations-in-Microsoft-Dynamics-365</guid>
      <pubDate>Tue, 13 Jul 2021 12:00:00 GMT</pubDate>
      <blog:publishedon>2021-07-13 12:00:00Z</blog:publishedon>
    </item>
    <item>
      <title>Use of coding in Dynamics 365 customization</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8385/Use-of-coding-in-Dynamics-365-customization</link>
      <description>&lt;p&gt;Even though we are provided with a lot of freedom when it comes to customizing Microsoft&amp;rsquo;s Dynamics 365 we still run into a scenario now and then where to fine tune our CRM experience we have to take help of Coded customizations&lt;/p&gt;
</description>
      <category>ASP.NET</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/8385/Use-of-coding-in-Dynamics-365-customization</guid>
      <pubDate>Tue, 06 Jul 2021 09:45:00 GMT</pubDate>
      <blog:publishedon>2021-07-06 09:45: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>INTEGRATING FONT AWESOME IN XAMARIN FORMS</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8351/INTEGRATING-FONT-AWESOME-IN-XAMARIN-FORMS</link>
      <description>&lt;p&gt;What is the first thing that comes to mind whenever we want to use an image or an icon in our Xamarin forms project?&lt;/p&gt;
</description>
      <category>android</category>
      <category>ASP.NET</category>
      <category>Xamarin</category>
      <category>Xamarin.Forms</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8351/INTEGRATING-FONT-AWESOME-IN-XAMARIN-FORMS</guid>
      <pubDate>Sun, 02 May 2021 17:32:00 GMT</pubDate>
      <blog:publishedon>2021-05-02 17:32:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to create Calculated Type of fields in Dynamics 365 form</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8350/How-to-create-Calculated-Type-of-fields-in-Dynamics-365-form</link>
      <description>&lt;p&gt;In this blog we will tell you how you can create calculated type of fields in dynamics 365.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>Dynamics365</category>
      <category>MS CRM 2013</category>
      <category>MS CRM 2016</category>
      <category>RFQ</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8350/How-to-create-Calculated-Type-of-fields-in-Dynamics-365-form</guid>
      <pubDate>Mon, 26 Apr 2021 09:42:00 GMT</pubDate>
      <blog:publishedon>2021-04-26 09:42:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to auto populate fields in Dynamics 365 form using JavaScript</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8348/How-to-auto-populate-fields-in-Dynamics-365-form-using-JavaScript</link>
      <description>&lt;p&gt;In this blog, we will tell you how you can auto-populate fields in Dynamics 365 form.&lt;/p&gt;

&lt;p&gt;Microsoft Dynamics provide you a feature to &lt;strong&gt;auto populate fields&lt;/strong&gt; means &lt;strong&gt;populating it automatically&lt;/strong&gt;, if you already have entered some data in Dynamics based on your requirement.&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>Dynamics 365</category>
      <category>Dynamics CRM</category>
      <category>Javascript</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8348/How-to-auto-populate-fields-in-Dynamics-365-form-using-JavaScript</guid>
      <pubDate>Thu, 15 Apr 2021 19:02:00 GMT</pubDate>
      <blog:publishedon>2021-04-15 19:02:00Z</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>Automated bots creating new users on your dotnetnuke / DNN website?</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/564/Automated-bots-creating-new-users-on-your-dotnetnuke-DNN-website</link>
      <description>&lt;p&gt;Our client off late reported unusual user registration on their &lt;a href="https://www.xrmlabs.com/Services/DNN-Solutions"&gt;DNN&lt;/a&gt; websites. They experienced a peek in user registration. They asked for us to investigate the issue and eagerly obliged. It turned out that all registrations were taking place with unique emails and had address etc too. Soon it turned out to us that these are bots that are creating these users and then utilizing activity feed to share spam links.&amp;nbsp;&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>ContentManagement</category>
      <category>DNN</category>
      <category>DNNModules</category>
      <category>DNNPlatform</category>
      <category>How to Delete User?</category>
      <category>.Net</category>
      <category>DotNetNuke</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/564/Automated-bots-creating-new-users-on-your-dotnetnuke-DNN-website</guid>
      <pubDate>Thu, 04 Sep 2014 12:35:00 GMT</pubDate>
      <blog:publishedon>2014-09-04 12:35:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to write XML dynamically through code at button click and  to store in project directory without giving location.</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/227/How-to-write-XML-dynamically-through-code-at-button-click-and-to-store-in-project-directory-without-giving-location</link>
      <description>&lt;p&gt;Step 1 Develop UI as per requirement like Name, Branch, Address, Pin Code, Mobile No Add namespaces&lt;/p&gt;
</description>
      <category>ASP.NET</category>
      <category>DNNPlatform</category>
      <category>Dotnetnuke</category>
      <category>MS CRM 2011</category>
      <category>WebsiteManagement</category>
      <category>XML</category>
      <category>.Net</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/227/How-to-write-XML-dynamically-through-code-at-button-click-and-to-store-in-project-directory-without-giving-location</guid>
      <pubDate>Sun, 28 Apr 2013 19:44:00 GMT</pubDate>
      <blog:publishedon>2013-04-28 19:44:00Z</blog:publishedon>
    </item>
    <item>
      <title>Check Box Utilities in ASP.NET</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/230/Check-Box-Utilities-in-ASP-NET</link>
      <description>&lt;p&gt;By this article I want to just describe the utility of check box and compare to the radio buttons . In the radio button list user is restricted to select at least one selection user can not escape the choice but in the check box list user is not restricted to select a choice even he can go for no choice also . &lt;/p&gt;</description>
      <category>ASP.NET</category>
      <category>Check box</category>
      <category>.Net</category>
      <category>Javascript</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/230/Check-Box-Utilities-in-ASP-NET</guid>
      <pubDate>Wed, 24 Apr 2013 07:51:00 GMT</pubDate>
      <blog:publishedon>2013-04-24 07:51: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>