Browse by Tags
All Tags »
c# (
RSS)
Yesterday I refactored one of our projects and needed to go thru many of the files. and as always, when I see some strange stuff, I cannot leave it and have to correct them (damn perfectionism). so here are the common strange stuff, that should have never...
Brenton House posted about an Interesting Interview Question . its pretty easy. selected = selected ++ ; what comes out? on the first view, you would say something+1. but that's not right. The most people use this with some while stuff. int something...
eh, oh. someone who uses anonymous methods? aren't they so bad? why should someone use them? here, I cry it out. I LOVE them. they are great. first, what are these Anonymous Methods ? Anonymous Method is a new feature of the .net 2.0. with them, you...
Jon Galloway posted, that you should avoid using the iisreset since it does a complete restart of the iis. i agree with him, also have some more points it takes all sites offline for a short time it takes very long sometimes it devalidates the complete...
The IdSeparator is the char, that splits 2 id's in NamingContainers. per default the char is the '$' (dollar) and you'll see it in every id, name and so on in the source code of your Page . like ctl00$HolderContent$Login1$pnlForm . so it should be something...
so, this is my first HowTo article. if i digg into things, that were hard to find, or i find cool, i'll post it here. this post is for Asp.Net 2.0 Expecially when you want to make your Pages for an Mobile Browsers ( nearly all can handle xhtml now. so...