SilverlightShow: Tip: How to shorten your C# code? Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples en-us SilverlightShow.net estoychev@completit.com (Emil Stoychev) Argotic Syndication Framework, http://www.codeplex.com/Argotic http://www.rssboard.org/rss-specification RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment558 <p>Hi All,</p> <p>Meanwhile, you can check out this article <a href="http://www.programmersheaven.com/2/CSharp3-1">C# 3.0 Tutorial</a> by <a href="http://www.programmersheaven.com/user/Jonathan/">Jonathan Worthington</a>, there you can find a lot of useful things.<br /> Good luck!</p> ( iiordanov) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Fri, 17 Oct 2008 04:53:36 +0300 RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment557 <p>Hi isit,</p> <p>Due to the big interest on this topic, we are going to write more detailed article about the ways you can shorten your C# code using shortcuts.</p> ( iiordanov) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Fri, 17 Oct 2008 04:41:57 +0300 RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment556 <p>very nice but too brief .. thanks</p> ( isit) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Fri, 17 Oct 2008 04:33:49 +0300 RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment508 <p>Very nice article about the C# 3.0.  I would like to know more about C# short cuts, can you direct me to the appropriate articles or documetation?</p> <p>Thanks,</p> <p>Rachida</p> ( Rachida Dukes) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Mon, 06 Oct 2008 09:20:35 +0300 RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment419 <p>Yes, Automatically implemented properties are also part of the 3.0 specification. Thanks for the reminder DDtMM. </p> ( dejo) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Fri, 19 Sep 2008 08:35:54 +0300 RE: Tip: How to shorten your C# code? http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx#comment413 <p>I don't remember if it is in 3.0 or 3.5, but AutoProperties can save you a lot of time.</p> <p>Public string MyProp { get; set; }</p> <p>Also Linq can really shorten some login in a program.</p> ( DDtMM) http://www.silverlightshow.net/tips/How-to-shorten-your-C-code.aspx Thu, 18 Sep 2008 07:50:44 +0300