<?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>Visual Studio 2017 Archives - Ankit Sharma&#039;s Blog</title>
	<atom:link href="https://ankitsharmablogs.com/tag/visual-studio-2017/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/tag/visual-studio-2017/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Fri, 12 Jun 2020 19:16:18 +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>Visual Studio 2017 Archives - Ankit Sharma&#039;s Blog</title>
	<link>https://ankitsharmablogs.com/tag/visual-studio-2017/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">139000163</site>	<item>
		<title>Blazor CRUD Using Google Cloud Firestore</title>
		<link>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/</link>
					<comments>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 08:46:13 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CRUD Operations]]></category>
		<category><![CDATA[Firebase]]></category>
		<category><![CDATA[Firestore]]></category>
		<category><![CDATA[Single Page Application]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<category><![CDATA[Web API]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=47066</guid>

					<description><![CDATA[<p>Introduction In this article, we will create a Blazor application using Google Firstore as database provider. We will create a Single Page Application (SPA) and perform CRUD operations on it. We will use Bootstrap 4 to display a modal popup for handling user inputs. The form also has a dropdown list, which will bind to [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/">Blazor CRUD Using Google Cloud Firestore</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/blazor-crud-using-google-cloud-firestore/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">47066</post-id>	</item>
		<item>
		<title>Hosting A Blazor Application on Firebase</title>
		<link>https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/</link>
					<comments>https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 17 Jan 2019 17:52:21 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[Firebase]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=33231</guid>

					<description><![CDATA[<p>Introduction In this article, we will learn how to deploy a Blazor application on Firebase. We will create a client side application using Blazor and host it on Firebase. This application will not have any server side code or web API logic. We will use Visual Studio 2017 to build and publish the application. Prerequisites [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/">Hosting A Blazor Application on Firebase</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/hosting-a-blazor-application-on-firebase/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">33231</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>Deploying A Blazor Application On Azure</title>
		<link>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/</link>
					<comments>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sat, 06 Oct 2018 14:30:16 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=1528</guid>

					<description><![CDATA[<p>Introduction In this article, we will learn how to deploy an ASP.NET Core hosted Blazor application on Azure.&#160;We will use Visual Studio 2017 to publish the app and create a SQL database server on Azure to handle DB operations. Prerequisites Install the .NET Core 2.1 or above SDK from here Install Visual Studio 2017 v15.7 [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/">Deploying A Blazor Application On Azure</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/deploying-a-blazor-application-on-azure/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1528</post-id>	</item>
		<item>
		<title>CRUD Using Blazor with MongoDB</title>
		<link>https://ankitsharmablogs.com/crud-using-blazor-with-mongodb/</link>
					<comments>https://ankitsharmablogs.com/crud-using-blazor-with-mongodb/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sun, 09 Sep 2018 17:35:07 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Single Page Application]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<category><![CDATA[Web API]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1454</guid>

					<description><![CDATA[<p>Introduction In this article we will create a Blazor application using MongoDB as our database provider. We will create a Single Page Application (SPA) and perform CRUD operations on it. A modal popup will display the form to handle the user inputs and the form also has a dropdown list, which will bind to a [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/crud-using-blazor-with-mongodb/">CRUD Using Blazor with MongoDB</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/crud-using-blazor-with-mongodb/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1454</post-id>	</item>
		<item>
		<title>Single Page Application Using Server-Side Blazor</title>
		<link>https://ankitsharmablogs.com/single-page-application-using-server-side-blazor/</link>
					<comments>https://ankitsharmablogs.com/single-page-application-using-server-side-blazor/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Fri, 10 Aug 2018 17:40:22 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework Core]]></category>
		<category><![CDATA[server-side Blazor]]></category>
		<category><![CDATA[Single Page Application]]></category>
		<category><![CDATA[SPA]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1386</guid>

					<description><![CDATA[<p>Introduction In this article, we will create a Single Page Application (SPA) using the server-side Blazor concepts with the help of Entity Framework Core database first approach. Single-Page Applications are web applications that load a single HTML page and dynamically update that page as the user interacts with the app. We will be creating a [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/single-page-application-using-server-side-blazor/">Single Page Application Using Server-Side Blazor</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/single-page-application-using-server-side-blazor/feed/</wfw:commentRss>
			<slash:comments>38</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1386</post-id>	</item>
		<item>
		<title>Understanding Server-side Blazor</title>
		<link>https://ankitsharmablogs.com/understanding-server-side-blazor/</link>
					<comments>https://ankitsharmablogs.com/understanding-server-side-blazor/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Sat, 28 Jul 2018 06:59:46 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[server-side Blazor]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1301</guid>

					<description><![CDATA[<p>Introduction We all know that the Blazor framework is a client-side web framework. But is it possible to run a Blazor application separate from UI thread? The latest version 0.5.0 of Blazor gives us the flexibility to run Blazor in a separate process from the rendering process. We are going to explore server-side Blazor in [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/understanding-server-side-blazor/">Understanding Server-side Blazor</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/understanding-server-side-blazor/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1301</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>JavaScript Interop in Blazor</title>
		<link>https://ankitsharmablogs.com/javascript-interop-in-blazor/</link>
					<comments>https://ankitsharmablogs.com/javascript-interop-in-blazor/#comments</comments>
		
		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 12:32:06 +0000</pubDate>
				<category><![CDATA[ASP.NET Core]]></category>
		<category><![CDATA[Blazor]]></category>
		<category><![CDATA[ASP.NET Core 2.0]]></category>
		<category><![CDATA[JavaScript Interop]]></category>
		<category><![CDATA[Visual Studio 2017]]></category>
		<guid isPermaLink="false">http://ankitsharmablogs.com/?p=1244</guid>

					<description><![CDATA[<p>Introduction In this article, we will learn about JavaScript Interop in Blazor. We will understand what JavaScript Interop is and how we can implement it in Blazor with the help of a sample application. We will be using Visual Studio code for our demo. What is JavaScript Interop? Blazor uses JavaScript to bootstrap the .NET [&#8230;]</p>
<p>The post <a href="https://ankitsharmablogs.com/javascript-interop-in-blazor/">JavaScript Interop in Blazor</a> appeared first on <a href="https://ankitsharmablogs.com">Ankit Sharma&#039;s Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://ankitsharmablogs.com/javascript-interop-in-blazor/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1244</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/21 queries in 0.023 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-05-14 08:01:05 by W3 Total Cache
-->