<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Creating a SPA Using Razor Pages With Blazor	</title>
	<atom:link href="https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Fri, 14 Feb 2020 10:01:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Gizi Ben-Tovim		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-9258</link>

		<dc:creator><![CDATA[Gizi Ben-Tovim]]></dc:creator>
		<pubDate>Fri, 19 Oct 2018 07:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-9258</guid>

					<description><![CDATA[All worked for me, except this line 2 (page : EditEmployee)
1)  await Http.SendJsonAsync(HttpMethod.Put, &quot;api/Employee/Edit&quot;, emp);
 2)  UriHelper.NavigateTo(&quot;/fetchemployee&quot;);
It never navigates to the page, it stays on same page.
Any idea why?
Thanks]]></description>
			<content:encoded><![CDATA[<p>All worked for me, except this line 2 (page : EditEmployee)<br />
1)  await Http.SendJsonAsync(HttpMethod.Put, &#8220;api/Employee/Edit&#8221;, emp);<br />
 2)  UriHelper.NavigateTo(&#8220;/fetchemployee&#8221;);<br />
It never navigates to the page, it stays on same page.<br />
Any idea why?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rosivan Batista		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-6510</link>

		<dc:creator><![CDATA[Rosivan Batista]]></dc:creator>
		<pubDate>Sat, 15 Sep 2018 13:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-6510</guid>

					<description><![CDATA[It worked! 
Thank you very much ANKIT SHARMA.]]></description>
			<content:encoded><![CDATA[<p>It worked!<br />
Thank you very much ANKIT SHARMA.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-6477</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sat, 15 Sep 2018 07:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-6477</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-6412&quot;&gt;Rosivan Batista&lt;/a&gt;.

Navigate to Tools &gt;&gt; NuGet Package Manager &gt;&gt; Package Manager Console. Select “BlazorSPA.Shared” from Default project drop-down and execute the command. The Models folder will be created in the project that is selected while executing the command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-6412">Rosivan Batista</a>.</p>
<p>Navigate to Tools >> NuGet Package Manager >> Package Manager Console. Select “BlazorSPA.Shared” from Default project drop-down and execute the command. The Models folder will be created in the project that is selected while executing the command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rosivan Batista		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-6412</link>

		<dc:creator><![CDATA[Rosivan Batista]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 23:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-6412</guid>

					<description><![CDATA[Hi. Thanks for sharing. I&#039;m waiting for Blazor!
My &quot;Scaffold-DbContext&quot; create  Models folder in Server, not in Share. 
what did I do wrong? You help-me??
Thankful;]]></description>
			<content:encoded><![CDATA[<p>Hi. Thanks for sharing. I&#8217;m waiting for Blazor!<br />
My &#8220;Scaffold-DbContext&#8221; create  Models folder in Server, not in Share.<br />
what did I do wrong? You help-me??<br />
Thankful;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-4005</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 15:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-4005</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-3983&quot;&gt;Jane&lt;/a&gt;.

you can pass the username or email in the same method instead of id. Also make sure to make the search field unique as username/email can&#039;t be duplicated.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-3983">Jane</a>.</p>
<p>you can pass the username or email in the same method instead of id. Also make sure to make the search field unique as username/email can&#8217;t be duplicated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jane		</title>
		<link>https://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/#comment-3983</link>

		<dc:creator><![CDATA[Jane]]></dc:creator>
		<pubDate>Mon, 30 Jul 2018 06:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1188#comment-3983</guid>

					<description><![CDATA[How to find a user by email or username instead of id Find() ?
Thanks]]></description>
			<content:encoded><![CDATA[<p>How to find a user by email or username instead of id Find() ?<br />
Thanks</p>
]]></content:encoded>
		
			</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/22 queries in 0.050 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-07-13 15:58:34 by W3 Total Cache
-->