1 2 3 4
public IEnumerable<IStatus> ResponseHandler(string responseText, string unused) { return ResponseHandler(responseText); ...
1 2 3 4
public static class DependencySorter<T> { public static IEnumerable<T> Sort(Dictionary<T, IEnumerable<T>> dependencies) ...
C# Sorting by dependencies
This code sorts a collectio...
1 2 3
DECLARE @indexName VARCHAR(128) ...
C# On Drop all Indexes in SQL Server
by rikkus,
October 07, 2008 12:13
I had to ask because often ...

How about a more standard w...