1
2
3
4
		protected override Dictionary<GloballyFilteredPositionSource, DevicePosition> Reconfigure (
			Dictionary<GloballyFilteredPositionSource, DevicePosition> rawPositions)
		{
...

C# On How to break up this long b...

by mafutrct, July 09, 2009 11:11

I fooled around with the co...

A7c22254d91baa9ca18786a9d46549f0 Talk
1
2
3
4
		/// <summary>
		/// Compares the content of two enumerables for equality. Order
		/// of elements does NOT matter. Elements may exist multiple
...

C# On IEnumerable<> compari...

by mafutrct, July 06, 2009 13:11

Petar: I'm not sure about t...

A7c22254d91baa9ca18786a9d46549f0 Talk
1
2
3
4
		protected override Dictionary<GloballyFilteredPositionSource, DevicePosition> Reconfigure (
			Dictionary<GloballyFilteredPositionSource, DevicePosition> positions)
		{
...

C# How to break up this long b...

by mafutrct, July 06, 2009 12:33, 2 refactorings, tagged with split LINQ

A lot of refactoring finall...

A7c22254d91baa9ca18786a9d46549f0 Talk

C# On IEnumerable<> compari...

by mafutrct, June 25, 2009 08:45

That's interesting, the def...

A7c22254d91baa9ca18786a9d46549f0 Talk

C# On IEnumerable<> compari...

by mafutrct, June 22, 2009 09:59

Ants: I think the complexit...

A7c22254d91baa9ca18786a9d46549f0 Talk
1
2
3
4
/// <summary>
/// Compares the content of two enumerables for equality. Order
/// of elements does NOT matter. Elements may exist multiple
...

C# IEnumerable<> compari...

by mafutrct, June 22, 2009 07:08, 8 refactorings, tagged with IEnumerable, Comparison, Dictionary

VS08 grants only a maintain...

A7c22254d91baa9ca18786a9d46549f0 Talk
1
2
3
4
public class CompositeVolume : Volume
{
	private readonly Random Random = new Random();
...

C# Find random point inside a ...

by mafutrct, May 07, 2009 14:32, 1 refactoring

Volume is an abstract geome...

A7c22254d91baa9ca18786a9d46549f0 Talk

C# On Find the list's last satisf...

by mafutrct, April 27, 2009 11:54

Thanks a lot to both of you...

A7c22254d91baa9ca18786a9d46549f0 Talk
1
2
3
4
using System;
using System.Collections.Generic;
using System.Linq;
...

C# Find the list's last satisf...

by mafutrct, April 17, 2009 09:43, 4 refactorings

First of all, i'm new to th...

A7c22254d91baa9ca18786a9d46549f0 Talk