Click here to Skip to main content
15,867,308 members

Articles by Daniel Gidman (Articles: 3, Tip/Tricks: 6)

Articles: 3, Tip/Tricks: 6

RSS Feed

Average article rating: 4.95

Programming Languages
C#
14 Jun 2012   Updated: 14 Jun 2012   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 53,392     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
An MVC Razor Helper to generate radio button lists from enums
25 May 2011   Updated: 25 May 2011   Rating: 4.85/5    Votes: 9   Popularity: 4.62
Licence: GPL3    Views: 51,323     Bookmarked: 13   Downloaded: 335
Please Sign up or sign in to vote.
Serialization for Rapid Application Development.
25 Apr 2008   Updated: 25 Apr 2008   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 39,984     Bookmarked: 33   Downloaded: 271
Please Sign up or sign in to vote.
Serialize and Deserialize your objects with ease and simplicity

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

24 Aug 2011   Updated: 24 Aug 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,670     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
I think the compile time force for a little enum enforcement would look something like this... (excuse the bad syntax, doing it from memory)private T GetPreviousEnum(this T currentlySelectedEnum) where T: structStackOverflow has a good question and answer in relation to it here.[^].
20 Jul 2011   Updated: 20 Jul 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,631     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
PropertyChange...
8 Dec 2011   Updated: 8 Dec 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,340     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
A whole lot less code and a lot easier to do.public static string ToggleCase(this string str){ if (string.IsNullOrEmpty(str)) return str; return string.Join("", (from i in str select (char.IsLetter(i) ? ...
Typescript
18 Jun 2014   Updated: 18 Jun 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 27,244     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
An implementation of flag enumerations for Typescript
XML
1 Aug 2011   Updated: 1 Aug 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,401     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Serializable Extra Types for .NET 4[^]Does what you are looking for using attributes.
Web Development
CSS3
18 Aug 2011   Updated: 21 Aug 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 5,440     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Use of a CSS reset stylesheet is recommended more than something like this one off. Normalize the CSS across browsers. In general, it is better to add borders as the exception than it is to remove them from elements. There are many good CSS reset stylesheets and some like from the YUI Library...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect Stackify
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.