<?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>Shakti Tanwar &#187; Asp.Net Core 2.0</title>
	<atom:link href="http://shaktitanwar.com/category/asp-net/aspnetcore/aspnetcore2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaktitanwar.com</link>
	<description>Shakti Tanwar - “Dot Net Training”</description>
	<lastBuildDate>Tue, 26 Aug 2025 09:23:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.4</generator>
	<item>
		<title>Asp.Net Core 2 – Runtime Store</title>
		<link>http://shaktitanwar.com/asp-net-core-2-runtime-store/</link>
		<comments>http://shaktitanwar.com/asp-net-core-2-runtime-store/#comments</comments>
		<pubDate>Mon, 04 Sep 2017 10:44:33 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net Core]]></category>
		<category><![CDATA[Asp.Net Core 2.0]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=790</guid>
		<description><![CDATA[Welcome to the series of asp.net core tutorials, in this part we will discuss another new feature that has shipped with asp.net core 2.0 Let’s first discuss 2 problems faced by monolithic applications: All packages need to be deployed for application to run correctly and for different target environments there [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/asp-net-core-2-runtime-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and running .Net core</title>
		<link>http://shaktitanwar.com/install-and-running-net-core/</link>
		<comments>http://shaktitanwar.com/install-and-running-net-core/#comments</comments>
		<pubDate>Fri, 01 Sep 2017 10:14:21 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net Core]]></category>
		<category><![CDATA[Asp.Net Core 2.0]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=682</guid>
		<description><![CDATA[Step 1: Download and install .net core sdk from https://www.microsoft.com/net/download/core if you already have Visual studio installed you can install “Visual Studio 2017 Tools” else install “Windows (x64) Installer” if you want to work from command line only Step 2: When setup finishes it will install all required tools and [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/install-and-running-net-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.Net Core 2 – ASP.NET Core metapackage</title>
		<link>http://shaktitanwar.com/asp-net-core-2-asp-net-core-metapackage/</link>
		<comments>http://shaktitanwar.com/asp-net-core-2-asp-net-core-metapackage/#comments</comments>
		<pubDate>Thu, 31 Aug 2017 09:31:42 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net Core]]></category>
		<category><![CDATA[Asp.Net Core 2.0]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=613</guid>
		<description><![CDATA[As you might already be aware Asp.net core is a platform made of nuget packages. There are different packages targeting different version of frameworks available say .net 4.6, Asp.net core 1.0,1.1 and 2.0. We generally classify frameworks into 2 categories: Traditional framework e.g. .net 4.6 which includes .Net framework where [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/asp-net-core-2-asp-net-core-metapackage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.Net Core 2 &#8211; Razor Pages Support</title>
		<link>http://shaktitanwar.com/asp-net-core-2-razor-pages-support/</link>
		<comments>http://shaktitanwar.com/asp-net-core-2-razor-pages-support/#comments</comments>
		<pubDate>Sun, 20 Aug 2017 19:24:42 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net Core]]></category>
		<category><![CDATA[Asp.Net Core 2.0]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=597</guid>
		<description><![CDATA[Razor pages support has been added to asp.net core MVC which makes coding page-focused scenarios easier and more productive. Razor page support is enabled in Startup.cs file as public class Startup { public void ConfigureServices(IServiceCollection services) { // Includes this line to support for Razor Pages and controllers. services.AddMvc(); } [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/asp-net-core-2-razor-pages-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.net core 2.0 New Features</title>
		<link>http://shaktitanwar.com/asp-net-core-2-0-new-features/</link>
		<comments>http://shaktitanwar.com/asp-net-core-2-0-new-features/#comments</comments>
		<pubDate>Sun, 20 Aug 2017 19:20:47 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[Asp.Net Core]]></category>
		<category><![CDATA[Asp.Net Core 2.0]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=595</guid>
		<description><![CDATA[Microsoft recently announced Asp.net version 2.0 with lot of new and exciting features and enhancement. This update comes on top of the first version i.e. Asp.net Core 1.0 also known as Asp.net 5.0.  To install Asp.net core 2.0 update: Install Visual Studio 15.3 or later with the following workloads: ASP.NET [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/asp-net-core-2-0-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
