1
2
3
4
using System;
using System.Collections.Generic;
using System.Text;
...

C# On StringExt.cs (String Extens...

by volothamp, August 08, 2008 13:09

Some refactorings, didn't t...

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

C# On Traversing a List and colle...

by volothamp, July 09, 2008 07:25 Star_fullStar_fullStar_full
Cd40128e044f39d7063b5cfdeace80f6 Talk
1
2
3
4
using System;
using System.Data.SqlClient;
using System.Reflection;
...

C# On TableAdapter and CommandTim...

by volothamp, July 03, 2008 12:21 Star_fullStar_fullStar_fullStar_full

Ok, now I see your point.
...

Cd40128e044f39d7063b5cfdeace80f6 Talk
1
2
3
4
Accessor<MyAdapter>.DeleteCommand.CommandTimeout = 2; // Use it like this

var mydataset = new DataSet();
...

C# On TableAdapter and CommandTim...

by volothamp, July 03, 2008 07:27 Star_fullStar_fullStar_full

I didn't understand your co...

Cd40128e044f39d7063b5cfdeace80f6 Talk
1
return new List<T>(first).AddRange(second);

C# On Merge generic lists

by volothamp, July 02, 2008 15:57 Star_fullStar_fullStar_fullStar_fullStar_full

One line!

Cd40128e044f39d7063b5cfdeace80f6 Talk
1
2
3
4
using System;
using System.Data.SqlClient;
using System.Reflection;
...

C# On TableAdapter and CommandTim...

by volothamp, July 02, 2008 14:22 Star_fullStar_fullStar_fullStar_full

Fast solution using reflect...

Cd40128e044f39d7063b5cfdeace80f6 Talk
1
2
3
4
using System;
using System.Linq;

...

C# On Get the Filename segment o...

by volothamp, July 01, 2008 10:13

This is very succint.

I w...

Cd40128e044f39d7063b5cfdeace80f6 Talk