<?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: ASP.NET Core &#8211; Getting Started With Blazor	</title>
	<atom:link href="https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Tue, 12 May 2020 15:57:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-19038</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 18 Jul 2019 16:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-19038</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-19031&quot;&gt;Bagian Pemasaran&lt;/a&gt;.

The latest version of Blazor is based .NET Core 3 which is only supported in VS 19.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-19031">Bagian Pemasaran</a>.</p>
<p>The latest version of Blazor is based .NET Core 3 which is only supported in VS 19.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bagian Pemasaran		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-19031</link>

		<dc:creator><![CDATA[Bagian Pemasaran]]></dc:creator>
		<pubDate>Thu, 18 Jul 2019 12:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-19031</guid>

					<description><![CDATA[Thanks for the great article sir!  

But the extension https://marketplace.visualstudio.com/items?itemName=aspnet.blazor won&#039;t install in my VS2017 (Enterprise). However when installed using CLI it works: 
&quot;dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview6.19307.2&quot;

Still the templates won&#039;t display on the New Project.  You must use the CLI to create a new Blazor project:
&quot;dotnet new blazorserverside&quot;
or &quot;dotnet new blazorhosted&quot;
or &quot;dotnet new blazorlib&quot;
or &quot;dotnet new blazor&quot;

The project won&#039;t build or run in the VS2017 IDE.  Again, you must use the CLI:
&quot;dotnet build&quot;
&quot;dotnet run&quot;]]></description>
			<content:encoded><![CDATA[<p>Thanks for the great article sir!  </p>
<p>But the extension <a href="https://marketplace.visualstudio.com/items?itemName=aspnet.blazor" rel="nofollow ugc">https://marketplace.visualstudio.com/items?itemName=aspnet.blazor</a> won&#8217;t install in my VS2017 (Enterprise). However when installed using CLI it works:<br />
&#8220;dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview6.19307.2&#8221;</p>
<p>Still the templates won&#8217;t display on the New Project.  You must use the CLI to create a new Blazor project:<br />
&#8220;dotnet new blazorserverside&#8221;<br />
or &#8220;dotnet new blazorhosted&#8221;<br />
or &#8220;dotnet new blazorlib&#8221;<br />
or &#8220;dotnet new blazor&#8221;</p>
<p>The project won&#8217;t build or run in the VS2017 IDE.  Again, you must use the CLI:<br />
&#8220;dotnet build&#8221;<br />
&#8220;dotnet run&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asim Shahzad		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17082</link>

		<dc:creator><![CDATA[Asim Shahzad]]></dc:creator>
		<pubDate>Mon, 17 Jun 2019 11:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-17082</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17078&quot;&gt;Ankit Sharma&lt;/a&gt;.

Thanks for the prompt reply.

after reading the link mentioned by you, I just changed calculator.cshtml to calculator.razor and calculator is working fine now.

regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17078">Ankit Sharma</a>.</p>
<p>Thanks for the prompt reply.</p>
<p>after reading the link mentioned by you, I just changed calculator.cshtml to calculator.razor and calculator is working fine now.</p>
<p>regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17078</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 17 Jun 2019 11:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-17078</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17077&quot;&gt;Asim Shahzad&lt;/a&gt;.

There are some breaking changes in the latest version of Blazor. This can be the reason for this error. You can see the list of changes at https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-6/. Update your code accordingly and see if the issue is resolved. If the issue persists, post it on SO. If someone has faced the similar problem they will reply to it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17077">Asim Shahzad</a>.</p>
<p>There are some breaking changes in the latest version of Blazor. This can be the reason for this error. You can see the list of changes at <a href="https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-6/" rel="nofollow ugc">https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-6/</a>. Update your code accordingly and see if the issue is resolved. If the issue persists, post it on SO. If someone has faced the similar problem they will reply to it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asim Shahzad		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-17077</link>

		<dc:creator><![CDATA[Asim Shahzad]]></dc:creator>
		<pubDate>Mon, 17 Jun 2019 11:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-17077</guid>

					<description><![CDATA[Hi Ankit,

I read this nice article and also tried my self. I have installed VS 2019 preview community edition for learning purpose.  

I write my code as well as tried your one, but I got the following error message in both 

&quot;Cannot convert method group &#039;AddNumbers&#039; to non-delegate type &#039;object&#039;. Did you intend to invoke the method?

VS give me this error on every method, even on his own function &quot;@IncrementCount&quot;.

Please advice the suitable solution.

Thanks &#038; Best Regards]]></description>
			<content:encoded><![CDATA[<p>Hi Ankit,</p>
<p>I read this nice article and also tried my self. I have installed VS 2019 preview community edition for learning purpose.  </p>
<p>I write my code as well as tried your one, but I got the following error message in both </p>
<p>&#8220;Cannot convert method group &#8216;AddNumbers&#8217; to non-delegate type &#8216;object&#8217;. Did you intend to invoke the method?</p>
<p>VS give me this error on every method, even on his own function &#8220;@IncrementCount&#8221;.</p>
<p>Please advice the suitable solution.</p>
<p>Thanks &amp; Best Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohammad		</title>
		<link>https://ankitsharmablogs.com/asp-net-core-getting-started-with-blazor/#comment-14437</link>

		<dc:creator><![CDATA[Mohammad]]></dc:creator>
		<pubDate>Fri, 12 Apr 2019 20:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=880#comment-14437</guid>

					<description><![CDATA[Very nice tutorial
Thanks]]></description>
			<content:encoded><![CDATA[<p>Very nice tutorial<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 6/50 queries in 0.407 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-07-04 02:25:30 by W3 Total Cache
-->