<?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; C# 7.1</title>
	<atom:link href="http://shaktitanwar.com/category/c-7-0/csharp7-1/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>New Feature in C# 7.1 – Inferred tuple element names</title>
		<link>http://shaktitanwar.com/new-feature-in-csharp7-1-inferred-tuple-element-names/</link>
		<comments>http://shaktitanwar.com/new-feature-in-csharp7-1-inferred-tuple-element-names/#comments</comments>
		<pubDate>Tue, 05 Sep 2017 05:57:53 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C# 7.0]]></category>
		<category><![CDATA[C# 7.1]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=809</guid>
		<description><![CDATA[From past few years I have been keeping a close watch on ECMA scripts and seems C# is running neck to neck in importing features of ES-6 I have explained about Tuples in older Blog article here C# 7.1 introduces a small feature enhancement to Tuple de-structuring. To run below [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/new-feature-in-csharp7-1-inferred-tuple-element-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature in C# 7.1 – default Literal expressions</title>
		<link>http://shaktitanwar.com/new-feature-in-csharp7-1-default-literal-expressions/</link>
		<comments>http://shaktitanwar.com/new-feature-in-csharp7-1-default-literal-expressions/#comments</comments>
		<pubDate>Tue, 05 Sep 2017 05:54:23 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C# 7.0]]></category>
		<category><![CDATA[C# 7.1]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=805</guid>
		<description><![CDATA[default value expression provides a default value for a type and are very handy in generator functions and generic classes/methods. This is how we can use default keyword till C# 7.0 i.e. as default(T) where T can be value type or reference type private void btnDefaultExpressions_Click(object sender, EventArgs e) { [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/new-feature-in-csharp7-1-default-literal-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature in C# 7.1 – Async Main</title>
		<link>http://shaktitanwar.com/new-feature-in-csharp7-1-async-main/</link>
		<comments>http://shaktitanwar.com/new-feature-in-csharp7-1-async-main/#comments</comments>
		<pubDate>Tue, 05 Sep 2017 05:51:36 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C# 7.1]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=801</guid>
		<description><![CDATA[“Main” is a special method while defining assemblies. It’s an entry point of an executable application. Main runs in static context by is called by operating system to load the program into memory. Main does so by defining a startup object or logic. static class Program { /// &#60;summary&#62; /// [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/new-feature-in-csharp7-1-async-main/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# 7.1 New Features &#8211; Set up Visual Studio</title>
		<link>http://shaktitanwar.com/c-7-1-new-features-set-up-visual-studio/</link>
		<comments>http://shaktitanwar.com/c-7-1-new-features-set-up-visual-studio/#comments</comments>
		<pubDate>Tue, 05 Sep 2017 05:48:30 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C# 7.0]]></category>
		<category><![CDATA[C# 7.1]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=795</guid>
		<description><![CDATA[In my past blog series, I have tried to explain all new features that shipped with C# 7.0. You can read about that here. With Visual Studio Update 3 and version 15.3, C# 7.1 has been made available as well. This feature is not available by default and there are [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/c-7-1-new-features-set-up-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
