Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
10 users online
home
users
DanRigsby
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
637
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
DanRigsby
DanRigsby
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Have you tried Community-Credit.com?
If you have trouble getting into the site, there are some comments on this post that talk about how to work around it.
posted by
DanRigsby
8 months, 5 days ago
Convert a string into an enum
You could also try this:
http://www.danrigsby.com/blog/index.php/2007/12/16/missing-static-generic-alternatives-in-enum-class/
It would allow you to do like so:
Color color = EnumUtilities.ParseEnum<Color>("Red");
Instead of:
Color color = (Color)Enum.Parse(typeof(Color), "Red");
posted by
DanRigsby
8 months, 6 days ago
Use Twitter To Stay On Top Of The .NET Programming News
Twitter is great if you find the right mix of ppl to follow. I find it to be the best way to stay up on current .Net news and happenings around Indianapolis. At first it does seem a bit stupid, but given time, it becomes an valuable tool.
posted by
DanRigsby
8 months, 20 days ago
« Previous
1
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads by The Lounge
DotNetKicks is an open source project from
Incremental Systems