<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C# on CodingBlast</title><link>https://codingblast.com/categories/c%23/</link><description>Recent content in C# on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 23 May 2018 10:16:12 +0000</lastBuildDate><atom:link href="https://codingblast.com/categories/c%23/index.xml" rel="self" type="application/rss+xml"/><item><title>More C# 7 goodness - Span of T - Span&lt;T&gt;</title><link>https://codingblast.com/span-of-t/</link><pubDate>Wed, 23 May 2018 10:16:12 +0000</pubDate><guid>https://codingblast.com/span-of-t/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;With C# 7.2 we got a new type: &lt;strong&gt;Span&lt;T&gt;&lt;/strong&gt;. So, what is &lt;em&gt;Span&lt;/em&gt;? &lt;em&gt;&lt;strong&gt;Span&lt;/strong&gt;&lt;/em&gt; is a new value type that enables us to work and manage any type that represents a contiguous chunk of memory.&lt;/p&gt;</description></item><item><title>C# 7.1 - New features</title><link>https://codingblast.com/csharp-7-1-new-features/</link><pubDate>Sat, 06 Jan 2018 11:28:26 +0000</pubDate><guid>https://codingblast.com/csharp-7-1-new-features/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In some of the previous posts we talked about new features in &lt;a href="https://codingblast.com/c-7-new-features/"&gt;C# 7&lt;/a&gt; and we talked about the &lt;a href="https://codingblast.com/nameof-expression/"&gt;usage of &lt;em&gt;nameof&lt;/em&gt; expression&lt;/a&gt; in C#. In this post, we will talk about new features that came with C# 7.1.&lt;/p&gt;</description></item><item><title>C# 7 - reference returns &amp; local references</title><link>https://codingblast.com/csharp-7-return-reference-local-reference/</link><pubDate>Sat, 30 Dec 2017 14:32:41 +0000</pubDate><guid>https://codingblast.com/csharp-7-return-reference-local-reference/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In on of the &lt;a href="https://codingblast.com/c-7-new-features/"&gt;last posts&lt;/a&gt;, we talked about some of the big features that came with C# 7. In this post, we will continue on that and we will talk about returning references from functions and storing references inside of local variables.&lt;/p&gt;</description></item><item><title>C# 7 - new features</title><link>https://codingblast.com/c-7-new-features/</link><pubDate>Sat, 04 Nov 2017 08:52:54 +0000</pubDate><guid>https://codingblast.com/c-7-new-features/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;C# is a powerful object-oriented language that is very easy to pick-up. The syntax is so simple but there are so many powerful and great features in C#. Some of the amazing features are lambdas, LINQ, generics, interfaces, async/await. They are all powerful concepts and it is a delight to use them with C#. With .NET Core being open source and cross-platform and ability to build for so many platforms and devices it is good to know ins and outs of the language.&lt;/p&gt;</description></item><item><title>nameof expression is amazing! Say NO to magic strings!</title><link>https://codingblast.com/nameof-expression/</link><pubDate>Sun, 03 Sep 2017 18:09:36 +0000</pubDate><guid>https://codingblast.com/nameof-expression/</guid><description>&lt;h2 id="the-nameof-expression"&gt;The nameof expression&lt;/h2&gt;
&lt;p&gt;This is one of many goodies that came with C# 6.0. That was back in July 2015.&lt;/p&gt;
&lt;p&gt;I have been using &lt;em&gt;nameof&lt;/em&gt;for quite a while now, but at the start, I wasn&amp;rsquo;t really aware of its full potential! Oh, what a sinner!&lt;/p&gt;</description></item></channel></rss>