//2. Complex timer tick event method - It is suitable extract foreach cycles in this methods to the separate methods?

        private void DispatcherTimerForPing_Tick(object sender, EventArgs eventArgs)
...

C# simplify the timer tick met...

by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ, January 24, 2011 17:30, 2 refactorings, tagged with short, readability, simplify

My problem is that I use in...

55502f40dc8b7c769880b10874abc9d0 Talk
//Constructors has many arguments

        [ImportingConstructor]
...

C# simplify the constructor

by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ, January 24, 2011 17:27, 2 refactorings, tagged with short, readability

Hi, I use caliburn micro as...

55502f40dc8b7c769880b10874abc9d0 Talk
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
        {
            string colName = parameter.ToString();
...

C# if / switch horror

by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ, January 24, 2011 16:35, 6 refactorings, tagged with short, readability

Hi, I try refractor this ho...

55502f40dc8b7c769880b10874abc9d0 Talk
using System;
    using System.Linq;
    using System.Collections.Generic;
...

C# Validate a week

by Dave, December 20, 2010 23:18, 9 refactorings, tagged with short

The following is simple, bu...

E15092c3465775e6095a7bd675777dce Talk