﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>New Features in C# 6.0 – Auto-Property Initializers</title><link />http://developers.de/blogs/bahro/archive/2014/10/10/new-feature-in-c-6-0-auto-property-initializers.aspx<description>Initialize property is repetitive task, and cannot be done in the same line as we can can done for fields. For example we can write: public class Person { private string m_Name= &amp;quot;Default Name&amp;quot; ; public string Name { get ; set ;} public Person</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator></channel></rss>