<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>C# 3.0 tips, Automatic Property</title><link>http://msmvps.com/blogs/shahed/archive/2008/06/11/c-3-0-tips-automatic-property.aspx</link><description>Declaring a property in C# 3.0 is super easy and super short. public class Student { public string Name { get; set; } } yes that&amp;#39;s it, the framework will take care of the rest, the private variables will be automatically created and the getter and</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator></channel></rss>