Monday, September 29, 2008
Thursday, September 25, 2008
Sandcastle warning in inherited classes
If you comment member functions of interface and you don't want to comment the same functions in class that implement specific interface you will get warning from compiler. To avoid this warning and keep the comments from interface use:
/// <inheritdoc/>
Friday, September 19, 2008
XPath in Linq to XML
Here is good articles about implementing xpath in linq to xml
http://msdn.microsoft.com/en-us/library/bb675197.aspx
http://dotnettipoftheday.org/tips/linq-to-xml-method-chaining1.aspx
http://msdn.microsoft.com/en-us/library/bb675197.aspx
http://dotnettipoftheday.org/tips/linq-to-xml-method-chaining1.aspx
Monday, September 15, 2008
SVN global ignore pattern for c#
*.resharperoptions Web_Data log */[Bb]in [Bb]in */obj obj */TestResults TestResults *.svclog Debug Release *.suo *.StyleCop StyleCop.Cache *.user *.vsp *.dll _ReSharper.*
Subscribe to:
Posts (Atom)