<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# Archives - Ankit Sharma&#039;s Blog</title>
	<atom:link href="https://ankitsharmablogs.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>A .Net hub</description>
	<lastBuildDate>Wed, 08 Sep 2021 17:36:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/ankitsharmablogs.com/wp-content/uploads/2017/11/cropped-homepage-logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>C# Archives - Ankit Sharma&#039;s Blog</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">139000163</site>	<item>
		<title>Announcing A New Blazor Course</title>
		<link>https://ankitsharmablogs.com/announcing-a-new-blazor-course/</link>
					<comments>https://ankitsharmablogs.com/announcing-a-new-blazor-course/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 04:00:00 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=134477</guid>

					<description><![CDATA[<p>Introduction Blazor is a .NET web framework that allows us to create client-side applications using C#, Razor syntax, and HTML. It allows us to create a rich and modern Single Page Application (SPA), using C#, and run it on the browser of our choice. Browser + Razor = Blazor The name &#8220;Blazor&#8221; comes from the [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/announcing-a-new-blazor-course/">Announcing A New Blazor Course</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/announcing-a-new-blazor-course/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134477</post-id>	</item>
		<item>
		<title>How To Solve Sudoku Using Azure Form Recognizer</title>
		<link>https://ankitsharmablogs.com/how-to-solve-sudoku-using-azure-form-recognizer/</link>
					<comments>https://ankitsharmablogs.com/how-to-solve-sudoku-using-azure-form-recognizer/#respond</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sat, 03 Apr 2021 10:30:02 +0000</pubDate>
				<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Angular CLI]]></category>
		<category><![CDATA[Cognitive Services]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=134280</guid>

					<description><![CDATA[<p>Introduction In this article, we are going to create a sudoku solver with the help of Azure Form Recognizer which is an AI-powered document extraction service. The application will allow the user to upload an image of the sudoku table. We will extract the data from the image, and then implement the sudoku solving algorithm [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/how-to-solve-sudoku-using-azure-form-recognizer/">How To Solve Sudoku Using Azure Form Recognizer</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/how-to-solve-sudoku-using-azure-form-recognizer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">134280</post-id>	</item>
		<item>
		<title>Publishing A Blazor Component To Nuget Gallery</title>
		<link>https://ankitsharmablogs.com/publishing-blazor-component-to-nuget-gallery/</link>
					<comments>https://ankitsharmablogs.com/publishing-blazor-component-to-nuget-gallery/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Tue, 04 Dec 2018 07:16:30 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET CORE]]></category>
		<category><![CDATA[BlazorGrid]]></category>
		<category><![CDATA[Nuget]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2227</guid>

					<description><![CDATA[<p>Introduction In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use Visual Studio 2017 to build and create the nuget package. Prerequisites Install the .NET Core 2.1 or above SDK from here. Install Visual Studio 2017 v15.7 or above from here. Install ASP.NET Core Blazor Language [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/publishing-blazor-component-to-nuget-gallery/">Publishing A Blazor Component To Nuget Gallery</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/publishing-blazor-component-to-nuget-gallery/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2227</post-id>	</item>
		<item>
		<title>BlazorGrid – A Reusable Grid Component For Blazor</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/</link>
					<comments>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sun, 02 Dec 2018 18:09:07 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[BlazorGrid]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205</guid>

					<description><![CDATA[<p>Introduction In this article, we will create a reusable grid component for Blazor called BlazorGrid. It will display the user data in a grid and supports client-side pagination. Take a look at the final application. To learn how to publish BlazorGrid component to nuget gallery refer to Publishing a Blazor Component to Nuget Gallery Prerequisites Install [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/">BlazorGrid – A Reusable Grid Component For Blazor</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2205</post-id>	</item>
		<item>
		<title>ASP.NET Core &#8211; Expense Manager Using EF Core and Highcharts</title>
		<link>https://ankitsharmablogs.com/asp-net-core-expense-manager-using-ef-core-and-highcharts/</link>
					<comments>https://ankitsharmablogs.com/asp-net-core-expense-manager-using-ef-core-and-highcharts/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Tue, 17 Jul 2018 06:08:54 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[Entity Framework Core]]></category>
		<category><![CDATA[Highcharts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1275</guid>

					<description><![CDATA[<p>Introduction In this article, we will be creating a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach. An expense manager tracks your daily expenses and provides comparative charts to show expense summary. Since we are using modal dialog to handle user inputs and to show monthly and weekly expense [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/asp-net-core-expense-manager-using-ef-core-and-highcharts/">ASP.NET Core &#8211; Expense Manager Using EF Core and Highcharts</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/asp-net-core-expense-manager-using-ef-core-and-highcharts/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1275</post-id>	</item>
		<item>
		<title>What&#8217;s New In Microsoft .NET Framework 4.7.1</title>
		<link>https://ankitsharmablogs.com/whats-new-in-microsoft-net-framework-4-7-1/</link>
					<comments>https://ankitsharmablogs.com/whats-new-in-microsoft-net-framework-4-7-1/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 15:28:08 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=741</guid>

					<description><![CDATA[<p>Introduction Microsoft announced the release of .NET framework 4.7.1 on October 17, 2017. It is included in Windows 10 Fall Creators Update. It is available on Windows 7 and up and Windows Server 2008 R2 and up. It is also available with Visual Studio 2017 Version 15.5. You can download this latest framework from here. Let’s [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/whats-new-in-microsoft-net-framework-4-7-1/">What&#8217;s New In Microsoft .NET Framework 4.7.1</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/whats-new-in-microsoft-net-framework-4-7-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">741</post-id>	</item>
		<item>
		<title>Getting Started With Angular 5 Using Visual Studio Code</title>
		<link>https://ankitsharmablogs.com/getting-started-with-angular-5-using-visual-studio-code/</link>
					<comments>https://ankitsharmablogs.com/getting-started-with-angular-5-using-visual-studio-code/#respond</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 17:49:03 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Angular 5]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Angular CLI]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=310</guid>

					<description><![CDATA[<p>Introduction In this article, we are going to set up Angular 5 app using Visual Studio Code. We will be using Angular CLI for our demo. Agenda Install Node.js. Install Angular CLI. Create our first Angular App. Launch Angular App in the browser. Displaying our custom message on Webpage. Conclusion Install Node.js The first step is [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/getting-started-with-angular-5-using-visual-studio-code/">Getting Started With Angular 5 Using Visual Studio Code</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/getting-started-with-angular-5-using-visual-studio-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">310</post-id>	</item>
		<item>
		<title>Searching Algorithms In C#</title>
		<link>https://ankitsharmablogs.com/searching-algorithms-in-c-sharp/</link>
					<comments>https://ankitsharmablogs.com/searching-algorithms-in-c-sharp/#respond</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Wed, 06 Dec 2017 15:23:03 +0000</pubDate>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Binary Search]]></category>
		<category><![CDATA[Linear Search]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=552</guid>

					<description><![CDATA[<p>Introduction In this article, I am going to discuss two of the most commonly-used searching algorithms in the programming world Linear Search Binary Search I will be explaining the algorithms with the help of an example and will provide a C# code to execute that. Linear Search This algorithm will perform a sequential search of [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/searching-algorithms-in-c-sharp/">Searching Algorithms In C#</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/searching-algorithms-in-c-sharp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">552</post-id>	</item>
		<item>
		<title>Quick Sort Algorithm In C#</title>
		<link>https://ankitsharmablogs.com/quick-sort-algorithm-in-c-sharp/</link>
					<comments>https://ankitsharmablogs.com/quick-sort-algorithm-in-c-sharp/#respond</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Wed, 06 Dec 2017 15:09:32 +0000</pubDate>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Quicksort]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=544</guid>

					<description><![CDATA[<p>Introduction In this article, I am going to explain about the Quicksort algorithm.This is a Divide and Conquer algorithm. It picks an element as pivot and partitions the given array around the picked pivot. This algorithm is very common in job interviews.So first, I am going to explain Quick Sort algorithm; then, I will be [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/quick-sort-algorithm-in-c-sharp/">Quick Sort Algorithm In C#</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/quick-sort-algorithm-in-c-sharp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">544</post-id>	</item>
		<item>
		<title>Merge Sort Algorithm In C#</title>
		<link>https://ankitsharmablogs.com/merge-sort-algorithm-in-c-sharp/</link>
					<comments>https://ankitsharmablogs.com/merge-sort-algorithm-in-c-sharp/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Wed, 06 Dec 2017 14:56:07 +0000</pubDate>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Mergesort]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=537</guid>

					<description><![CDATA[<p>Introduction In this article, I will be discussing Merge sort algorithm. Merge sort is a comparison based sorting algorithm based on the divide and conquer approach. The input array will be divided into subarrays and those subarrays will be further divided until each subarray contains a single element. Then, these subarrays will be merged together [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/merge-sort-algorithm-in-c-sharp/">Merge Sort Algorithm In C#</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/merge-sort-algorithm-in-c-sharp/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">537</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 1/24 queries in 0.032 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-04-23 23:34:18 by W3 Total Cache
-->