C# On Drop all Indexes in SQL Server

by Moonshield, November 11, 2008 23:42

You can also reuse the exam...

72f36daa501cf8f5bb861210edd9232d Talk
1
2
3
4
namespace ConsoleApplication1
{
    class Program
...

C# On DirectoryInfo.CopyTo

by Moonshield, November 11, 2008 23:34

Just add the parameters val...

72f36daa501cf8f5bb861210edd9232d Talk
1
2
3
4
public static class HtmlHelper
{
    public static string StripHtmlComments(string pHtml)
...

C# On Strip Html Comments

by Moonshield, November 11, 2008 05:14

I ran the test unit on the ...

72f36daa501cf8f5bb861210edd9232d Talk

C# On Sorting by dependencies

by Moonshield, November 05, 2008 23:18

I'd like to help but I'm no...

72f36daa501cf8f5bb861210edd9232d Talk
1
2
3
4
int interval = 60; //in minutes
DateTime start = DateTime.Today;

...

C# On Generating a list of time v...

by Moonshield, October 23, 2008 02:35

I have the same console res...

72f36daa501cf8f5bb861210edd9232d Talk
1
2
3
4
public static void Capitalize()
{
    TextInfo oTextInfo = CultureInfo.CurrentCulture.TextInfo;
...

C# Capitalize directory name w...

by Moonshield, October 02, 2008 01:31, No refactoring, tagged with C#, LINQ, Capitalize, Directory

I wrote a method to capital...

72f36daa501cf8f5bb861210edd9232d Talk
1
2
3
4
Use Master

Declare @ToExecute VarChar(8000)
...

C# On Backup All MS SQL Server Da...

by Moonshield, September 19, 2008 23:55

Hi GateKiller

If you don...

72f36daa501cf8f5bb861210edd9232d Talk