//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
//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...
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...
using System;
using System.Linq;
using System.Collections.Generic;
...
C# Validate a week
The following is simple, bu...
My problem is that I use in...