Dancoe


Comments:

Undocumented .Net: UnOfficial Asp.Net MVC

posted by DancoeDancoe(100) 4 years, 5 months ago 0

thx for the kick :D

Reply

Silverlight Roadmap

posted by DancoeDancoe(100) 4 years, 5 months ago 0

cool cant wait for it!

Reply

CssHandler: CSS + Variables

posted by DancoeDancoe(100) 4 years, 5 months ago 0

it sounds cool, there may be some crazy stuff you could do with an csshandler. user preferences, role base styling, etc.

Reply

LINQPad

posted by DancoeDancoe(100) 4 years, 5 months ago 0

tell me about it.

Reply

Using reserved keyword as member names

posted by DancoeDancoe(100) 4 years, 5 months ago 0

I agree, using language keywords as member names is not a good idea, but you are not in way because of the @ sign you have to prefix the member with. in the article the only place i would use it was when deserializing xml that has elements named like reserved keyword. the xml serializer will match "<string/>" to "public string @string;" with making use of any attribute decoration ie. XmlElementAttribute.

Reply

Using reserved keyword as member names

posted by DancoeDancoe(100) 4 years, 5 months ago 0

typo "with out making use of any attribute..." not "with"

Reply

Don't be clever

posted by DancoeDancoe(100) 4 years, 5 months ago 0

big groups over a cross the world can be a challenge. :(

Reply