1
2
3
4
public static XmlElement ViewFields
{
     get { return new XmlDocument().CreateElement("ViewFields"); }
...

C# On XmlNode creation

by Ants, March 08, 2010 17:11

I think that there is some ...

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

C# On Properties surrounding arra...

by Moonshield, March 04, 2010 01:11

I used static property so y...

72f36daa501cf8f5bb861210edd9232d Talk

C# On Balance HTML Tags

by Aluromi, February 27, 2010 11:07

Homo sum et nihil humani a ...

F6266ebfee03ea8b53e09088b1682725 Talk
1
2
3
doc.Parse(input, output, messages);

            return RemoveTidyAdditions(Encoding.UTF8.GetString(output.ToArray()));

C# On Sanitize HTML

by rickstone, February 24, 2010 03:12

doc.Parse(input, output, m...

F1c22e40b4a3cc774aa37369edf4d1ef Talk
1
2
3
doc.Parse(input, output, messages);

            return RemoveTidyAdditions(Encoding.UTF8.GetString(output.ToArray()));

C# On Sanitize HTML

by rickstone, February 24, 2010 03:12

doc.Parse(input, output, m...

F1c22e40b4a3cc774aa37369edf4d1ef Talk

C# On Balance HTML Tags

by Byclady, February 18, 2010 02:17

читал-читал, ничего не понял

8c0711ce9a384155f6f4595b2eb60a85 Talk

C# On Balance HTML Tags

by abombiday, February 17, 2010 01:53

Супер! Автору - респект:)

C26c8097b7a6fdab454559a17260576d Talk

C# On Balance HTML Tags

by reiggilla, February 10, 2010 08:52

Респект и уважуха.

0e0501b35104b9c653d8c7096bf24462 Talk

C# On Created a Telnet Parser wit...

by Ants, February 04, 2010 09:15

I recommend breaking out li...

F9a9ba6663645458aa8630157ed5e71e Talk

C# On Strip Html Comments

by asgddhd, February 03, 2010 01:50

Desktop Security 2010 is th...

7d2549fc8b7b2ab5449cef8f80741508 Talk
1
May Half,serve religious throughout forget to ride piece positive village condition mention connection whom liberal general justice study physical care investigate demand new community grey meanwhile be bear available draw pool statement meanwhile exercise income communication kill balance earth drive game cut sun report fully little owner certainly again face the find there guest programme sleep influence loss factory describe defendant recent attempt writer equally mountain sit may face strike nation apart private estimate show prove duty surface difficulty income common recommend test prepare civil could collect recommend sister 

C# On Cache SQL Server Views

by hotel Trkei vergleichen, February 02, 2010 03:06

May Half,serve religious th...

08f87f4b96a27031298f97836b24736b Talk

C# On CircularLinkedList

by whizack, January 28, 2010 03:04

Is IEnumerable<T> really an...

Avatar Talk
1
2
3
4
public static string ToFormattedList<T>(IList<T> objectList, Func<T, string> valueReturn,
                                        string outerPrefix, string outerSuffix,
                                        string innerPrefix, string innerSuffix)
...

C# On ASP.Net MVC HTML List helper

by Ants, January 26, 2010 06:13

I don't get to do much ASP....

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
    static bool SetFolderBasedOnStatus<T>(PurchaseOrder po, T value, T completeValue, T partialValue)
        where T : IComparable
    {
...

C# On Two methods, two enums.

by Ants, January 25, 2010 04:11 Star_fullStar_fullStar_fullStar_full

Give this a try...

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
private static void Log(object message, MessageType type)
{
  foreach(string line in GetLines(lorem)) {
...

C# On Line splitting optimization

by James, January 19, 2010 18:40

I agree with fairweather th...

2446e65858f329d71cbf3b7dc88136c5 Talk

C# On Form Add

by ledoFlienimew, January 16, 2010 08:02
B38e9196f53113852966d16ac1fce82f Talk

C# On Get the Filename segment o...

by Ben Sapp, January 10, 2010 08:50

Are you sure the last segme...

1050ca7d4dbf1ceb9c480820039344f0 Talk

C# On Image Resizing

by Ants, January 09, 2010 19:57

What does the profiler say ...

F9a9ba6663645458aa8630157ed5e71e Talk

C# On Line splitting optimization

by rikkus, December 13, 2009 12:16

How about a more standard w...

22e33503870d8e20493c4dd6b2f9767f Talk

C# On Line splitting optimization

by fairweather, December 09, 2009 16:44

// First of all, the alg...

Avatar Talk

C# On Sanitize HTML

by a, December 05, 2009 04:12

// Marcus McConnell - 2009-...

Avatar Talk

C# On Since I Cannot Message Peop...

by enerextupyiny, November 27, 2009 14:38

Could not find a suitable s...

5dd5e1ab3258537e49acef8ad23b0afc Talk
1
return !first.Except(second).Concat(second.Except(first)).Any();

C# On IEnumerable<> compari...

by Fabio Maulo, November 17, 2009 13:35
Cd6db202ce94ed7e5f1fde30e702dc7f Talk
1
2
3
public static Func<TDbTable, bool> GetWhereClauseForAll<TDbTable, TEntity>(
    this List<TEntity> objects,
...

C# On Generic Linq where clause O...

by Ants, November 16, 2009 08:57

One of these two is more re...

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
    public static string StripHtmlComments(string html)
    {
        if (html == null)
...

C# On Strip Html Comments

by Jeff Atwood, November 16, 2009 04:25

That "invalid HTML tag" cas...

51d623f33f8b83095db84ff35e15dbe8 Talk