1 2 3 4
void CopySourceTables(List<TableNameResult> tables, int id) { // Execute the "Copy" Command on the Server for Each Table. ...
C# Common StProc Code
Hi guys, following my previ...
1 2 3 4
bool Do_People_Still_Read_This { // Not sure what to put here? "return true;" or "return false;" ? ...
C# Since I Cannot Message Peop...
Didn't/couldn't see how to ...
1 2 3 4
public List<double> GenerateLogNormalDistribution(int numberOfTimes, double mean, double standardDeviation) { Random randomGenerator = new Random(); ...
C# Lognormal Distribution
Is there a better way to do...
1 2 3
def filename self.uri.split('/').last ...
C# Get the Filename segment o...
by jwmittag,
January 01, 2008 15:04,
9 refactorings, tagged with ruby, rails, Ruby on Rails, RoR, C#, CSharp, C-Sharp, .net, DotNET, asp.net, Scott Porad, Comparison
On his Blog "Progress vs. P...
1 2 3 4
private string CodiceControllo(string codice_fiscale) { int somma = 0; ...
C# Code to Simplify
by Squall77it,
December 19, 2007 16:26,
5 refactorings
Hi, I am new on c#...
ther...
1 2 3 4
using System; namespace FizzBuzz ...
C# I hate to do this, but...
by nibbles&bits,
October 24, 2007 15:13,
6 refactorings
Let the battle begin!
1 2 3 4
static class SqlExec { public static void ExecCommandBatch(System.Data.Common.DbConnection conn, System.Data.IsolationLevel isolation, ExceptionFailSafeEventHandler<System.Exception> failSafe, params System.Data.Common.DbCommand[] cmds) ...
C# ExecuteCommandBatch
by nibbles&bits,
October 21, 2007 02:34,
1 refactoring
It's rather large, but also...
1 2 3 4
while (classificator.Clients.Count > 0) { Client client = ServiceHelper<Client>.GetFirst(classificator.Clients); ...
C# How to add gracefully undo ...
by Darius Damalakas,
September 27, 2007 02:42,
2 refactorings
.Net, C#
The code below ...
1 2 3
public static class BusyIndicator { ...
C# .NET BusyIndicator
by D_Guidi,
September 26, 2007 23:40,
8 refactorings
Show a BusyIndicator during...
I am trying to work out how...