Click here to Skip to main content
15,893,486 members

Articles by Magnus_ (Articles: 3, Tip/Tricks: 3)

Articles: 3, Tip/Tricks: 3

RSS Feed

Average article rating: 4.51

Desktop Programming
Windows Forms
6 Sep 2013   Updated: 6 Sep 2013   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 27,091     Bookmarked: 7   Downloaded: 256
Please Sign up or sign in to vote.
This is an alternative for "Solving the .resx Merge Problem "
Programming Languages
Javascript
15 Sep 2004   Updated: 15 Sep 2004   Rating: 4.47/5    Votes: 11   Popularity: 4.65
Licence: Not specified    Views: 77,625     Bookmarked: 16   Downloaded: 454
Please Sign up or sign in to vote.
An article on how to implement PNG alpha support for Internet Explorer
Web Development
ASP.NET
14 Jun 2004   Updated: 14 Jun 2004   Rating: 4.06/5    Votes: 14   Popularity: 4.52
Licence: Not specified    Views: 371,406     Bookmarked: 70   Downloaded: 4,520
Please Sign up or sign in to vote.
An article on how to convert a html document with images to a mhtml document

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.90

Recursion
12 May 2010   Updated: 2 May 2011   Rating: 4.80/5    Votes: 4   Popularity: 2.89
Licence: CPOL    Views: 22,533     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
An extension method to the IEnumerable`1 interface that can select all children recursively of an entity in a tree like structure
Web Development
ASP.NET
14 May 2010   Updated: 14 May 2010   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 13,400     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
public static void RemoveSelected(this ListControl source){ foreach (var item in source.Items.Cast().Where(li => li.Selected).ToList()) source.Items.Remove(item);}protected void btnRemove_Click(object sender, EventArgs e){ lstCity.RemoveSelected();}
CSS
12 May 2010   Updated: 12 May 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,241     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
public static class PageExtensions { private const string styleInclude = "$styleInclude"; /// /// Registers a client style include. /// /// The page. /// The...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Sweden Sweden
Software developer