<?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>.NET Core Archives - Ankit Sharma&#039;s Blog</title>
	<atom:link href="https://ankitsharmablogs.com/category/net-core/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>A .Net hub</description>
	<lastBuildDate>Wed, 07 Apr 2021 05:01:15 +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>.NET Core 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>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>Facebook Authentication And Authorization In Server-Side Blazor App</title>
		<link>https://ankitsharmablogs.com/facebook-authentication-and-authorization-in-server-side-blazor-app/</link>
					<comments>https://ankitsharmablogs.com/facebook-authentication-and-authorization-in-server-side-blazor-app/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sun, 16 Jun 2019 19:30:35 +0000</pubDate>
				<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 3.0]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[Facebook authentication]]></category>
		<category><![CDATA[Visual Studio 2019]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=108011</guid>

					<description><![CDATA[<p>Introduction The latest preview for .NET Core 3 (preview-6) has introduced the functionality to add authentication and authorization in a server-side Blazor application. In this article, we will learn how to implement authentication and authorization using Facebook in a server-side Blazor application. You can refer to my previous article Understanding Server-side Blazor to get in-depth [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/facebook-authentication-and-authorization-in-server-side-blazor-app/">Facebook Authentication And Authorization In Server-Side Blazor App</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/facebook-authentication-and-authorization-in-server-side-blazor-app/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">108011</post-id>	</item>
		<item>
		<title>Google Authentication And Authorization In Server-Side Blazor App</title>
		<link>https://ankitsharmablogs.com/google-authentication-and-authorization-in-server-side-blazor-app/</link>
					<comments>https://ankitsharmablogs.com/google-authentication-and-authorization-in-server-side-blazor-app/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Fri, 14 Jun 2019 19:30:24 +0000</pubDate>
				<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 3.0]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[Google authentication]]></category>
		<category><![CDATA[Visual Studio 2019]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=106319</guid>

					<description><![CDATA[<p>Introduction The latest preview for .NET Core 3 (preview-6) has introduced the functionality to add authentication and authorization in a server-side Blazor application. In this article, we will learn how to implement authentication and authorization using Google in a server-side Blazor application. You can refer to my previous article Understanding Server-side Blazor to get in-depth [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/google-authentication-and-authorization-in-server-side-blazor-app/">Google Authentication And Authorization In Server-Side Blazor App</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/google-authentication-and-authorization-in-server-side-blazor-app/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">106319</post-id>	</item>
		<item>
		<title>Unit Test In .NET Core Application Using MStest</title>
		<link>https://ankitsharmablogs.com/unit-testing-in-net-core-using-mstest/</link>
					<comments>https://ankitsharmablogs.com/unit-testing-in-net-core-using-mstest/#respond</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 07:40:03 +0000</pubDate>
				<category><![CDATA[.NET Core]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSTest]]></category>
		<category><![CDATA[Unit Test]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=257</guid>

					<description><![CDATA[<p>Introduction In this article, I am going to explain how you can perform unit tests in a .NET Core application using MStest as test library and C# as the programming language. We will be creating a sample application to test if a given integer is even or not and then, we will be running our [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/unit-testing-in-net-core-using-mstest/">Unit Test In .NET Core Application Using MStest</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/unit-testing-in-net-core-using-mstest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">257</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.247 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-05-17 04:25:23 by W3 Total Cache
-->