/// <summary>
        /// Takes HTML and list of all positions of h3 tags and splits them.
        /// </summary>
...

C# Split HTML from header tag ...

by Ender, March 09, 2011 12:52, 2 refactorings, tagged with string, html, C#, parse

The HTML is pre-parsed to g...

C98e188ba63a7875d61a77d7aaa3f5c7 Talk
RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);

C# Seriously why is there no T...

by Hiawatha, February 20, 2011 02:17, 5 refactorings, tagged with enumerable, parse, enum

Is there really no better w...

4df33f9e8a81cc9d8046f057dbb4debc Talk
/// <summary>
    /// This function actually alters the text and makes the necessary changes.
    /// </summary>
...

C# HTML Reprocessing Code

by nesteruk, February 23, 2009 15:07, 2 refactorings, tagged with html, C#, parse

The code below is evil. It'...

F01cbd2238e2a78e4c43fa596f51d6a1 Talk